CVE-2025-8734
BaseFortify
Publication date: 2025-08-08
Last updated on: 2025-11-04
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gnu | bison | 3.8.2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a double free issue found in the GNU Bison software up to version 3.8.2, specifically in the function code_free within the src/scan-code.c file. A double free occurs when the program attempts to free the same memory location twice, which can lead to undefined behavior or exploitation. The attack requires local access to the system.
How can this vulnerability impact me? :
The vulnerability can lead to potential exploitation by an attacker with local access, possibly causing program crashes or other unintended behavior due to the double free condition. While the exact impact is not detailed, such vulnerabilities can sometimes be leveraged to execute arbitrary code or escalate privileges.