Description
A security flaw has been discovered in GNU Binutils 2.47. This affects the function _bfd_elf_eh_frame_section_offset of the file bfd/elf-eh-frame.c of the component Eh Frame Handler. Performing a manipulation results in null pointer dereference. The attack must be initiated from a local position. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through a bug report but has not responded yet.
Published: 2026-09-15
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Apply Patch
AI Analysis

Impact

A null pointer dereference occurs within the function that calculates the offset of an EH frame section in GNU Binutils 2.47. The flaw is triggered by a locally crafted input that, when processed, causes the program to attempt to read through a null reference, leading to a crash or unintended termination of the binary located on the system. The impact is limited to the local environment; an attacker who can place or modify a file that Binutils processes can cause service disruption by forcing the program to fail. The weakness is identified as CWE‑476 and CWE‑404 and the CVSS score of 4.8 reflects a medium severity impact.

Affected Systems

GNU Binutils version 2.47 is affected. No additional sub‑versions are listed. Systems that rely on this Binutils release for handling ELF binaries, such as developers or build hosts, may experience crashes when processing maliciously crafted files.

Risk and Exploitability

The CVSS score of 4.8 indicates a moderate risk, and the EPSS score of less than 1% suggests that public exploitation is unlikely at this time. The vulnerability is not listed in CISA’s KEV catalog. Because the attack requires local access, it cannot be leveraged remotely, but any user with the ability to supply or modify ELF files processed by Binutils could trigger a denial of service.

Generated by OpenCVE AI on September 16, 2026 at 06:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade GNU Binutils to version 2.48 or later to remove the vulnerable _bfd_elf_eh_frame_section_offset code.
  • If an upgrade is not yet available, rebuild the affected binaries with the latest source or apply a community patch that guards against null dereferencing in the EH frame handler.
  • Configure operating‑ or AppArmor) to restrict the execution and file access of Binutils so that only trusted users can run it on potentially untrusted input.

Generated by OpenCVE AI on September 16, 2026 at 06:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 15 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 15 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in GNU Binutils 2.47. This affects the function _bfd_elf_eh_frame_section_offset of the file bfd/elf-eh-frame.c of the component Eh Frame Handler. Performing a manipulation results in null pointer dereference. The attack must be initiated from a local position. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through a bug report but has not responded yet.
Title GNU Binutils Eh Frame elf-eh-frame.c _bfd_elf_eh_frame_section_offset null pointer dereference
First Time appeared Gnu
Gnu binutils
Weaknesses CWE-404
CWE-476
CPEs cpe:2.3:a:gnu:binutils:*:*:*:*:*:*:*:*
Vendors & Products Gnu
Gnu binutils
References
Metrics cvssV2_0

{'score': 1.7, 'vector': 'AV:L/AC:L/Au:S/C:N/I:N/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 3.3, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 3.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-15T13:53:34.950Z

Reserved: 2026-09-15T02:01:06.370Z

Link: CVE-2026-91779

cve-icon Vulnrichment

Updated: 2026-09-15T13:41:57.933Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-15T09:16:44.760

Modified: 2026-09-15T14:35:24.097

Link: CVE-2026-91779

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T06:15:07Z

Weaknesses
  • CWE-404

    Improper Resource Shutdown or Release

  • CWE-476

    NULL Pointer Dereference