File tree Expand file tree Collapse file tree 4 files changed +31
-2
lines changed Expand file tree Collapse file tree 4 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 22layout : page
33title : Changelog
44---
5+ <a name =" 1_34_5 " ></a >
6+ ## c-ares version 1.34.5 - April 8 2025
7+
8+ This is a security release.
9+
10+ Security:
11+ * CVE-2025 -31498. A use-after-free bug has been uncovered in read_answers() that
12+ was introduced in v1.32.3. Please see https://github.com/c-ares/c-ares/security/advisories/GHSA-6hxc-62jh-p29v
13+
14+ Changes:
15+ * Restore Windows XP support. [ PR #958 ] ( https://github.com/c-ares/c-ares/pull/958 )
16+
17+ Bugfixes:
18+ * A missing mutex initialization would make busy polling for configuration
19+ changes (platforms other than Windows, Linux, MacOS) eat too much CPU
20+ [ PR #974 ] ( https://github.com/c-ares/c-ares/pull/974 )
21+ * Pkgconfig may be generated wrong for static builds in relation to ` -pthread `
22+ [ PR #965 ] ( https://github.com/c-ares/c-ares/pull/965 )
23+ * Localhost resolution can fail if only one address family is in ` /etc/hosts `
24+ [ PR #947 ] ( https://github.com/c-ares/c-ares/pull/947 )
25+
26+
527<a name =" 1_34_4 " ></a >
628## c-ares version 1.34.4 - December 14 2024
729
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ title: Download c-ares
33layout : page
44permalink : /download/
55versions :
6+ - version : 1.34.5
7+ date : " 8-apr-2024"
68 - version : 1.34.4
79 date : " 14-dec-2024"
810 - version : 1.34.3
Original file line number Diff line number Diff line change 11---
22layout : page
33version :
4- version : 1.34.4
5- date : " 14-dec -2024"
4+ version : 1.34.5
5+ date : " 8-apr -2024"
66---
77
88- [ Download] ( #download )
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ title: c-ares vulnerabilities
55
66This is all known and public c-ares vulnerabilities to date. See also our [ security incident process] ( /security.html ) .
77
8+ ### CVE-2025 -31498 - Apr 8 2025
9+
10+ High. A use-after-free bug has been uncovered in read_answers() that was introduced in v1.32.3.
11+ [ CVE-2025 -31498] ( https://github.com/c-ares/c-ares/security/advisories/GHSA-6hxc-62jh-p29v )
12+
813### CVE-2024 -25629 - Feb 23 2024
914
1015Moderate. Reading malformatted ` /etc/resolv.conf ` , ` /etc/nsswitch.conf ` or the ` HOSTALIASES ` file could result in a
You can’t perform that action at this time.
0 commit comments