
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-69652 is a denial-of-service vulnerability in GNU Binutils readelf (through version 2.46) triggered by processing a crafted ELF binary containing malformed DWARF abbrev or debug information. The flaw was published on March 6, 2026, with a patch committed to the Binutils repository on March 11, 2026. Affected products include GNU Binutils up to and including version 2.46, as well as Microsoft's Azure Linux 3 package azl3_binutils_2.41-10. It carries a CVSS v3.1 base score of 6.2 (Medium) (Feedly, sourceware patch).
The root cause is classified as CWE-460 (Improper Cleanup on Thrown Exception). Specifically, incomplete state cleanup in process_debug_info() allows an invalid debug_info_p state to propagate into DWARF attribute parsing routines. When certain malformed DWARF attributes produce an unexpected data length of zero, the function byte_get_little_endian() triggers a fatal SIGABRT. The attack vector is local — an attacker must supply a crafted ELF binary to readelf for processing — and no memory corruption or code execution has been observed (Feedly, sourceware bugzilla).
Exploitation is limited strictly to denial of service: a local user can cause readelf to abort (SIGABRT), disrupting binary analysis or build toolchain workflows that depend on it. There is no impact on confidentiality or integrity, and no evidence of memory corruption or code execution has been observed. The scope is unchanged, meaning the crash is confined to the readelf process itself without affecting other system components (Feedly).
No confirmed public exploit or proof-of-concept code is available for CVE-2025-69652, and there is no evidence of in-the-wild exploitation. The EPSS score is extremely low at 0.022%, reflecting minimal likelihood of exploitation in the near term. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog. Detection plugins are available from Nessus (plugin 301409) and Qualys (288445, 288446) (Feedly).
readelf is invoked automatically (e.g., CI/CD pipelines, package build systems).readelf processing: Execute readelf against the crafted binary, e.g., readelf -w <crafted.elf> or any invocation that processes DWARF debug information.debug_info_p state propagates into byte_get_little_endian(), which triggers a fatal SIGABRT, crashing the readelf process and disrupting any dependent workflow (sourceware bugzilla, Feedly).readelf with a SIGABRT signal; core dump files generated in the working directory (e.g., core, core.<pid>)./var/log/syslog, journalctl) showing entries like readelf: Aborted (core dumped) or kernel messages referencing SIGABRT from the readelf process..debug_info or .debug_abbrev sections in build or analysis directories.Update GNU Binutils to a version released after 2.46 that includes the fix committed on March 11, 2026 (commit 44b79abd0fa12e7947252eb4c6e5d16ed6033e01). Microsoft has also issued an update for the affected Azure Linux 3 package (azl3_binutils_2.41-10). If immediate patching is not possible, restrict readelf from processing untrusted or externally supplied ELF binaries, and implement input validation or sandboxing for ELF file analysis workflows. Fedora and other Linux distributions have issued updated mingw-binutils packages addressing this CVE (sourceware patch, Feedly).
Coverage has been limited to vulnerability tracking platforms and distribution security advisories. The Yocto Project security mailing list has tracked this CVE across multiple weekly CVE metric reports. Fedora issued an update for mingw-binutils addressing this and related issues. No notable researcher commentary or significant social media discussion has been observed, consistent with the low severity and limited exploitability of the vulnerability (Yocto security list, Fedora advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."