CVE-2026-58592
Last modified
CVE-2026-58592 is a high-severity vulnerability rated 8.9/10 on the CVSS scale. 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). EPSS estimates a 0.31% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| LadybirdBrowser | Ladybird | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-58592?
How severe is CVE-2026-58592?
How do I fix CVE-2026-58592?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-58587Improper Neutralization of Input During Web Page Generation …6.1
- CVE-2026-58588Improper Neutralization of Input During Web Page Generation …6.1
- CVE-2026-58589Missing Authorization vulnerability in Drupal FlowDrop allow…5.4
- CVE-2026-5859Integer overflow in WebML in Google Chrome prior to 147.0.77…8.8
- CVE-2026-58590Missing Authorization vulnerability in Drupal FlowDrop allow…5.4
- CVE-2026-58591Improper Neutralization of Input During Web Page Generation …5.4
- CVE-2026-58593NodeBB does not bind the claimed author of an inbound Activi…8.7
- CVE-2026-58594Integer overflow or wraparound in Windows RDP allows an unau…9.8
- CVE-2026-58595Improper restriction of rendered ui layers or frames in Micr…8.1
- CVE-2026-58596Untrusted pointer dereference in Microsoft Edge (Chromium-ba…8.3
- CVE-2026-58597Insufficient ui warning of dangerous operations in Microsoft…4.3
- CVE-2026-58598Concurrent execution using shared resource with improper syn…7
Are you affected by CVE-2026-58592?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
