A maintenance release with disclosed Envoy security fixes across HTTP/3 processing, protocol handling, filters, decompression, certificates, and statistics. The corrections are available through an upgrade to this release.
Action needed (7)
securityhighCVE-2026-48044, Zstd decompressor ratio enforcement
CVE-2026-48044 fixes memory exhaustion in the
Zstd decompressorby enforcing theMaxInflateRatiolimit inside the decompression loop.securitymediumCVE-2026-47692, PROXY protocol TLV length validation
CVE-2026-47692 fixes a length mismatch when passthrough TLVs and added TLVs exceed the maximum length in the PROXY protocol header.
securitymediumCVE-2026-47221, HTTP 303 body-less redirect handling
CVE-2026-47221 fixes a segmentation fault when handling
HTTP 303internal redirects for requests without a body.securitymediumCVE-2026-48090, asynchronous token callback lifetime
CVE-2026-48090 fixes a callback that could run after the filter was torn down, preventing access to dangling pointers and the resulting use-after-free crash.
securitymediumCVE-2026-47778, peer certificate SAN validation
CVE-2026-47778 fixes validation of a peer certificate's Subject Alternative Name when the SAN contains an embedded NUL byte.
securitymediumCVE-2026-48497, query name length checking
CVE-2026-48497 adds sanity checking for query name length and uses
ENVOY_BUGwhen the check fails, avoiding abnormal process termination.securityGHSA-p7c7-7c47-pwch, QPACK blocked decoding fix
GHSA-p7c7-7c47-pwch fixes a denial-of-service vulnerability in Envoy's
HTTP/3stack caused by QPACK blocked decoding and unbounded memory growth.
Check if affected (7)
securityhighCVE-2026-48743, HTTP/3 headers-only content-length validation
Applies if you enable
envoy..reloadable_features. quic_validate_headers_only_content_length CVE-2026-48743 validates content lengths for
HTTP/3headers-only requests and responses and resets the stream when the values are inconsistent. The change is guarded by the runtime flagenvoy..reloadable_features. quic_validate_headers_only_content_length securityhighCVE-2026-48042, JSON parser nesting depth limit
Applies if you set
envoy.to false.reloadable_features. limit_json_parser_nesting_depth CVE-2026-48042 limits JSON nesting depth to 1000. The limit can be relaxed to 10K by setting
envoy.to false.reloadable_features. limit_json_parser_nesting_depth securitymediumCVE-2026-47207,
ext_proc serverresponse handlingApplies if you use the
ext_proc server.CVE-2026-47207 fixes unexpected
ProcessingResponsessent by theext_proc serverto Envoy.- + 4 more on the release page