网安资讯详情 - SecLens 情报雷达

网安资讯,一网打尽。汇集权威漏洞通告与行业要闻,结合分组浏览、智能过滤、RSS订阅 和 Webhook 推送,多通道拓展您的安全情报视野。

go/go.etcd.io/etcd/v3: etcd: `tlsListener.acceptLoop` spawns unbounded handshake goroutines with no deadline

来源: github_advisory · 发布时间 2026-07-25 06:40 (UTC+08:00) · 抓取时间 2026-07-25 06:45 (UTC+08:00)

原文链接

摘要

Severity: HIGH | Package: go/go.etcd.io/etcd/v3 | Affected: >= 3.7.0-alpha.0, < 3.7.1 | Patched: 3.7.1

正文

### Impact _What kind of vulnerability is it? Who is impacted?_ A network attacker who can reach an etcd TLS listener can open many TCP connections and never send a ClientHello. Each connection spawns a goroutine in the etcd server process that blocks indefinitely inside tls.Conn.Handshake(), and each is tracked in the pending map. Unbounded goroutine and map growth exhausts memory in the etcd process, causing loss of availability for the etcd cluster (and, when etcd backs Kubernetes, the control plane). ### Patches _Has the problem been patched? What versions should users upgrade to?_ This vulnerability is patched in the following versions: - etcd 3.7.1 - etcd 3.6.14 - etcd 3.5.33 ### Workarounds _Is there a way for users to fix or remediate the vulnerability without upgrading?_ If upgrading is not immediately possible, then restrict network access. Limit which hosts can reach etcd's client (gRPC) port via firewall rules or network policy, reducing who can attempt exploitation. ### Reporter VMware By Broadcom

标签

扩展字段

{
  "cwe_ids": [
    "CWE-770"
  ],
  "cwe_names": [
    "Allocation of Resources Without Limits or Throttling"
  ],
  "ghsa_id": "GHSA-6vch-q96h-7gc3",
  "package": {
    "ecosystem": "go",
    "name": "go.etcd.io/etcd/v3",
    "patched_version": "3.7.1",
    "vulnerable_range": ">= 3.7.0-alpha.0, < 3.7.1"
  },
  "references": [
    "https://github.com/etcd-io/etcd/security/advisories/GHSA-6vch-q96h-7gc3",
    "https://github.com/etcd-io/etcd/pull/22130",
    "https://github.com/etcd-io/etcd/commit/2e07efce9745004eb4773cffaada9b5cdf77cff2",
    "https://github.com/etcd-io/etcd/commit/f73cba7d920019f91a1ea1f6697833e42731f057",
    "https://github.com/etcd-io/etcd/releases/tag/v3.5.33",
    "https://github.com/etcd-io/etcd/releases/tag/v3.6.14",
    "https://github.com/etcd-io/etcd/releases/tag/v3.7.1",
    "https://github.com/advisories/GHSA-6vch-q96h-7gc3"
  ],
  "source_code_location": "https://github.com/etcd-io/etcd",
  "updated_at": "2026-07-24T22:40:18Z"
}