Skip to content

Commit 2f89cd3

Browse files
Merge pull request #445 from envoyproxy/auto-merge-release-v1-35
auto-merge envoyproxy/envoy[release/v1.35] into envoyproxy/envoy-openssl[release/v1.35]
2 parents 4c97757 + 8122860 commit 2f89cd3

File tree

10 files changed

+40
-24
lines changed

10 files changed

+40
-24
lines changed

VERSION.txt

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

changelogs/1.33.14.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
date: December 9, 2025
2+
3+
bug_fixes:
4+
- area: dns
5+
change: |
6+
Update c-ares to version 1.34.6 to resolve CVE-2025-0913.
7+
8+
Use-after-free in c-ares can crash Envoy via compromised or malfunctioning DNS.
9+
10+
advisory: https://github.com/envoyproxy/envoy/security/advisories/GHSA-fg9g-pvc4-776f.
11+
12+
new_features:
13+
- area: dns
14+
change: |
15+
Update c-ares to version 1.34.4. This upgrade exposes ``ares_reinit()`` which allows the reinitialization of c-ares channels,
16+
among several other new features, bug-fixes, etc.

changelogs/1.34.12.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
date: December 10, 2025
2+
3+
bug_fixes:
4+
- area: dns
5+
change: |
6+
Update c-ares to version 1.34.6 to resolve CVE-2025-0913.
7+
8+
Use-after-free in c-ares can crash Envoy via compromised or malfunctioning DNS.
9+
10+
advisory: https://github.com/envoyproxy/envoy/security/advisories/GHSA-fg9g-pvc4-776f.

changelogs/1.35.8.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
date: December 10, 2025
2+
3+
bug_fixes:
4+
- area: dns
5+
change: |
6+
Update c-ares to version 1.34.6 to resolve CVE-2025-0913.
7+
8+
Use-after-free in c-ares can crash Envoy via compromised or malfunctioning DNS.
9+
10+
advisory: https://github.com/envoyproxy/envoy/security/advisories/GHSA-fg9g-pvc4-776f.

changelogs/current.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ minor_behavior_changes:
88

99
bug_fixes:
1010
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
11-
- area: dns
12-
change: |
13-
Update c-ares to version 1.34.6 to resolve CVE-2025-0913.
14-
15-
Use-after-free in c-ares can crash Envoy via compromised or malfunctioning DNS.
16-
17-
advisory: https://github.com/envoyproxy/envoy/security/advisories/GHSA-fg9g-pvc4-776f.
18-
1911

2012
removed_config_or_runtime:
2113
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

changelogs/summary.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +0,0 @@
1-
**Summary of changes**:
2-
3-
* Security updates:
4-
5-
Resolve dependency CVEs:
6-
- c-ares/CVE-2025-0913:
7-
Use after free can crash Envoy due to malfunctioning or compromised DNS.
8-
9-
While a potentially severe bug in some cloud environments, this has limited exploitability
10-
as any attacker would require control of DNS.
11-
12-
Envoy advisory is here https://github.com/envoyproxy/envoy/security/advisories/GHSA-fg9g-pvc4-776f

docs/inventories/v1.33/objects.inv

23 Bytes
Binary file not shown.

docs/inventories/v1.34/objects.inv

45 Bytes
Binary file not shown.

docs/inventories/v1.35/objects.inv

82 Bytes
Binary file not shown.

docs/versions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"1.30": 1.30.11
2727
"1.31": 1.31.10
2828
"1.32": 1.32.13
29-
"1.33": 1.33.13
30-
"1.34": 1.34.11
31-
"1.35": 1.35.6
29+
"1.33": 1.33.14
30+
"1.34": 1.34.12
31+
"1.35": 1.35.7

0 commit comments

Comments
 (0)