CVE-2026-91781:
NixOS Análisis y mitigación de vulnerabilidades
Vista general
CVE-2026-91781 is a null pointer dereference vulnerability in GNU Binutils 2.47, specifically within the elf_x86_64_common_section_index function in bfd/elf64-x86-64.c (the ELF Section Handler component). The vulnerability was published on September 15, 2026, and affects only GNU Binutils version 2.47; version 2.48 is unaffected. It carries a CVSS v3.1 base score of 3.3 (Low) and a CVSS v4.0 base score of 1.9 (Low) (GitHub Advisory, VulDB).
Técnicas
The root cause is a null pointer dereference (CWE-476) combined with improper resource shutdown or release (CWE-404) in the elf_x86_64_common_section_index function within bfd/elf64-x86-64.c of the GNU Binutils Binary File Descriptor (BFD) library. An attacker with low local privileges can trigger the flaw by supplying a specially crafted ELF object file (such as the PoC bug_0.o available in the public repository) to a Binutils tool that processes ELF sections, causing a null pointer to be dereferenced and the application to crash. No network access or user interaction is required beyond local execution privileges. The upstream fix is identified by commit 7322e9bc30cb282575a701c307851fd3d66fee68 in the binutils-gdb repository (GitHub Advisory, Sourceware Bugzilla, Sourceware Patch).
Impacto
Successful exploitation results in a denial of service — specifically, a crash of the affected Binutils application (e.g., objdump, readelf, or ld) due to the null pointer dereference. There is no impact on confidentiality or integrity; only availability is affected, and only at a low level since the crash is limited to the invoking process rather than the broader system. The vulnerability does not enable code execution, privilege escalation, or lateral movement (GitHub Advisory, VulDB).
Explotabilidad
A proof-of-concept ELF object file (bug_0.o) has been publicly disclosed in a GitHub repository, confirming the vulnerability is exploitable in practice (GitHub PoC). However, there is no evidence of active in-the-wild exploitation or threat actor attribution at this time. The EPSS score is approximately 0.12% (2nd percentile), indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, and exploitation is not automatable due to the local access requirement (GitHub Advisory, VulDB).
Pasos de explotación
- Obtain local access: Gain low-privileged local access to a system running GNU Binutils 2.47.
- Prepare the malicious ELF file: Craft or obtain a specially malformed ELF object file (e.g., the publicly available
bug_0.ofrom the PoC repository) designed to trigger the null pointer dereference inelf_x86_64_common_section_index. - Invoke a Binutils tool: Execute a Binutils utility that processes ELF sections against the malicious file, for example:
objdump -d bug_0.oorreadelf -S bug_0.o. - Trigger the crash: The
elf_x86_64_common_section_indexfunction inbfd/elf64-x86-64.cdereferences a null pointer when processing the malformed ELF section data, causing the Binutils process to crash (denial of service) (GitHub PoC, Sourceware Bugzilla).
Indicadores de compromiso
- File System: Presence of unexpected or externally sourced ELF object files (e.g.,
bug_0.o) in user-accessible directories on systems running GNU Binutils 2.47. - Logs: Crash reports or core dumps associated with Binutils processes (
objdump,readelf,ld,nm) referencing a segmentation fault or null pointer dereference inbfd/elf64-x86-64.c. - Process: Abnormal termination (SIGSEGV) of Binutils utilities when processing ELF files, particularly if triggered by a low-privileged user account with no legitimate build or analysis activity.
Mitigación y soluciones alternativas
The primary remediation is to upgrade GNU Binutils to version 2.48 or later, which includes the fix introduced by commit 7322e9bc30cb282575a701c307851fd3d66fee68. If an immediate upgrade is not feasible, restrict local access to systems running Binutils 2.47 and avoid processing untrusted ELF files with affected Binutils tools. No configuration-based workaround has been identified beyond access control (GitHub Advisory, Sourceware Patch).
Recursos adicionales
Estado de corrección de la distribución Linux
Arreglar la disponibilidad en las principales distribuciones de Linux y sus lanzamientos.
Fuente: Este informe se generó utilizando IA
Relacionado NixOS Vulnerabilidades:
Evaluación gratuita de vulnerabilidades
Compare su postura de seguridad en la nube
Evalúe sus prácticas de seguridad en la nube en 9 dominios de seguridad para comparar su nivel de riesgo e identificar brechas en sus defensas.
Recursos adicionales de Wiz
Obtén una demostración personalizada
¿Listo para ver a Wiz en acción?
"La mejor experiencia de usuario que he visto en mi vida, proporciona una visibilidad completa de las cargas de trabajo en la nube."
"Wiz proporciona un panel único para ver lo que ocurre en nuestros entornos en la nube."
"Sabemos que si Wiz identifica algo como crítico, en realidad lo es."