CVE-2026-15718: Mozilla Firefox WebAssembly Invalid Pointer Dereference
HERMES
HERMES THREAT SCORE & WEAPONIZED WASM EXPLOIT PROFILE
Target:Mozilla Firefox WebAssembly Runtime Engine (Cranelift / Baseline) Confidence: 99%
92 / 100
Dimension Breakdown
Exploitability 19 / 20
Threat Activity 18 / 20
Weaponization 20 / 20
Exposure 18 / 20
Prevalence 20 / 20
Impact 19 / 20
Exploit Maturity 20 / 20
Attack Chain Potential 19 / 20
Divergence & Operational Rationale
Hermes assesses CVE-2026-15718 at Critical threat (HTS 92). The availability of functional public weaponized exploit code combined with WebAssembly's low-level hardware memory abstraction renders this vulnerability highly dangerous for unpatched browsers.
πΈοΈ Connected Knowledge Graph & Provenance
CVE-2026-15718: Mozilla Firefox WebAssembly Invalid Pointer DereferenceVULNERABILITY
Connected Nodes: 0
1. Metadata & Remediation
Section titled β1. Metadata & Remediationβ| Metric | Technical Specification | Operational Impact |
|---|---|---|
| CVE Identifier | CVE-2026-15718 | Standardized vulnerability identifier |
| Affected Engine | JavaScript / WebAssembly | In-browser binary code execution |
| Fixed Releases | Firefox 152.0.6, Firefox ESR 140.13 | Out-of-band security patch |
| Associated CWE | CWE-824: Uninitialized Pointer Access | Memory safety corruption |
| Public Exploit | Yes (Weaponized PoC Available) | Imminent exploitation threat |
- Apply Urgent Update: Deploy Firefox 152.0.6 or Firefox ESR 140.13.
- WebAssembly Policy: Disable WebAssembly if required in ultra-secure environments via
javascript.options.wasm = false.