CVE-2026-73550
7.5Envoy Proxy · Envoy
Envoy is vulnerable to a memory exhaustion attack where unauthenticated users can bypass header limits via HTTP/2 HPACK, causing the process to crash due to out of memory errors.
Executive summary
An unauthenticated remote attacker can cause a denial of service in Envoy proxy instances by exploiting improper memory management of HTTP/2 Host headers, leading to service failure.
Vulnerability
This vulnerability involves a failure to correctly account for memory usage when processing redundant HTTP/2 Host headers. An unauthenticated attacker can trigger excessive memory allocation, leading to an out of memory condition and subsequent process termination.
Business impact
The exploitation of this vulnerability results in a denial of service, which can render critical infrastructure and cloud-native applications unreachable. Given the CVSS score of 7.5, this high-severity flaw poses a significant risk to availability, particularly for edge proxies that serve as the primary entry point for network traffic. Prolonged service disruption may lead to substantial operational downtime and potential loss of business continuity.
Remediation
Immediate Action: Upgrade to Envoy versions 1.36.10, 1.37.6, 1.38.4, 1.39.1, or later to implement the necessary memory usage accounting corrections.
Proactive Monitoring: Monitor Envoy process memory consumption and log files for abnormal HTTP/2 traffic patterns or frequent service restarts that suggest an ongoing denial of service attempt.
Compensating Controls: Implement strict rate limiting and request header size constraints at the perimeter or via a Web Application Firewall to mitigate the impact of malicious HPACK indexing until patches can be applied.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability represents a significant risk to service stability and requires immediate attention. Security teams should prioritize patching affected Envoy instances across all environments to prevent potential service outages. Failure to apply these updates leaves your proxy infrastructure vulnerable to simple, unauthenticated memory exhaustion attacks.
More Envoy Proxy CVEs
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief high section
Sources
- https://github.com/envoyproxy/envoy/security/advisories/GHSA-qgf6-qvhw-4hvh
- https://github.com/envoyproxy/envoy/commit/0910997f70e91d2d20c329bb507bfce44ce01f80
- https://github.com/envoyproxy/envoy/commit/1fec994c868df008cdd4ae285aab58a196fd31f2
- https://github.com/envoyproxy/envoy/commit/3fd0ffee7ac87adf3bc6e421656bb96310512300
- https://github.com/envoyproxy/envoy/commit/fc75d8e35b0d11acbae18b63a0bd96e32e84f61b
- https://github.com/envoyproxy/envoy/releases/tag/v1.36.10
- https://github.com/envoyproxy/envoy/releases/tag/v1.37.6
- https://github.com/envoyproxy/envoy/releases/tag/v1.38.4