PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-73500 etcd-io CVE debrief

A vulnerability in etcd, a distributed key-value store, allows a network attacker to cause memory exhaustion by opening many TCP connections without sending a ClientHello, affecting availability of the cluster and control plane when etcd backs Kubernetes. This issue is fixed in etcd versions 3.5.33, 3.6.14, and 3.7.1. The vulnerability can be exploited by a network attacker who can reach an etcd TLS listener, causing unbounded goroutine and map growth that can exhaust memory in the etcd process.

Vendor
etcd-io
Product
etcd
CVSS
HIGH 8.7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-12
Original CVE updated
2026-09-18
Advisory published
2026-08-12
Advisory updated
2026-09-18

Who should care

Kubernetes administrators, etcd operators, and security teams responsible for patching and securing distributed systems should assess exposure and prioritize patching to prevent potential memory exhaustion and loss of cluster availability.

Why it matters

CVE-2026-73500 is a high-severity vulnerability in etcd that can lead to memory exhaustion and denial-of-service conditions. Defenders should prioritize patching etcd instances, especially those backing Kubernetes control planes, and review exposure of etcd TLS listeners to untrusted networks.

  • Memory exhaustion in etcd processes
  • Loss of availability for the cluster
  • Potential impact on Kubernetes control plane stability
  • Need for patching to prevent exploitation

Technical summary

The etcd distributed key-value store is vulnerable to a denial-of-service attack where a network attacker can open many TCP connections without sending a ClientHello, causing memory exhaustion in the etcd process. This affects the availability of the cluster and, when etcd backs Kubernetes, the control plane. The issue arises from the way tlsListener.acceptLoop handles connections in client/pkg/transport/listener_tls.go, leading to unbounded goroutine and map growth. Fixed versions are 3.5.33, 3.6.14, and 3.7.1, addressing the memory exhaustion vulnerability.

Defensive priority

Defenders should prioritize patching etcd instances, especially those backing Kubernetes control planes, to prevent potential memory exhaustion and loss of cluster availability.

Recommended defensive actions

  • Patch etcd instances to versions 3.5.33, 3.6.14, or 3.7.1
  • Review and limit exposure of etcd TLS listeners to untrusted networks
  • Monitor etcd and Kubernetes control plane availability and performance
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review

Evidence notes

The CVE record and NVD entry provide details on the vulnerability, its impact, and fixed versions. However, specific details about exploitation or victim organizations are not provided, limiting the ability to assess real-world impact.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-73500 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-73500

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-73500 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73500

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.