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 2
2
layout : page
3
3
title : Changelog
4
4
---
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
+
5
27
<a name =" 1_34_4 " ></a >
6
28
## c-ares version 1.34.4 - December 14 2024
7
29
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ title: Download c-ares
3
3
layout : page
4
4
permalink : /download/
5
5
versions :
6
+ - version : 1.34.5
7
+ date : " 8-apr-2024"
6
8
- version : 1.34.4
7
9
date : " 14-dec-2024"
8
10
- version : 1.34.3
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : page
3
3
version :
4
- version : 1.34.4
5
- date : " 14-dec -2024"
4
+ version : 1.34.5
5
+ date : " 8-apr -2024"
6
6
---
7
7
8
8
- [ Download] ( #download )
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ title: c-ares vulnerabilities
5
5
6
6
This is all known and public c-ares vulnerabilities to date. See also our [ security incident process] ( /security.html ) .
7
7
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
+
8
13
### CVE-2024 -25629 - Feb 23 2024
9
14
10
15
Moderate. 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