Description
A weakness has been identified in GNU Binutils 2.47. This impacts the function elf_link_add_object_symbols of the file bfd/elflink.c. Executing a manipulation can lead to null pointer dereference. The attack needs to be launched locally. The exploit has been made available to the public and could 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: Local denial of service from a null pointer dereference
Action: Apply Patch
AI Analysis

Impact

A local‑execution weakness has been identified in GNU Binutils 2.47. The function elf_link_add_object_symbols in bfd/elflink.c dereferences a null pointer when processing specially crafted object files, causing the linker to crash. This fault is classified as a null pointer dereference (CWE‑476) and results in a local denial of service for any process that uses the vulnerable linker.

Affected Systems

Affected systems are those running GNU Binutils 2.47. No other versions or vendors have been reported to contain the flaw, and the issue is confined to the Binutils package. It manifests when users invoke the linker on maliciously constructed inputs.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate impact, while the EPSS score of less than 1% signals a very low likelihood of exploitation in the wild. The vulnerability is not listed in CISA’s KEV catalog. Because the exploit requires local execution, the risk is limited to environments where an attacker already has some level of local access. A publicly available proof‑of‑concept demonstrates the crash, indicating that the weakness is exploitable without additional assistance.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update GNU Binutils to a patched release that addresses the null pointer dereference in elf_link_add_object_symbols.
  • If an immediate upgrade is not feasible, limit the users who can invoke the linker by enforcing least privilege or role‑based access controls, ensuring that only trusted users can run the vulnerable binary locally.
  • Monitor for linker crashes or abnormal process termination and investigate any unexpected failures as potential exploitation attempts.

Generated by OpenCVE AI on September 16, 2026 at 06:35 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:45:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in GNU Binutils 2.47. This impacts the function elf_link_add_object_symbols of the file bfd/elflink.c. Executing a manipulation can lead to null pointer dereference. The attack needs to be launched locally. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through a bug report but has not responded yet.
Title GNU Binutils elflink.c elf_link_add_object_symbols 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:58:05.822Z

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

Link: CVE-2026-91780

cve-icon Vulnrichment

Updated: 2026-09-15T13:57:28.955Z

cve-icon NVD

Status : Awaiting Analysis

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

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

Link: CVE-2026-91780

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T06:45:19Z

Weaknesses
  • CWE-404

    Improper Resource Shutdown or Release

  • CWE-476

    NULL Pointer Dereference