CVE-2026-33413

8.8

etcd-io · etcd

An authorization bypass vulnerability in etcd allows unauthenticated users to invoke sensitive gRPC functions, potentially leading to operational disruption or denial of service in exposed clusters.

Executive summary

Unauthenticated attackers can exploit a missing authorization flaw in etcd to perform unauthorized operations, posing a significant risk of service disruption.

Vulnerability

This is a missing authorization flaw (CWE-862) where the etcd gRPC API fails to properly enforce access controls, allowing unauthenticated remote users to execute functions such as cluster topology discovery, lease manipulation, and unauthorized compaction.

Business impact

Successful exploitation allows unauthorized actors to disrupt cluster operations, cause denial of service, and compromise the integrity of watch and recovery workflows. With a CVSS score of 8.8, this vulnerability represents a high risk to availability, particularly for environments that expose the etcd gRPC interface to untrusted or partially trusted network segments.

Remediation

Immediate Action: Upgrade to etcd versions 3.4.42, 3.5.28, or 3.6.9 immediately to resolve the authorization bypass.

Proactive Monitoring: Review access logs for anomalous gRPC requests, specifically monitoring for unexpected calls to MemberList, Alarm, or compaction-related endpoints.

Compensating Controls: Implement strict network segmentation to ensure that etcd server ports are only accessible to trusted components, effectively isolating the gRPC API from untrusted networks.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

Organizations utilizing etcd should prioritize patching to the specified versions to eliminate the authorization bypass. In environments where immediate patching is not feasible, network isolation is critical to prevent unauthenticated access to the gRPC interface and minimize the potential for operational disruption.

More etcd-io CVEs

Sources