CVE-2026-15718
Mozilla Firefox ≤ 152.0.6
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:NSummary
CVE-2026-15718 is a medium-severity Release of Invalid Pointer or Reference (CWE-763) vulnerability in Mozilla Firefox. Its CVSS base score is 4.3 (Medium).
Operationally, ranked at the 31th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-43662
Vulnerability Data
We are aware that exploit code for this is public however we are not aware of any attacks in the wild abusing this flaw. This vulnerability was fixed in Firefox 152.0.6, Firefox ESR 140.13, and Thunderbird 140.13.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Insufficient information to map techniques.CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Secure SDLC practices directly prevent invalid pointer release errors during development.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing can detect invalid pointer releases before release.
Secure SDLC practices can mandate proper memory-management APIs and reviews that catch incorrect deallocation.
Application security requirements can specify correct use of release functions and pointer validation.
Secure architecture principles include safe memory handling and resource-lifetime rules.
Secure coding standards directly prohibit mismatched or incorrect pointer-release calls.