Skip to content

Commit c29a04b

Browse files
committed
glibc 2.34-125.1.el9_5.security.0.11
1 parent 7dee1d1 commit c29a04b

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

docs/issues/CVE-2025-0395.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# CVE-2025-0395: glibc
2+
3+
## Title
4+
5+
CVE-2025-0395: glibc: Buffer overflow in assert()
6+
7+
## Summary
8+
9+
As [discovered by Qualys](https://www.openwall.com/lists/oss-security/2025/01/22/4) and summarized by glibc upstream:
10+
11+
When the `assert()` function fails, it does not allocate enough space for the assertion failure message string and size information, which may lead to a buffer overflow if the message string size aligns to page size.
12+
13+
Public disclosure date: January 22, 2025
14+
15+
## EL9
16+
17+
- Fixed in version: `2.34-125.1.el9_5.security.0.11` available January 27, 2025
18+
19+
## EL8
20+
21+
- Affected

docs/news.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
These are what we consider significant SIG/Security news items, not an exhaustive list of package updates and wiki edits.
44

5+
## January 28, 2025
6+
7+
[glibc](packages/glibc.md) `2.34-125.1.el9_5.security.0.11` includes a fix for the `assert()` buffer overflow [CVE-2025-0395](issues/CVE-2025-0395.md) discovered by Qualys.
8+
59
## November 23, 2024
610

711
[glibc](packages/glibc.md) and [openssh](packages/openssh.md) rebased on EL 9.5's,

docs/packages/glibc.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## EL9
44

5-
- Version `2.34-125.1.el9_5.security.0.10`
5+
- Version `2.34-125.1.el9_5.security.0.11`
66
- Based on `2.34-125.el9_5.1`
77

88
### Changes summary
@@ -17,6 +17,8 @@
1717

1818
#### Known-effective vulnerability mitigations and fixes
1919

20+
`2.34-125.1.el9_5.security.0.11` and above includes a fix for the `assert()` buffer overflow CVE-2025-0395 discovered by Qualys.
21+
2022
`2.34-83.12.el9_3.security.0.6` and above includes nscd CVE-2024-33599, CVE-2024-33600, CVE-2024-33601, CVE-2024-33602 fixes from upstream glibc 2.34 branch, which upstream EL also included starting with `2.34-100.el9_4.2`.
2123

2224
`2.34-83.12.el9_3.security.0.5` and above includes `iconv(3)` ISO-2022-CN-EXT [CVE-2024-2961](../issues/CVE-2024-2961.md) fix from upstream glibc 2.34 branch, which upstream EL also included starting with `2.34-100.el9_4.2`.
@@ -28,6 +30,10 @@ In general, inclusion of additional security fixes will be "reverted" if and whe
2830
### Change log
2931

3032
```
33+
* Mon Jan 27 2025 Solar Designer <[email protected]> - 2.34-125.1.el9.security.0.11
34+
- Fix assert() buffer overflow CVE-2025-0395 discovered by Qualys:
35+
https://www.openwall.com/lists/oss-security/2025/01/22/4
36+
3137
* Thu Nov 21 2024 Solar Designer <[email protected]> - 2.34-125.1.el9.security.0.10
3238
- Rebase on 2.34-125.1
3339

0 commit comments

Comments
 (0)