CVE-2026-73512
7.5Envoy Proxy · Envoy
Envoy contains a use-after-free vulnerability in the HttpDatagramHandler when Capsule Protocol is enabled, potentially leading to a process crash via HTTP/3 datagrams.
Executive summary
A use-after-free vulnerability in Envoy allows unauthenticated attackers to cause a denial-of-service condition through specifically crafted HTTP/3 datagrams.
Vulnerability
This is a use-after-free vulnerability (CWE-416) occurring when the Capsule Protocol is enabled and stream recreation is triggered. An unauthenticated attacker can send crafted HTTP/3 datagrams that interact with a freed RequestDecoder, resulting in invalid virtual dispatch and a process crash.
Business impact
The primary impact of this vulnerability is a denial-of-service, which can disrupt critical network infrastructure and cloud-native services relying on Envoy. With a CVSS score of 7.5, the risk is classified as High due to the ease of exploitation over the network without requiring authentication. Service availability is a core requirement for business operations, and successful exploitation could lead to significant downtime.
Remediation
Immediate Action: Upgrade to Envoy versions 1.36.10, 1.37.6, 1.38.4, or 1.39.1 to resolve the vulnerability.
Proactive Monitoring: Monitor Envoy process logs for unexpected terminations or crashes, particularly during periods of high HTTP/3 traffic.
Compensating Controls: If patching is delayed, consider disabling the Capsule Protocol or HTTP/3 support on ingress listeners if these features are not strictly required for current operations.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the potential for service disruption, administrators should prioritize updating to the patched versions of Envoy. Because this vulnerability affects core proxy functionality and can be triggered remotely without authentication, timely remediation is essential to maintain system stability and prevent potential denial-of-service attacks against your infrastructure.
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-r6j2-mrm5-72mg
- https://github.com/envoyproxy/envoy/commit/29dbaae4a9971011e2f1948acfaf383296e901ea
- https://github.com/envoyproxy/envoy/commit/85495163fdc67364a5258bfe478c34a44f6428b4
- https://github.com/envoyproxy/envoy/commit/c0e46dabc3ac286bbe608e9274776555911aadb9
- https://github.com/envoyproxy/envoy/commit/f2417eec2ff49abe243d484ded916fbc2faca38d
- 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