Cyber Resilience

CVE-2026-2802

Medium

Published: 24 February 2026

Published
24 February 2026
Modified
13 April 2026
KEV Added
Patch
CVSS Score v3.1 4.2 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N
EPSS Score 0.0014 3.7th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-2802 is a medium-severity Race Condition (CWE-362) vulnerability in Mozilla Firefox. Its CVSS base score is 4.2 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Drive-by Compromise (T1189); ranked at the 3.7th 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 SI-2 (Flaw Remediation) and SC-18 (Mobile Code).

Deeper analysis

CVE-2026-2802 is a race condition vulnerability (CWE-362) in the JavaScript Garbage Collector (GC) component of Mozilla Firefox and Thunderbird. It affects versions prior to Firefox 148 and Thunderbird 148, where the flaw allows concurrent access issues during garbage collection operations in JavaScript execution. The vulnerability has a CVSS v3.1 base score of 4.2 (AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N), rated as Medium severity due to its network accessibility but high attack complexity and requirement for user interaction.

An unauthenticated remote attacker can exploit this vulnerability by crafting malicious web content that triggers the race condition in the JavaScript GC, typically requiring the user to interact with a malicious webpage or link. Successful exploitation could result in limited impacts, such as low-level disclosure of sensitive information or minor modification of data, without affecting availability or escalating privileges.

Mozilla's security advisories (MFSA 2026-13 and MFSA 2026-16) and the associated Bugzilla entry (bug 2011069) confirm the issue was addressed in Firefox 148 and Thunderbird 148. Security practitioners should prioritize updating affected browsers to these patched versions to mitigate the risk, as no workarounds are detailed in the provided references.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Race condition in the JavaScript: GC 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.
T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
Why these techniques?

Vulnerability enables drive-by exploitation of browser via malicious web content requiring user interaction (T1189, T1204.001) and direct client-side exploitation for limited info disclosure/data modification (T1203).

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

CVEs Like This One

CVE-2020-6820Same product: Mozilla Firefox
CVE-2024-11708Same product: Mozilla Firefox
CVE-2025-1013Same product: Mozilla Firefox
CVE-2025-1012Same product: Mozilla Firefox
CVE-2026-6774Same product: Mozilla Firefox
CVE-2025-8034Same 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

Affected Assets

mozilla
firefox
≤ 148.0
mozilla
thunderbird
≤ 148.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely installation of vendor patches that remediate the JavaScript GC race condition in Firefox/Thunderbird <148.

SC-18 Mobile Code partial match
prevent

Restricts or monitors execution of mobile code (JavaScript) that an attacker must deliver to trigger the GC flaw.

prevent

Malicious-code protections on endpoints can block or sandbox web content crafted to exploit the browser GC race.

References