Cyber Resilience

CVE-2025-13024

Mozilla Firefox ≤ 145.0

Published
11 November 2025
Modified
13 April 2026
Patch / advisory
CVSS Score v3.1 9.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0036 28th percentile
Risk Priority 71 floored blend · peak EPSS

Summary

CVE-2025-13024 is a critical-severity Compiler Optimization Removal or Modification of Security-critical Code (CWE-733) vulnerability in Mozilla Firefox. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique OS Credential Dumping (T1003); ranked at the 28th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

JIT miscompilation in the JavaScript Engine: JIT component. This vulnerability was fixed in Firefox 145 and Thunderbird 145.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1003 OS Credential Dumping Credential Access
Adversaries may attempt to dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
T1497 Virtualization/Sandbox Evasion Stealth
Adversaries may employ various means to detect and avoid virtualization and analysis environments.
T1622 Debugger Evasion Stealth
Adversaries may employ various means to detect and avoid debuggers.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-10702Same product: Mozilla Firefox
CVE-2026-4698Same product: Mozilla Firefox
CVE-2026-8389Same product: Mozilla Firefox
CVE-2026-2794Same product: Mozilla Firefox
CVE-2026-4716Same product: Mozilla Firefox
CVE-2024-3862Same product: Mozilla Firefox
CVE-2026-4715Same product: Mozilla Firefox
CVE-2024-6605Same product: Mozilla Firefox
CVE-2024-38312Same product: Mozilla Firefox
CVE-2023-28161Same product: Mozilla Firefox

Affected Assets

mozilla
firefox
≤ 145.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can reveal cases where security code has been optimized away.

Documented developer processes and standards can mandate coding patterns and compiler flags that preserve security-critical operations.

Security engineering principles include requirements for correct implementation of protection mechanisms that survive compilation.

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.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require techniques that preserve security-critical code against compiler optimizations.

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.

finds

Security testing in development can detect optimization-induced removal of security mechanisms.

prevents

Secure SDLC requires compiler and build-process controls that can prevent optimization removal of security code.

prevents

Secure coding standards explicitly address compiler flags and volatile/optimization barriers for security-critical code.

References