Skip to content

Commit 8854dd1

Browse files
publish-envoy[bot]phlax
authored andcommitted
repo: Dev v1.34.13
1 parent 5251fec commit 8854dd1

File tree

4 files changed

+24
-19
lines changed

4 files changed

+24
-19
lines changed

VERSION.txt

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

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/current.yaml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
date: December 10, 2025
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*
28

39
bug_fixes:
4-
- area: dns
5-
change: |
6-
Update c-ares to version 1.34.6 to resolve CVE-2025-0913.
10+
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
11+
12+
removed_config_or_runtime:
13+
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
714

8-
Use-after-free in c-ares can crash Envoy via compromised or malfunctioning DNS.
15+
new_features:
916

10-
advisory: https://github.com/envoyproxy/envoy/security/advisories/GHSA-fg9g-pvc4-776f.
17+
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

0 commit comments

Comments
 (0)