Skip to content

Commit f348aed

Browse files
Merge pull request #441 from envoyproxy/auto-merge-release-v1-34
auto-merge envoyproxy/envoy[release/v1.34] into envoyproxy/envoy-openssl[release/v1.34]
2 parents 9e092e6 + 7ad6bdf commit f348aed

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

changelogs/current.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ 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+
1119
1220
removed_config_or_runtime:
1321
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

changelogs/summary.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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)