CVE-2026-19548

MEDIUMPre-NVD 5.55.5
EchelonGraph scoreHIGH confidence

Score 5.5 from GitHub Security Advisory published 2026-08-12. a secondary CVSS source baseline 5.5; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 sources updated this week
5.5EG
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 5.5Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

Multiple Use-After-Free vulnerabilities were found in the add_archive_element function in ld/ldmain.c of the GNU linker (ld), a component of binutils. The root cause is that plugin_maybe_claim() in ld/plugin.c frees the original BFD object via bfd_close/_bfd_delete_bfd when entry->the_bfd->my_archive == NULL, but the caller retains both the original abfd parameter and a shallow copy (orig_input.the_bfd) as dangling pointers. These dangling pointers are subsequently dereferenced at three distinct locations in add_archive_element:

  • Line ~1442: accessing abfd->my_archive via bfd_usrdata(abfd->my_archive)
  • Line ~1493: multiple accesses to abfd and abfd->my_archive in a conditional check and bfd_get_filename call
  • Line ~1525: dereferencing the shallow copy orig_input.the_bfd->my_archive in trace/verbose logging

The vulnerability is triggered when LTO plugins are active (link_info.lto_plugin_active is true) and the input object has abfd->my_archive == NULL, which is a valid state for standalone object files. Red Hat builds binutils with --enable-plugins and --enable-lto, confirming the vulnerable code path is compiled in and reachable.

An attacker who can supply a crafted object or archive file to a build process using LTO-enabled linking could exploit this flaw to cause a denial of service (linker crash via segmentation fault). Arbitrary code execution is theoretically possible through heap manipulation but is substantially mitigated by hardening measures including stack protector, FORTIFY_SOURCE, ASLR, and PIE.

The attack surface is limited to build-time environments — the linker is a development tool not exposed in production runtime. The most realistic exploitation scenario is a supply chain attack introducing a crafted object file as a build dependency in CI/CD pipelines or development environments.

CVSS v3
5.5
EG Score
5.5(high)
EG Risk
25(Track)
EG Risk 25/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity55% × 45%
Exploitation0% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
2%
KEV
Not listed

Published

August 12, 2026

Last Modified

August 14, 2026

Advisory Details (2)

Auto-updated Aug 12, 2026
Patch available. Sources: redhat.
redhat

2507832 – (CVE-2026-19548) CVE-2026-19548 binutils: binutils: Multiple Use-After-Free in add_archive_element via LTO plugin processing

https://bugzilla.redhat.com/show_bug.cgi?id=2507832
redhat Patch Available

CVE-2026-19548 - Red Hat Customer Portal

Affected: Red Hat Enterprise Linux 8 or OpenShift Container Platform 4, is affected by this vulnerability and a fix may be released to a

https://access.redhat.com/security/cve/CVE-2026-19548

Vendor Advisories for CVE-2026-19548(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 21× in last 7d / 29× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-21 05:54 UTCEG score recompute
  2. 2026-08-21 05:54 UTCGHSA enrichment
  3. 2026-08-20 22:55 UTCEPSS rescore
  4. 2026-08-20 07:49 UTCEG score recompute
  5. 2026-08-20 07:49 UTCGHSA enrichment
  6. 2026-08-19 17:03 UTCEPSS rescore
  7. 2026-08-19 09:44 UTCGHSA enrichment
  8. 2026-08-18 11:39 UTCEG score recompute
  9. 2026-08-18 11:39 UTCGHSA enrichment
  10. 2026-08-17 13:47 UTCEPSS rescore
  11. 2026-08-17 13:34 UTCGHSA enrichment
  12. 2026-08-16 15:29 UTCEG score recompute
  13. 2026-08-16 15:29 UTCGHSA enrichment
  14. 2026-08-16 14:56 UTCEPSS rescore
  15. 2026-08-16 02:14 UTCEPSS rescore
  16. 2026-08-15 17:24 UTCEG score recompute
  17. 2026-08-15 17:24 UTCGHSA enrichment
  18. 2026-08-15 01:30 UTCEPSS rescore
  19. 2026-08-14 19:18 UTCGHSA enrichment
  20. 2026-08-14 13:45 UTCEG score recompute
  21. 2026-08-14 13:45 UTCGHSA enrichment
  22. 2026-08-13 22:00 UTCEPSS rescore
  23. 2026-08-13 15:40 UTCEG score recompute
  24. 2026-08-13 15:40 UTCGHSA enrichment
  25. 2026-08-12 17:35 UTCEG score recompute
Show 4 more
  1. 2026-08-12 17:07 UTCEG score recompute
  2. 2026-08-12 16:33 UTCEG score recompute
  3. 2026-08-12 16:01 UTCEG score recompute
  4. 2026-08-12 16:00 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-19548?
CVE-2026-19548 is a medium vulnerability published on August 12, 2026. Multiple Use-After-Free vulnerabilities were found in the addarchiveelement function in ld/ldmain.c of the GNU linker (ld), a component of binutils. The root cause is that pluginmaybeclaim() in ld/plugin.c frees the original BFD object via bfdclose/bfddeletebfd when entry->thebfd->myarchive ==…
When was CVE-2026-19548 disclosed?
CVE-2026-19548 was first published in the National Vulnerability Database on August 12, 2026, with the most recent update on August 14, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-19548 actively exploited?
CVE-2026-19548 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 97.7% of all scored CVEs.
What is the CVSS score of CVE-2026-19548?
CVE-2026-19548 has a CVSS v3 base score of 5.5 (NVD).
How do I remediate CVE-2026-19548?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-19548, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-19548

Explore →

Is Your Infrastructure Affected by CVE-2026-19548?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.