RATATOSKRATATOSK
Sign in

Releases

AI-analyzed release notes for CNCF graduated and incubating projects.

Jun 2026Clear ×Project: EnvoyClear ×
Envoyv1.38.3Networking & MessagingJun 23, 2026

A maintenance release with multiple disclosed security fixes and a security-related Wasmtime dependency update. It also removes the Intel DLB connection-balancer extension from all builds and disables TLS certificate compression by default.

Action needed (16)

  • securityhighThe com_github_wasmtime dependency update

    The Wasmtime dependency com_github_wasmtime was updated to resolve CVE-2026-47261. The update ships in the WebAssembly build.

  • securityhighREQUESTED_SERVER_NAME crash, CVE-2026-47220

    The REQUESTED_SERVER_NAME crash was corrected in Envoy. The change addresses CVE-2026-47220 and GHSA-j9wh-4qfm-wf2v.

  • securityhighzstd RLE zip bomb, CVE-2026-48044

    The zstd RLE zip bomb issue was corrected in Envoy. The change addresses CVE-2026-48044 and GHSA-m3p9-47wh-88wg.

  • securityhighHighly nested JSON destructor stack overflow, CVE-2026-48042

    The stack overflow in the destructor of highly nested JSON was corrected in Envoy. The change addresses CVE-2026-48042 and GHSA-f24p-rxw2-g6pv.

  • securityhighHTTP/3 to HTTP/1 request smuggling, CVE-2026-48743

    The HTTP/3 to HTTP/1 request smuggling issue involving a headers-only request with a nonzero Content-Length was corrected in Envoy. The change addresses CVE-2026-48743 and GHSA-8phg-2h2q-jgxf.

  • securitymediumAuthz per route crash, CVE-2026-47205

    The Authz per route crash was corrected in Envoy. The change addresses CVE-2026-47205 and GHSA-mvh9-767w-x47j.

  • securitymediumThe ext_proc response issue, CVE-2026-47207

    The ext_proc response handling issue involving one gRPC message was corrected in Envoy. The change addresses CVE-2026-47207 and GHSA-68cv-hq5f-g6xv.

  • securitymediumRouter internal redirects crash, CVE-2026-47221

    The router internal redirects crash was corrected in Envoy. The change addresses CVE-2026-47221 and GHSA-rcff-gw58-pjpr.

  • securitymediumOAuth2 code verifier padding oracle, CVE-2026-47775

    The OAuth2 code verifier padding oracle issue was corrected in Envoy. The change addresses CVE-2026-47775 and GHSA-396h-jpq4-vc7p.

  • securitymediumThe grpc_stats filter segfault, CVE-2026-47204

    The grpc_stats filter segfault on Connect protocol requests to direct_response routes was corrected in Envoy. The change addresses CVE-2026-47204 and GHSA-3jxh-8p6x-7pf6.

  • securitymediumPROXY Protocol v2 skipped TLVs, CVE-2026-47692

    The PROXY Protocol v2 header generator issue involving skipped TLVs and attacker-controlled spillover into the upstream application stream was corrected in Envoy. The change addresses CVE-2026-47692 and GHSA-wh36-hm39-mm3r.

  • securitymediumEmbedded NUL in TLS SAN truncation, CVE-2026-47778

    The embedded NUL issue in TLS SAN truncation that could cause an authorization bypass was corrected in Envoy. The change addresses CVE-2026-47778 and GHSA-f8x4-rw5x-f3r7.

  • securitymediumOAuth2 filter late token completion, CVE-2026-48090

    The OAuth2 filter issue involving late asynchronous token completion after stream teardown was corrected in Envoy. The change addresses CVE-2026-48090 and GHSA-3cj2-c63f-q26f.

  • securitymediumDNS UDP filter abnormal process termination, CVE-2026-48497

    The abnormal process termination in the DNS UDP filter was corrected in Envoy. The change addresses CVE-2026-48497 and GHSA-j6g2-wf95-q66q.

  • securitymediumThe TcpStatsdSink heap buffer overflow, CVE-2026-48706

    The heap buffer overflow in TcpStatsdSink was corrected in Envoy. The change addresses CVE-2026-48706 and GHSA-7q3f-gwg7-j8g4.

  • securityHTTP/3 QPACK blocked decoding, GHSA-p7c7-7c47-pwch

    The HTTP/3 stack issue involving QPACK blocked decoding was corrected in Envoy. The change addresses GHSA-p7c7-7c47-pwch.

Check if affected (2)

  • breakingThe envoy.network.connection_balance.dlb extension removal

    Applies if you use envoy.network.connection_balance.dlb.

    The contrib extension envoy.network.connection_balance.dlb, the Intel DLB connection balancer, was disabled at the Bazel layer for all builds and platforms because of a source archive breakage.

  • breakingThe envoy.reloadable_features.tls_certificate_compression_brotli default

    Applies if you do not configure envoy.reloadable_features.tls_certificate_compression_brotli.

    The runtime guard envoy.reloadable_features.tls_certificate_compression_brotli is disabled by default.

Source
Envoyv1.37.5Networking & MessagingJun 23, 2026

A security-focused release with fixes for multiple Envoy components, extensions, protocols, and dependencies. It also disables the broken envoy.network.connection_balance.dlb contrib extension at the Bazel layer for all builds and platforms.

Action needed (1)

  • securityhighcom_github_wasmtime dependency update, CVE-2026-47261

    The com_github_wasmtime dependency was bumped to resolve CVE-2026-47261.

Check if affected (16)

  • securityhighREQUESTED_SERVER_NAME crash fix, CVE-2026-47220

    Applies if you configure REQUESTED_SERVER_NAME.

    This release fixes the REQUESTED_SERVER_NAME crash described by CVE-2026-47220 and GHSA-j9wh-4qfm-wf2v.

  • securityhighzstd RLE zip bomb fix, CVE-2026-48044

    Applies if you depend on zstd.

    This release fixes the zstd RLE zip bomb described by CVE-2026-48044 and GHSA-m3p9-47wh-88wg.

  • securityhighHighly nested JSON destructor stack overflow fix, CVE-2026-48042

    Applies if you use JSON.

    This release fixes the stack overflow in the destructor of highly nested JSON described by CVE-2026-48042 and GHSA-f24p-rxw2-g6pv.

  • + 13 more on the release page
Source
Envoyv1.36.9Networking & MessagingJun 23, 2026

A security-focused release with fixes for crashes, request handling, protocol processing, authentication, and parsing, plus a security-related wasm dependency update. The contrib extension envoy.network.connection_balance.dlb is disabled in all builds.

Action needed (1)

  • securityhighHighly nested JSON destructor stack overflow

    The stack overflow in the destructor of highly nested JSON is corrected in connection with CVE-2026-48042 and GHSA-f24p-rxw2-g6pv.

Check if affected (15)

  • securityhighzstd RLE zip bomb correction

    Applies if you use zstd.

    The zstd RLE zip bomb issue is corrected in connection with CVE-2026-48044 and GHSA-m3p9-47wh-88wg.

  • securityhighHTTP/3 to HTTP/1 request smuggling

    Applies if you use HTTP/3 and HTTP/1.

    The HTTP/3 to HTTP/1 request smuggling issue involving a headers-only request with nonzero Content-Length is corrected in connection with CVE-2026-48743 and GHSA-8phg-2h2q-jgxf.

  • securityhighcom_github_wasmtime dependency update

    Applies if you use wasm.

    The wasm dependency com_github_wasmtime is bumped to resolve CVE-2026-47261.

  • + 12 more on the release page
Source
Envoyv1.35.13Networking & MessagingJun 23, 2026

A security-focused maintenance release with fixes across filters, protocol handling, request processing, and JSON parsing. It also updates the Wasmtime dependency and disables the contrib extension envoy.network.connection_balance.dlb.

Action needed (1)

  • securityhighHighly nested JSON destructor stack overflow, corrected for CVE-2026-48042

    This release corrects the stack overflow in the destructor of highly nested JSON described by CVE-2026-48042 and GHSA-f24p-rxw2-g6pv.

Check if affected (14)

  • securityhighzstd RLE zip bomb, corrected for CVE-2026-48044

    Applies if you use zstd.

    This release corrects the zstd RLE zip bomb described by CVE-2026-48044 and GHSA-m3p9-47wh-88wg.

  • securityhighHTTP/3 headers-only content-length validation, corrected for CVE-2026-48743

    Applies if you use HTTP/3.

    This release corrects validation of content length for HTTP/3 headers-only requests and responses under CVE-2026-48743 and GHSA-8phg-2h2q-jgxf.

  • securityhighcom_github_wasmtime dependency update for CVE-2026-47261

    Applies if you use wasm.

    For wasm, this release bumps com_github_wasmtime to resolve CVE-2026-47261.

  • + 11 more on the release page
Source
Envoyv1.38.1Networking & MessagingJun 4, 2026

A maintenance release with HTTP/2 protections, an nghttp2 patch, and an OAuth2 HMAC verification fix. It also changes router response-body output and EDS batch load-balancer rebuild defaults, while the release notes include crash fixes in OAuth2 token-cookie decryption and dynamic HTTP filters.

Action needed (1)

  • securityhighnghttp2 patch for CVE-2026-27135

    The nghttp2 dependency includes the patch for CVE-2026-27135. The patched dependency ships in v1.38.1.

Check if affected (4)

  • securityhighHTTP/2 header-limit enforcement and cookie accounting

    Applies if you use HTTP/2 and do not enable envoy.reloadable_features.http2_include_cookies_in_limits.

    HTTP/2 streams are reset when they exceed the configured maximum header list size, and uncompressed cookies now count toward mutable_max_request_headers_kb and max_headers_count. This addresses CVE-2026-47774 and GHSA-22m2-hvr2-xqc8; the behavior can be reverted with envoy.reloadable_features.http2_include_cookies_in_limits.

  • securityOAuth2 HMAC verification timing side-channel fix

    Applies if you use oauth2.

    The OAuth2 HMAC verification path no longer has the timing side-channel described in the release note, which could leak whether an HMAC secret was valid. The fix ships in v1.38.1.

  • breakingRouter transport-failure reason response body

    Applies if you use the router and do not enable envoy.reloadable_features.hide_transport_failure_reason_in_response_body.

    The upstream transport failure reason is no longer included in HTTP response bodies sent to downstream clients. It remains available in access logs through %UPSTREAM_TRANSPORT_FAILURE_REASON%, and the response-body behavior can be reverted with envoy.reloadable_features.hide_transport_failure_reason_in_response_body.

  • + 1 more on the release page
Source
Envoyv1.37.3Networking & MessagingJun 4, 2026

A maintenance release focused on security and correctness fixes. The remaining heading-only items have no operator-facing changes.

Action needed (1)

  • securityhighnghttp2 CVE-2026-27135 patch

    The nghttp2 CVE-2026-27135 patch is applied in the release.

Check if affected (2)

  • securityhighHTTP/2 header list limits and cookie accounting

    Applies if you use HTTP/2.

    HTTP/2 streams are reset when they violate the configured maximum header list size. Uncompressed cookies now count toward the mutable_max_request_headers_kb and max_headers_count limits, addressing the HPACK cookie-bomb described by CVE-2026-47774 and GHSA-22m2-hvr2-xqc8.

  • securityOAuth2 HMAC verification timing

    Applies if you use oauth2.

    The oauth2 filter no longer has the HMAC verification timing side-channel that could leak HMAC secret validity. This fix ships in the release.

Source
Envoyv1.36.7Networking & MessagingJun 4, 2026

Envoy v1.36.7 is a security-focused update with changes to HTTP/2 handling and OAuth2 authentication. It also includes an nghttp2 security patch, so deployments using these components are directly affected.

Action needed (1)

  • securityhighThe nghttp2 CVE-2026-27135 patch

    Envoy v1.36.7 applies the nghttp2 patch for CVE-2026-27135 in its HTTP/2 handling.

Check if affected (2)

  • securityhighHTTP/2 header-limit enforcement and cookie accounting

    Applies if you use HTTP/2 with configured header list or request-header limits.

    In Envoy v1.36.7, http2 resets streams that violate the configured maximum header list size. Uncompressed cookies now count toward mutable_max_request_headers_kb and max_headers_count limits. The change addresses CVE-2026-47774 and GHSA-22m2-hvr2-xqc8.

  • securityOAuth2 HMAC verification timing side-channel fix

    Applies if you use the OAuth2 filter.

    Envoy v1.36.7 fixes a timing side-channel in the oauth2 filter's HMAC verification that could reveal whether an HMAC secret was valid.

Source
Envoyv1.35.11Networking & MessagingJun 3, 2026

Envoy v1.35.11 is a security-focused release with fixes in HTTP/2, OAuth2, and nghttp2. It also includes ordinary bug fixes and new statistics capabilities, while the security changes are the ones that require upgrading.

Action needed (1)

  • securityhighThe nghttp2 CVE-2026-27135 patch

    Envoy v1.35.11 applies the nghttp2 patch for CVE-2026-27135.

Check if affected (2)

  • securityhighHTTP/2 header limits and cookie accounting

    Applies if you use HTTP/2 request header limits.

    Envoy v1.35.11 resets HTTP/2 streams that exceed the configured maximum header list size. Uncompressed cookies now count toward mutable_max_request_headers_kb and max_headers_count, and the behavior can be reverted with envoy.reloadable_features.http2_include_cookies_in_limits. The change addresses CVE-2026-47774 and GHSA-22m2-hvr2-xqc8.

  • securityOAuth2 HMAC verification timing protection

    Applies if you use OAuth2 HMAC verification.

    Envoy v1.35.11 fixes a timing side channel in OAuth2 HMAC verification that could reveal whether an HMAC secret is valid.

Source
Browse by month