MEDIUM 4.3

CVE-2026-12303: Firefox & Thunderbird WebGPU Information Disclosure

A flaw in Firefox and Thunderbird's WebGPU graphics component can expose sensitive information to attackers. The vulnerability stems from improper boundary checking that allows data normally kept private to leak when certain graphics operations are performed. An attacker must trick a user into visiting a malicious webpage to trigger the disclosure. The vulnerability is rated MEDIUM severity and has been patched in Firefox 152 and Thunderbird 152.

Source data · NVD / CISA · public domain

CVSS
3.1 · 4.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
Weaknesses (CWE)
CWE-125
Affected products
2 configuration(s)
Published / Modified
2026-06-16 / 2026-06-17

NVD description (verbatim)

Information disclosure due to incorrect boundary conditions in the Graphics: WebGPU component. This vulnerability was fixed in Firefox 152 and Thunderbird 152.

3 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-12303 is an information disclosure vulnerability rooted in incorrect boundary conditions within the Graphics: WebGPU component of Mozilla Firefox and Thunderbird. The flaw is classified under CWE-125 (Out-of-bounds Read) and allows an unauthenticated network attacker to read memory outside intended boundaries without user privileges. Successful exploitation requires user interaction (clicking a link or viewing malicious content) and impacts only confidentiality; integrity and availability are not compromised. The CVSS v3.1 base score of 4.3 reflects the limited attack vector and requirement for user interaction, despite the network accessibility.

Business impact

For organizations relying on Firefox or Thunderbird, this vulnerability poses a targeted data exfiltration risk if users visit compromised or attacker-controlled websites. The exposure is limited to what can be read from adjacent memory regions, which may contain cached credentials, session tokens, or other sensitive data depending on memory layout at the time of exploitation. End-user systems are the primary target; server deployments of these browsers are uncommon, limiting enterprise-wide blast radius. However, high-value users (executives, developers, security staff) are attractive targets for spear-phishing campaigns that deliver malicious pages.

Affected systems

Mozilla Firefox versions prior to 152 and Mozilla Thunderbird versions prior to 152 are affected. Any system running these applications with WebGPU enabled (the default configuration) is vulnerable. Platforms include Windows, macOS, and Linux across all supported versions. Thunderbird users should note that email clients are less likely to encounter malicious content than web browsers, reducing practical exposure.

Exploitability

Exploitability is moderate. An attacker must craft a malicious webpage that triggers the WebGPU boundary condition and convince a user to visit it—via phishing, watering-hole attacks, or ad networks. The vulnerability is not a zero-click exploit and does not grant code execution or persistence. The attack success depends on memory layout randomization (ASLR) and what sensitive data happens to be adjacent in memory; this introduces uncertainty for attackers, making reliable exploitation more difficult than deterministic vulnerabilities. Public exploit code has not been reported as of the advisory date.

Remediation

Update Firefox to version 152 or later and Thunderbird to version 152 or later. Mozilla has released patches addressing the boundary condition issue. Users unable to update immediately should disable JavaScript in their browser settings or avoid visiting untrusted websites until patching is complete, though this degrades functionality. For organizations with managed deployments, use group policy or Mobile Device Management (MDM) to enforce automatic updates or restrict browser access to trusted internal sites only.

Patch guidance

Apply Firefox 152+ and Thunderbird 152+ as soon as feasible within your change management process. Prioritize patching for high-risk user roles (research, C-suite, security teams) and sensitive workstations first. Automated update mechanisms are enabled by default in both applications; verify they are functioning and not blocked by corporate proxies or firewalls. Verify successful patch deployment by checking Help > About in Firefox or About Thunderbird, which will display the installed version.

Detection guidance

Monitor for WebGPU activity and memory access anomalies using browser-based telemetry or EDR tools capable of tracking GPU API calls. Web Application Firewalls (WAFs) may detect suspicious JavaScript patterns associated with WebGPU exploits, though this detection is not yet widely standardized. Network-level detection is limited; focus on endpoint monitoring. Threat hunting should examine browser history and cache for indicators of compromise following suspicious user reports of data exfiltration.

Why prioritize this

Although the CVSS score is MEDIUM (4.3), this vulnerability warrants relatively swift remediation due to its silent nature (no crash or obvious artifacts), the prevalence of Firefox and Thunderbird in office environments, and the potential for targeted spear-phishing campaigns. The requirement for user interaction and memory layout dependencies lower the overall attack likelihood compared to network-accessible code execution flaws, but the confidentiality impact justifies treating it as higher priority than the score alone suggests.

Risk score, explained

The CVSS v3.1 score of 4.3 (MEDIUM) reflects the following factors: Network Attack Vector (AV:N) acknowledges the vulnerability can be triggered over the internet; Low Attack Complexity (AC:L) indicates no special conditions are required; No Privileges Required (PR:N) shows unauthenticated exploitation is possible; Required User Interaction (UI:R) is the primary limiting factor, reducing exploitability in fully automated attack scenarios; Scope Unchanged (S:U) restricts impact to the affected component only; Low Confidentiality Impact (C:L) indicates partial information disclosure rather than complete exposure. Integrity and Availability impact are None (I:N, A:N). The score appropriately reflects a bounded but real information leakage risk without system compromise.

Frequently asked questions

Can this vulnerability steal my passwords or financial data?

Potentially, depending on what data is in memory when the attack occurs. If a user is logged into a banking or email service, session tokens or cached credentials could be exposed. However, the attacker cannot directly access keystroke input or screen content—only adjacent memory regions. The risk is real but not deterministic; it depends on memory layout and timing.

Do I need to use Thunderbird if I only use Gmail or Outlook web mail?

If you access webmail exclusively through a browser, Thunderbird is not required and removing it eliminates this attack surface. However, if you use Thunderbird for email synchronization or offline access, patching is necessary. This vulnerability affects the graphics component, so it can be triggered even in Thunderbird's message composition or rendering features that use WebGPU acceleration.

Will my antivirus detect if someone exploited this vulnerability against me?

Traditional antivirus may not detect WebGPU-based exploitation because it does not execute arbitrary code on the system—it only reads memory. EDR (Endpoint Detection & Response) tools with memory monitoring may flag unusual GPU activity, but detection is not guaranteed. The best defense is staying patched and avoiding suspicious links.

Why hasn't this been added to the CISA KEV catalog?

Not all published vulnerabilities are catalogued in CISA's Known Exploited Vulnerabilities (KEV) list. CVE-2026-12303 is currently not on the KEV list, indicating no documented active exploitation in the wild as of the advisory date. This does not mean the vulnerability is not exploitable—it means no confirmed real-world attacks have been publicly reported or documented to CISA. Active monitoring for any future escalation remains prudent.

This analysis is provided for informational purposes and reflects the state of publicly available information as of the advisory publication date. Patch version numbers and affected versions referenced herein are based on the official Mozilla security advisories. Readers should verify current patch availability and applicability to their specific environments against vendor documentation. SEC.co does not guarantee real-time updates; please consult Mozilla's official security bulletins for the latest information. This summary is not a substitute for professional security assessment or vendor guidance. Source: NVD (public-domain), retrieved 2026-07-23. Analysis generated by SEC.co (claude-haiku-4-5).