Skip to content

Commit 2c2cd7e

Browse files
[release/v1.35] repo: Release v1.35.2 (#40955)
Created by Envoy publish bot for @yanavlasov **Summary of changes**: * Security fixes: - Fix for OAuth cookie issue [CVE-2025-55162](GHSA-95j4-hw7f-v2rh). - Fix UAF in DNS resolution [CVE-2025-54588](GHSA-g9vw-6pvx-7gmw). **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.35.2 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.35.2/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.35.2/version_history/v1.35/v1.35.2 **Full changelog**: v1.35.1...v1.35.2 Co-authored-by: publish-envoy[bot] <140627008+publish-envoy[bot]@users.noreply.github.com>
1 parent 4da6f13 commit 2c2cd7e

10 files changed

Lines changed: 31 additions & 20 deletions

File tree

VERSION.txt

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

changelogs/1.32.11.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
date: September 2, 2025
2+
3+
bug_fixes:
4+
- area: oauth2
5+
change: |
6+
Fixed an issue where cookies prefixed with ``__Secure-`` or ``__Host-`` were not receiving a
7+
Secure attribute (`CVE-2025-55162 <https://github.com/envoyproxy/envoy/security/advisories/GHSA-95j4-hw7f-v2rh>`_).

changelogs/1.33.8.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
date: September 2, 2025
2+
3+
bug_fixes:
4+
- area: oauth2
5+
change: |
6+
Fixed an issue where cookies prefixed with ``__Secure-`` or ``__Host-`` were not receiving a
7+
Secure attribute.

changelogs/1.34.6.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
date: September 2, 2025
2+
3+
bug_fixes:
4+
- area: oauth2
5+
change: |
6+
Fixed an issue where cookies prefixed with ``__Secure-`` or ``__Host-`` were not receiving a
7+
Secure attribute.
8+
- area: dns
9+
change: |
10+
Fixed an UAF in DNS cache that can occur when the Host header is modified between the Dynamic Forwarding and Router
11+
filters.

changelogs/current.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
date: Pending
2-
3-
behavior_changes:
4-
# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*
5-
6-
minor_behavior_changes:
7-
# *Changes that may cause incompatibilities for some users, but should not for most*
1+
date: September 3, 2025
82

93
bug_fixes:
10-
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
114
- area: oauth2
125
change: |
136
Fixed an issue where cookies prefixed with ``__Secure-`` or ``__Host-`` were not receiving a
@@ -22,10 +15,3 @@ bug_fixes:
2215
``cluster.<cluster_name>.ssl.certificate.<cert_name>.<metric_name>``
2316
and ``listener.<address>.ssl.certificate.<cert_name>.<metric_name>``
2417
was not being properly extracted in the final prometheus stat name.
25-
26-
removed_config_or_runtime:
27-
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
28-
29-
new_features:
30-
31-
deprecated:

docs/inventories/v1.32/objects.inv

29 Bytes
Binary file not shown.

docs/inventories/v1.33/objects.inv

40 Bytes
Binary file not shown.

docs/inventories/v1.34/objects.inv

57 Bytes
Binary file not shown.

docs/inventories/v1.35/objects.inv

119 Bytes
Binary file not shown.

docs/versions.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"1.29": 1.29.12
2626
"1.30": 1.30.11
2727
"1.31": 1.31.10
28-
"1.32": 1.32.10
29-
"1.33": 1.33.7
30-
"1.34": 1.34.5
31-
"1.35": 1.35.0
28+
"1.32": 1.32.11
29+
"1.33": 1.33.8
30+
"1.34": 1.34.6
31+
"1.35": 1.35.1

0 commit comments

Comments
 (0)