CVE-2026-73500

8.7

etcd-io · etcd

The etcd distributed key-value store is vulnerable to a resource exhaustion attack due to improper limitation of resource allocation.

Executive summary

A resource allocation vulnerability in etcd allows unauthenticated remote attackers to trigger a denial-of-service condition by exhausting system resources.

Vulnerability

The application lacks sufficient limits or throttling for resource allocation (CWE-770), which can be leveraged by an unauthenticated attacker to cause a denial-of-service (DoS) by crashing the service.

Business impact

Successful exploitation results in the unavailability of the etcd service, which is a critical component for many distributed systems and container orchestration platforms. With a CVSS score of 8.7, this vulnerability poses a severe risk to service continuity, potentially causing significant downtime for dependent applications.

Remediation

Immediate Action: Update etcd to version 3.5.33, 3.6.14, or 3.7.1, depending on the current branch in use.

Proactive Monitoring: Monitor system resource usage (CPU and memory) and etcd service health metrics to detect potential resource exhaustion attempts.

Compensating Controls: Deploy rate-limiting at the network or load balancer level to restrict the volume of requests sent to the etcd cluster.

Exploitation status

Public Exploit Available: No

Analyst recommendation

Given that etcd is a foundational component for many systems, this patch should be applied with high urgency. Administrators should verify their current version and upgrade to the corresponding patched release to ensure system resilience against denial-of-service attacks.