MEDIUM 5.4

CVE-2026-12298: Memory Safety Vulnerability in Firefox and Thunderbird

A memory safety vulnerability was discovered in Mozilla Firefox and Thunderbird that allows an attacker to read or modify memory during user interaction with a malicious website or email. The flaw does not enable remote code execution or denial of service, but could leak sensitive information or corrupt application state. Mozilla has released patched versions to address this issue.

Source data · NVD / CISA · public domain

CVSS
3.1 · 5.4 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
Weaknesses (CWE)
CWE-125, CWE-416, CWE-787, CWE-843
Affected products
4 configuration(s)
Published / Modified
2026-06-16 / 2026-07-15

NVD description (verbatim)

Memory safety bug fixed in Firefox 152. This vulnerability was fixed in Firefox 152, Firefox ESR 140.12, Thunderbird 152, and Thunderbird 140.12.

29 reference(s) · View on NVD →

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

Technical summary

This vulnerability stems from multiple memory safety defects classified under CWE-125 (out-of-bounds read), CWE-416 (use-after-free), CWE-787 (out-of-bounds write), and CWE-843 (type confusion). The CVSS 3.1 score of 5.4 reflects a network-based attack vector requiring user interaction, with low confidentiality and integrity impact but no availability impact. The flaw resides in core Firefox and Thunderbird rendering or scripting engines, where improper bounds checking or object lifecycle management permits memory access violations.

Business impact

Organizations relying on Firefox or Thunderbird for secure communication face potential exposure of user credentials, message content, or cached browsing data if an employee visits a compromised website or opens a specially crafted email attachment. The medium severity rating suggests manageable but not negligible risk, particularly in environments where users access sensitive systems via these browsers. Thunderbird deployments used for enterprise email may warrant faster patching due to the email-based attack surface.

Affected systems

The vulnerability affects Firefox (all versions prior to 152), Firefox ESR (versions before 140.12), Thunderbird (all versions prior to 152), and Thunderbird ESR (versions before 140.12). Extended Support Release users should prioritize ESR-specific patch versions to avoid disrupting stability policies. Desktop and mobile Firefox installations are both in scope, though the user-interaction requirement limits remote exploitation.

Exploitability

Exploitation requires user interaction—specifically, visiting a malicious website or opening a crafted email—making automated, large-scale attacks unlikely. An attacker must host a carefully constructed page or embed a payload in an email to trigger the memory safety bug. This is not a zero-interaction vulnerability and does not appear on the CISA Known Exploited Vulnerabilities list, indicating no active exploitation campaigns have been reported as of the publication date. However, the network attack vector and moderate complexity mean skilled threat actors can reliably develop exploits once the vulnerability is public.

Remediation

Apply Firefox 152 or later, Firefox ESR 140.12 or later, Thunderbird 152 or later, or Thunderbird ESR 140.12 or later depending on your deployment model. For enterprise environments using ESR releases, coordinate updates with your extended support lifecycle; ESR versions receive fewer but more stable updates. No workarounds exist; patching is the only mitigation. Verify successful installation by checking the about:about or Help → About menu to confirm the build version matches the patched release.

Patch guidance

Prioritize patching systems where Firefox or Thunderbird are primary tools for accessing sensitive or untrusted web content. Desktop environments should update immediately upon release availability in your distribution channel. For managed deployments, test the patched versions in a staging environment to ensure compatibility with critical extensions or email server integrations before broad rollout. Thunderbird users should schedule patching during a maintenance window if the application is used for time-sensitive business operations. Mobile Firefox users should enable automatic updates or manually check for updates in the Google Play Store or Apple App Store.

Detection guidance

Monitor for Firefox and Thunderbird processes exhibiting unusual memory access patterns or crashes following user interaction with web content or email attachments. Endpoint detection and response (EDR) solutions should flag abnormal parent-child process relationships or unexpected system calls from browser/email processes. Log browser extension activity and email attachment handling around the publication date to identify potential post-compromise reconnaissance. Network detection should focus on identifying command-and-control communications from compromised browser contexts rather than the exploitation itself, as the vulnerability does not grant remote code execution.

Why prioritize this

While the CVSS score of 5.4 is medium, the attack vector (network-based, user-initiated) and lack of CISA KEV listing suggest lower immediate enterprise risk compared to critical remote code execution flaws. However, Firefox and Thunderbird's ubiquity in security-conscious organizations and the information disclosure risk warrant prioritization within the medium-severity category. Schedule patching within 30 days, with expedited timelines for Thunderbird deployments handling sensitive email communications.

Risk score, explained

The CVSS 3.1 vector (AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N) assigns 5.4 because: network accessibility increases attack surface; low attack complexity allows straightforward exploitation; no privileges required; mandatory user interaction moderates likelihood; single scope (no privilege escalation); low confidentiality impact (data may be leaked but not wholesale compromise); low integrity impact (application state can be corrupted but not arbitrary code execution); and no availability impact (service remains functional). The score appropriately reflects a data-leakage or state-corruption risk rather than a critical flaw.

Frequently asked questions

Is this vulnerability actively exploited in the wild?

No, as of the publication date (June 16, 2026), the vulnerability does not appear on the CISA Known Exploited Vulnerabilities catalog and has not been reported as actively exploited. However, public disclosure means threat actors will develop exploits, so timely patching remains important.

Can I disable JavaScript or extensions to prevent exploitation?

Disabling JavaScript may reduce—but not eliminate—risk, as the vulnerability involves core memory safety issues that could be triggered by other rendering paths. Disabling specific extensions is not a reliable mitigation. Patching is the only supported remediation.

Do I need to patch both Firefox and Thunderbird, or can I choose?

Patch each product separately according to your organization's deployment. If Firefox is your primary browser and Thunderbird is not used, prioritize Firefox. Conversely, organizations using Thunderbird for email should prioritize its update due to the email-based attack surface. Both should eventually be patched.

Will updating to the patched version affect my saved bookmarks and email folders?

No, Firefox and Thunderbird patches are designed to be non-destructive. Your profiles, bookmarks, saved passwords, email folders, and settings remain intact after patching. Test in a non-production environment if you require formal verification before deployment.

This analysis is provided for informational purposes and represents the state of vulnerability intelligence as of the publication date. Patch versions and availability may vary by distribution channel and operating system. Organizations should verify patch applicability and test compatibility with custom configurations before broad deployment. CVSS scores and severity ratings are baseline assessments and should be contextualized within your organization's threat model and risk tolerance. SEC.co does not provide exploit code or weaponized proof-of-concept materials. For official vendor guidance, consult Mozilla's security advisories and release notes. Source: NVD (public-domain), retrieved 2026-07-23. Analysis generated by SEC.co (claude-haiku-4-5).