Cyber Resilience

CVE-2024-5700

Memory Safety in Mozilla Firefox ≤ 115.12

Published
11 June 2024
Modified
04 April 2025
Patch / advisory
CVSS Score v3.1 7.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0044 36th percentile
Risk Priority 51 floored blend · peak EPSS

Summary

CVE-2024-5700 is a high-severity Access of Memory Location Before Start of Buffer (CWE-786) vulnerability in Mozilla Firefox. Its CVSS base score is 7.0 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 36th 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-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Memory safety bugs present in Firefox 126, Firefox ESR 115.11, and Thunderbird 115.11. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.…

more

This vulnerability affects Firefox < 127, Firefox ESR < 115.12, and Thunderbird < 115.12.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
T1212 Exploitation for Credential Access Credential Access
Adversaries may exploit software vulnerabilities in an attempt to collect credentials.
T1687 Exploitation for Defense Impairment Defense Impairment
Adversaries may exploit vulnerabilities in security software, infrastructure, or defensive components to degrade, disable, or otherwise continue to impair their ability to prevent, detect, or respond to malicious activity.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-4718Same product: Mozilla Firefox
CVE-2026-4724Same product: Mozilla Firefox
CVE-2025-3034Same product: Mozilla Firefox
CVE-2026-2792Same product: Mozilla Firefox
CVE-2025-5272Same product: Mozilla Firefox
CVE-2025-1020Same product: Mozilla Firefox
CVE-2026-8092Same product: Mozilla Firefox
CVE-2026-6748Same product: Mozilla Firefox
CVE-2025-0242Same product: Mozilla Firefox
CVE-2026-16409Same product: Mozilla Firefox

Affected Assets

mozilla
firefox
≤ 115.12 · ≤ 127.0
mozilla
thunderbird
≤ 115.12

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.4.1

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and static/dynamic analysis can discover buffer-underflow conditions before deployment.

Security engineering principles require use of memory-safe constructs, bounds checking, and avoidance of pointer arithmetic that can produce underflow accesses.

Input validation rejects or sanitizes untrusted indices or offsets before they are used to compute buffer pointers.

Memory-protection controls limit the effects of an out-of-bounds read/write even if the erroneous access occurs.

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 prevent buffer underflows via safe coding, bounds checks, and analysis, but eliminating only this CWE covers a narrow slice of the control's broader intent.

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 and eliminate pre-buffer memory accesses before release.

prevents

Secure development lifecycle includes buffer-boundary checks that reduce out-of-bounds reads before buffer start.

prevents

Application security requirements can mandate bounds checking and pointer validation to prevent pre-buffer accesses.

prevents

Secure architecture principles promote safe memory handling and pointer arithmetic safeguards.

prevents

Secure coding standards directly require bounds checking and pointer validation that prevent this weakness.

References