CVE-2025-69650
Double Free Vulnerability in GNU Binutils readelf Causes DoS
Publication date: 2026-03-06
Last updated on: 2026-03-19
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gnu | binutils | to 2.46 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-415 | The product calls free() twice on the same memory address. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in GNU Binutils through version 2.46, specifically in the readelf tool. It involves a double free error when processing a specially crafted ELF binary that contains malformed relocation data. During the handling of GOT relocations, a function may return early without properly initializing an array, which leads to another function passing an uninitialized pointer to free(). This causes the program to attempt to free the same memory twice, resulting in the program terminating unexpectedly with a SIGABRT signal.
How can this vulnerability impact me? :
The impact of this vulnerability is limited to denial of service. When triggered, the affected program (readelf) will terminate unexpectedly due to the double free error. There is no evidence that this vulnerability can be exploited to achieve memory corruption or code execution.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know