You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
binutils vulnerability
About this tag
The binutils vulnerability tag covers discussions about memory-safety flaws in GNU Binutils, a core set of tools used in Linux build chains. A recent thread highlights CVE-2025-11494, an out-of-bounds read in the ELF x86 backend of Binutils 2.45, which can be triggered by a locally executed crafted ELF file. The vulnerability has a public proof-of-concept and an upstream patch. While Binutils is not a Windows tool, the tag may be relevant to Windows users who run Linux subsystems, cross-compilation environments, or security research involving ELF binaries. The content focuses on the technical details of the flaw, its impact on system stability and security, and the availability of fixes.
A newly disclosed memory-safety flaw in GNU Binutils 2.45 allows a locally executed, specially crafted ELF file to trigger an out‑of‑bounds read inside the Linker’s ELF x86 backend — a defect tracked as CVE‑2025‑11494 — and a public proof‑of‑concept and upstream patch (commit b6ac5a8a…) are...