CVE-2026-58592

HIGHPre-NVD 8.38.3
EchelonGraph scoreHIGH confidence

Score 8.3 from GitHub Security Advisory (severity: HIGH) published 2026-07-01. a secondary CVSS source baseline 8.3; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
8.3
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 8.3Exploit: NoneExposed: 0

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

Ladybird contains a dangling-reference memory-safety flaw in its WebAssembly ESM-integration module loader. When a JavaScript function is imported into a WebAssembly module via the ESM path, WebAssemblyModule.cpp passes a stack-local Wasm::FunctionType by reference to create_host_function, whose host callback captures and later reads that reference; once the ESM link-loop iteration ends the FunctionType is destroyed, leaving the callback with a dangling reference (the normal instantiate path uses a long-lived reference and is not affected). Stale result-type data lets the host callback return an empty result vector for a statically non-empty result, so the destination register retains an attacker-influenced value that is then consumed by the WASM-GC array.set handler, which bit-casts the reference low bits to an ArrayInstance pointer after only a null check, yielding an arbitrary write. A web page can chain this into code execution in the WebContent process. Verified reachable from HTML content without any instrumentation or source modification.

CVSS v3
8.3
EG Score
8.3(high)
EPSS
22.9%
KEV
Not listed

Published

July 1, 2026

Last Modified

July 2, 2026

Advisory Details (3)

Auto-updated Jul 1, 2026
🔬 Proof of concept available. No patch confirmed yet.
generic🟡 PoC Available

Ladybird - Web-Reachable Code Execution via Dangling FunctionType Reference in WebAssembly ESM Integration | Advisories | VulnCheck

https://www.vulncheck.com/advisories/ladybird-web-reachable-code-execution-via-dangling-functiontype-reference-in-webassembly-esm-integration
generic

exploitarium/ladybird-wasm-esm-host-function-rce-poc at main · bikini/exploitarium · GitHub

https://github.com/bikini/exploitarium/tree/main/ladybird-wasm-esm-host-function-rce-poc
generic

ladybird/Libraries/LibWeb/WebAssembly/WebAssemblyModule.cpp at master · LadybirdBrowser/ladybird · GitHub

https://github.com/LadybirdBrowser/ladybird/blob/master/Libraries/LibWeb/WebAssembly/WebAssemblyModule.cpp

Vendor Advisories for CVE-2026-58592(1)

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

Weakness Classification(3)

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

Data Freshness Timeline

(refreshed 30× in last 7d / 30× 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-07-06 21:08 UTCEG score recompute
  2. 2026-07-06 21:08 UTCGHSA enrichment
  3. 2026-07-06 16:27 UTCEPSS rescore
  4. 2026-07-06 16:27 UTCEPSS rescore
  5. 2026-07-06 10:12 UTCEG score recompute
  6. 2026-07-06 10:11 UTCGHSA enrichment
  7. 2026-07-06 02:23 UTCEPSS rescore
  8. 2026-07-06 02:23 UTCEPSS rescore
  9. 2026-07-05 23:16 UTCEG score recompute
  10. 2026-07-05 23:16 UTCGHSA enrichment
  11. 2026-07-05 12:23 UTCEG score recompute
  12. 2026-07-05 12:22 UTCGHSA enrichment
  13. 2026-07-05 02:31 UTCEPSS rescore
  14. 2026-07-05 02:30 UTCEPSS rescore
  15. 2026-07-05 01:28 UTCEG score recompute
  16. 2026-07-05 01:28 UTCGHSA enrichment
  17. 2026-07-04 14:34 UTCEG score recompute
  18. 2026-07-04 14:34 UTCGHSA enrichment
  19. 2026-07-04 03:41 UTCEG score recompute
  20. 2026-07-04 03:41 UTCGHSA enrichment
  21. 2026-07-03 16:42 UTCEG score recompute
  22. 2026-07-03 16:42 UTCGHSA enrichment
  23. 2026-07-03 05:48 UTCEG score recompute
  24. 2026-07-03 05:48 UTCGHSA enrichment
  25. 2026-07-02 18:55 UTCEG score recompute
Show 5 more
  1. 2026-07-02 18:54 UTCGHSA enrichment
  2. 2026-07-02 08:01 UTCEG score recompute
  3. 2026-07-02 08:01 UTCGHSA enrichment
  4. 2026-07-01 21:08 UTCEG score recompute
  5. 2026-07-01 21:08 UTCNVD updatefirst tracked

Frequently asked(5)

What is CVE-2026-58592?
CVE-2026-58592 is a high vulnerability published on July 1, 2026. Ladybird contains a dangling-reference memory-safety flaw in its WebAssembly ESM-integration module loader. When a JavaScript function is imported into a WebAssembly module via the ESM path, WebAssemblyModule.cpp passes a stack-local Wasm::FunctionType by reference to createhostfunction, whose host…
When was CVE-2026-58592 disclosed?
CVE-2026-58592 was first published in the National Vulnerability Database on July 1, 2026, with the most recent update on July 2, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-58592 actively exploited?
CVE-2026-58592 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 22.9% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-58592?
CVE-2026-58592 has a CVSS v3 base score of 8.3 (NVD).
How do I remediate CVE-2026-58592?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-58592, 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-58592

Explore →

Is Your Infrastructure Affected by CVE-2026-58592?

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