CVE-2026-73512

Summary

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's HttpDatagramHandler caches the current RequestDecoder when Capsule Protocol is enabled. Stream recreation, including an internal redirect, replaces the ActiveStream and updates EnvoyQuicServerStream but does not update the handler's cached pointer. A subsequent HTTP/3 datagram can call decodeData through the freed decoder, causing invalid virtual dispatch and a process crash. The relevant scope boundary is that hTTP/3 datagrams and Capsule Protocol must be enabled, and the request must enter a stream-recreation path such as an internal redirect. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.

Affected Software

VendorProductVersion RangeStatus
envoyproxyenvoy< 1.36.10affected
envoyproxyenvoy>= 1.37.0, < 1.37.6affected
envoyproxyenvoy>= 1.38.0, < 1.38.4affected
envoyproxyenvoy>= 1.39.0, < 1.39.1affected

Weaknesses

  • CWE-416: CWE-416: Use After Free

References