Skip to content

Commit b2670bb

Browse files
publish-envoy[bot]phlax
authored andcommitted
repo: Release v1.33.13
* Security fixes: - CVE-2025-64527: Envoy crashes when JWT authentication is configured with the remote JWKS fetching - CVE-2025-66220: TLS certificate matcher for `match_typed_subject_alt_names` may incorrectly treat certificates containing an embedded null byte - CVE-2025-64763: Potential request smuggling from early data after the CONNECT upgrade **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.33.13 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.33.13/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.33.13/version_history/v1.33/v1.33.13 **Full changelog**: v1.33.12...v1.33.13
1 parent 70ae862 commit b2670bb

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.33.13-dev
1+
1.33.13

changelogs/current.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,17 @@
1-
date: Pending
1+
date: December 3, 2025
22

33
behavior_changes:
4-
# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*
54
- area: http
65
change: |
76
Added runtime flag ``envoy.reloadable_features.reject_early_connect_data`` to reject ``CONNECT`` requests
87
that receive data before Envoy sent a ``200`` response to the client. While this is not a strictly compliant behavior
98
it is very common as a latency reducing measure. As such the option is disabled by default.
109
11-
minor_behavior_changes:
12-
# *Changes that may cause incompatibilities for some users, but should not for most*
13-
1410
bug_fixes:
15-
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
1611
- area: tls
1712
change: |
1813
Fixed an issue where SANs of type ``OTHERNAME`` in a TLS cert were truncated if there was
1914
an embedded null octet, leading to incorrect SAN validation.
2015
- area: http
2116
change: |
2217
Fixed a remote ``jwt_auth`` token fetch crash with two or more auth headers when ``allow_missing_or_failed`` is set.
23-
24-
removed_config_or_runtime:
25-
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
26-
27-
new_features:
28-
29-
deprecated:

docs/inventories/v1.33/objects.inv

15 Bytes
Binary file not shown.

docs/versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
"1.30": 1.30.11
2727
"1.31": 1.31.10
2828
"1.32": 1.32.13
29-
"1.33": 1.33.11
29+
"1.33": 1.33.12

0 commit comments

Comments
 (0)