CVE-2025-69650
Received Received - Intake
Double Free Vulnerability in GNU Binutils readelf Causes DoS

Publication date: 2026-03-06

Last updated on: 2026-03-19

Assigner: MITRE

Description
GNU Binutils thru 2.46 readelf contains a double free vulnerability when processing a crafted ELF binary with malformed relocation data. During GOT relocation handling, dump_relocations may return early without initializing the all_relocations array. As a result, process_got_section_contents() may pass an uninitialized r_symbol pointer to free(), leading to a double free and terminating the program with SIGABRT. No evidence of exploitable memory corruption or code execution was observed; the impact is limited to denial of service. NOTE: this is disputed by third parties because the observed behavior occurred only in pre-release code and did not affect any tagged version.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-06
Last Modified
2026-03-19
Generated
2026-05-27
AI Q&A
2026-03-06
EPSS Evaluated
2026-05-25
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
gnu binutils to 2.46 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart