Cyber Resilience

CVE-2026-2796

CriticalUpdated

Published: 24 February 2026

Published
24 February 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.0063 45.6th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-2796 is a critical-severity Type Confusion (CWE-843) 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 45.6th 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-2796 is a JIT miscompilation vulnerability in the JavaScript: WebAssembly component of Mozilla Firefox and Thunderbird. This flaw, classified under CWE-843 (incorrect type conversion or cast), allows for improper handling during just-in-time compilation of WebAssembly code, potentially leading to exploitable memory corruption. It affects versions of Firefox and Thunderbird prior to 148 and carries a CVSS v3.1 base score of 9.8, indicating critical severity due to its high impact on confidentiality, integrity, and availability.

A remote attacker can exploit this vulnerability over the network with low attack complexity, requiring no privileges, user interaction, or scope changes. By crafting malicious WebAssembly content deliverable via a website or other network-accessible vector, the attacker could trigger the miscompilation, enabling arbitrary code execution within the browser's sandboxed JavaScript engine. Successful exploitation would grant high-impact control over the affected process, potentially compromising the victim's system if chained with sandbox escapes.

Mozilla addressed this issue in Firefox 148 and Thunderbird 148, as detailed in security advisories MFSA 2026-13 and MFSA 2026-16, along with the upstream bug report at Bugzilla ID 2013165. Security practitioners should prioritize updating affected browsers to these patched versions and monitor for similar JIT-related issues in WebAssembly implementations.

EU & UK References

Vulnerability details

JIT miscompilation in the JavaScript: WebAssembly component. This vulnerability was fixed in Firefox 148 and Thunderbird 148.

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?

CVE enables drive-by compromise (T1189) and client-side exploitation (T1203) via malicious WebAssembly served over the network to achieve RCE in the browser process.

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

CVEs Like This One

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
CVE-2026-6783Same product: Mozilla Firefox
CVE-2025-1942Same product: Mozilla Firefox
CVE-2025-8044Same product: Mozilla Firefox
CVE-2025-14325Same product: Mozilla Firefox
CVE-2026-8948Same product: Mozilla Firefox

Affected Assets

mozilla
firefox
≤ 148.0
mozilla
thunderbird
≤ 148.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Timely flaw remediation requires patching the JIT miscompilation vulnerability in Firefox and Thunderbird versions prior to 148, directly eliminating the exploitable WebAssembly code execution.

prevent

Memory protection controls like ASLR and DEP prevent unauthorized code execution from the memory corruption caused by the WebAssembly JIT miscompilation.

prevent

Process isolation enforces browser sandboxing to contain arbitrary code execution within the JavaScript engine, limiting damage from the JIT miscompilation exploit.

References