CVE-2026-73550
Received
Received - Intake
Heap Amplification via HPACK Host Header in Envoy Proxy
Vulnerability report for CVE-2026-73550, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-21
Last updated on: 2026-09-21
Assigner: GitHub, Inc.
Description
Description
Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, Envoy copies every decoded HTTP/2 Host header value before discarding it when :authority is already present. The discarded value bypasses saveHeader, so its bytes and count are not charged against request header limits. An unauthenticated client can use HPACK indexing to submit many references to a large Host value across a bounded number of streams, forcing extreme header-copy allocation and causing the proxy to be out-of-memory killed. The relevant scope boundary is that the demonstrated amplification uses HTTP/2 HPACK and the duplicate Host discard behavior. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| envoy | envoy | to 1.36.10 (inc) |
| envoy | envoy | to 1.37.6 (inc) |
| envoy | envoy | to 1.38.4 (inc) |
| envoy | envoy | to 1.39.1 (inc) |
| envoyproxy | envoy | 1.36.10 |
| envoyproxy | envoy | 1.37.6 |
| envoyproxy | envoy | 1.38.4 |
| envoyproxy | envoy | 1.39.1 |
| envoyproxy | envoy | to 1.40.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |