Cyber Resilience

CVE-2025-8044

Critical

Published: 22 July 2025

Published
22 July 2025
Modified
13 April 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0043 62.9th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-8044 is a critical-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Mozilla Firefox. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Drive-by Compromise (T1189); ranked in the top 37.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-8044 is a set of memory safety bugs (CWE-119) affecting Firefox 140 and Thunderbird 140, with a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H). These bugs involve improper restriction of operations within memory bounds, and some showed evidence of memory corruption. Mozilla presumes that, with sufficient effort, they could enable arbitrary code execution. The vulnerability was addressed in Firefox 141 and Thunderbird 141.

Attackers can exploit this vulnerability remotely over the network with low complexity, requiring no privileges, authentication, or user interaction. Successful exploitation could result in high-impact compromise of confidentiality, integrity, and availability, potentially allowing arbitrary code execution on affected systems.

Mozilla's security advisories (MFSA 2025-56 and MFSA 2025-61) detail the fixes implemented in Firefox 141 and Thunderbird 141. Security practitioners should prioritize updating to these versions, as referenced in the associated Bugzilla entries for bugs 1933572 and 1971116.

EU & UK References

Vulnerability details

Memory safety bugs present in Firefox 140 and Thunderbird 140. 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. This vulnerability was…

more

fixed in Firefox 141 and Thunderbird 141.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1189 Drive-by Compromise Initial Access
Adversaries may gain access to a system through a user visiting a website over the normal course of browsing.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Why these techniques?

Memory corruption RCE in browser directly enables drive-by compromise and client-side exploitation for code execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-8040Same product: Mozilla Firefox
CVE-2026-2773Same product: Mozilla Firefox
CVE-2026-0879Same product: Mozilla Firefox
CVE-2026-2788Same product: Mozilla Firefox
CVE-2025-8034Same product: Mozilla Firefox
CVE-2026-2778Same product: Mozilla Firefox
CVE-2025-9185Same product: Mozilla Firefox
CVE-2026-7324Same product: Mozilla Firefox
CVE-2026-0891Same product: Mozilla Firefox
CVE-2026-6752Same product: Mozilla Firefox

Affected Assets

mozilla
firefox
≤ 141.0
mozilla
thunderbird
≤ 141.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-2 requires timely remediation of flaws like this memory safety bug by applying patches released in Firefox 141 and Thunderbird 141.

prevent

SI-16 enforces memory protection mechanisms such as ASLR and DEP that directly mitigate exploitation of memory corruption bugs leading to arbitrary code execution.

detect

SI-5 ensures organizations receive and act on Mozilla security advisories (MFSA 2025-56/61) detailing the vulnerability and required updates.

References