Cyber Resilience

CVE-2026-4721

CriticalUpdated

Published: 24 March 2026

Published
24 March 2026
Modified
30 June 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.0042 34.1th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-4721 is a critical-severity Classic Buffer Overflow (CWE-120) 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 at the 34.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-39 (Process Isolation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2026-4721 encompasses multiple memory safety bugs classified under CWE-120 (Buffer Copy without Checking Size of Input) affecting Firefox ESR 115.33, Firefox ESR 140.8, Thunderbird ESR 140.8, Firefox 148, and Thunderbird 148. Some of these bugs exhibited evidence of memory corruption, which Mozilla presumes could be leveraged with sufficient effort to enable arbitrary code execution.

The vulnerability carries 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), making it remotely exploitable over the network by unauthenticated attackers with low complexity and no user interaction required. Successful exploitation could grant attackers high-impact control over confidentiality, integrity, and availability, potentially allowing arbitrary code execution within the affected browser or email client processes.

Mozilla has mitigated this issue in updated releases including Firefox 149, Firefox ESR 115.34, Firefox ESR 140.9, Thunderbird 149, and Thunderbird 140.9. Security practitioners should consult Mozilla Security Advisories MFSA2026-20, MFSA2026-21, MFSA2026-22, and MFSA2026-23, along with the linked Bugzilla entries, for patch details and additional technical analysis.

EU & UK References

Vulnerability details

Memory safety bugs present in Firefox ESR 115.33, Firefox ESR 140.8, Thunderbird ESR 140.8, Firefox 148 and Thunderbird 148. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have…

more

been exploited to run arbitrary code. This vulnerability was fixed in Firefox 149, Firefox ESR 115.34, Firefox ESR 140.9, Thunderbird 149, and Thunderbird 140.9.

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 client applications (browser/email) with AV:N/UI:N directly enables drive-by compromise via malicious web/email content and exploitation for client execution to achieve arbitrary code execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-4729Same product: Mozilla Firefox
CVE-2026-12328Same product: Mozilla Firefox
CVE-2026-4720Same product: Mozilla Firefox
CVE-2026-7321Same product: Mozilla Firefox
CVE-2026-8090Same product: Mozilla Firefox
CVE-2026-2790Same product: Mozilla Firefox
CVE-2025-1011Same product: Mozilla Firefox
CVE-2026-6751Same product: Mozilla Firefox
CVE-2026-2795Same product: Mozilla Firefox
CVE-2026-2775Same product: Mozilla Firefox

Affected Assets

mozilla
firefox
≤ 115.34.0 · ≤ 149.0 · 128.0 — 140.9.0
mozilla
thunderbird
≤ 140.9.0 · ≤ 149.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires timely remediation of identified flaws, such as applying patches for memory safety bugs in Firefox and Thunderbird to eliminate the vulnerability.

prevent

Implements memory protection mechanisms like ASLR and DEP to directly mitigate exploitation of memory corruption from buffer copy without size checks.

prevent

Enforces process isolation, such as browser sandboxing, to contain arbitrary code execution within affected processes like Firefox renderers.

References