CVE-2026-73500High· 7.5▾ Twilightetcd is a distributed key-value store for the data of a distributed system. Prior to versions 3.5.33, 3.6.14, and 3.7.1, a network attacker who can reach an etcd TLS listener can open many TCP connections and never send a ClientHello. In…
▾ Twilight zone — High severity, or a signal on a lesser flaw
impact 41.3 · likelihood 0.1 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Exploit-prediction probability, daily snapshots since Aug 13.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via NVD
0.4%
— → 7.5
7.5 → —
— → 7.5
Last analysed / modified upstream
etcd is a distributed key-value store for the data of a distributed system. Prior to versions 3.5.33, 3.6.14, and 3.7.1, a network attacker who can reach an etcd TLS listener can open many TCP connections and never send a ClientHello. In client/pkg/transport/listener_tls.go, each connection handled by tlsListener.acceptLoop spawns a goroutine that blocks indefinitely inside tls.Conn.Handshake() and remains tracked in the pending map. Unbounded goroutine and map growth can exhaust memory in the etcd process, causing loss of availability for the cluster and, when etcd backs Kubernetes, the control plane. This issue is fixed in versions 3.5.33, 3.6.14, and 3.7.1.
Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
Affected packages:
go.etcd.io/etcd/v3 >= 3.7.0-alpha.0, < 3.7.1go.etcd.io/etcd/v3 >= 3.6.0, < 3.6.14go.etcd.io/etcd/v3 < 3.5.33Patched in:
go.etcd.io/etcd/v3 3.7.1go.etcd.io/etcd/v3 3.6.14go.etcd.io/etcd/v3 3.5.33Source: https://osv.dev/vulnerability/GHSA-6vch-q96h-7gc3
Field changes observed since this record was first indexed.
Connected by shared product, vendor, weakness, or advisory.
CVE-2026-49834Medium· 5.9github.com/sigstore/sigstore-go: sigstore-go: Security Policy Bypass via Compromised Log (CVE-2026-49834)
CVE-2025-69228Medium· 6.8aiohttp: aiohttp: Denial of Service via memory exhaustion from crafted POST request (CVE-2025-69228)
CVE-2026-18618High· 7.5A flaw was found in ml-metadata
CVE-2025-2559Medium· 4.9A flaw was found in Keycloak
CVE-2026-10832Medium· 5.9A flaw was found in the DERDecoder class within wildfly-elytron-asn1
CVE-2026-93491High· 7.5A flaw was found in Netty's HttpServerCodec