CVE-2025-5899
BaseFortify
Publication date: 2025-06-09
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-590 | The product calls free() on a pointer to memory that was not allocated using associated heap allocation functions such as malloc(), calloc(), or realloc(). |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a critical issue in the GNU PSPP software, specifically in the parse_variables_option function of the pspp-convert.c file. It involves improper memory handling that leads to freeing memory not allocated on the heap. This flaw can be exploited locally by an attacker, and the exploit has been publicly disclosed.
How can this vulnerability impact me? :
The vulnerability can lead to memory corruption due to freeing memory not on the heap, which may cause the program to crash or behave unpredictably. Since the exploit requires local access, an attacker with local privileges could potentially leverage this flaw to disrupt the application or escalate privileges.