CVE-2025-15281
BaseFortify
Publication date: 2026-01-20
Last updated on: 2026-02-05
Assigner: GNU C Library
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gnu | glibc | From 2.0 (inc) to 2.43 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-908 | The product uses or accesses a resource that has not been initialized. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs when the wordexp function in GNU C Library versions 2.0 to 2.42 is called with the WRDE_REUSE flag together with WRDE_APPEND. It may cause the function to return uninitialized memory in the we_wordv member. Later, when wordfree is called on this uninitialized memory, it can cause the process to abort.
How can this vulnerability impact me? :
The impact of this vulnerability is that it can cause a program using the affected GNU C Library versions to abort unexpectedly when calling wordfree after wordexp returns uninitialized memory. This could lead to application crashes and potential denial of service.