The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-14333

CVE-2025-14333: Mozilla Firefox RCE Vulnerability

CVE-2025-14333 is a remote code execution flaw in Mozilla Firefox caused by memory safety bugs that could allow arbitrary code execution. This article covers the technical details, affected versions, and mitigation.

Updated: May 11, 2026

CVE-2025-14333 Overview

CVE-2025-14333 covers a set of memory safety bugs affecting Mozilla Firefox and Thunderbird. The defects are present in Firefox ESR 140.5, Thunderbird ESR 140.5, Firefox 145, and Thunderbird 145. Mozilla reports that some of these bugs showed evidence of memory corruption. With sufficient effort, attackers could potentially leverage them to run arbitrary code in the context of the affected browser or mail client process. The issues are tracked under CWE-787 (Out-of-Bounds Write) and CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer).

Critical Impact

Successful exploitation could allow a remote attacker to corrupt memory and execute arbitrary code on systems running vulnerable Firefox or Thunderbird versions.

Affected Products

  • Mozilla Firefox 145 and Firefox ESR 140.5
  • Mozilla Thunderbird 145 and Thunderbird ESR 140.5
  • Earlier builds sharing the same Gecko engine components

Discovery Timeline

  • 2025-12-09 - CVE-2025-14333 published to NVD
  • 2026-04-13 - Last updated in NVD database

Technical Details for CVE-2025-14333

Vulnerability Analysis

The advisory bundles multiple memory safety defects discovered in the Gecko engine shared by Firefox and Thunderbird. Mozilla classified the issues under [CWE-787] and [CWE-119], indicating out-of-bounds writes and improper memory buffer handling. These categories typically arise from incorrect bounds checks, lifetime mismanagement, or unsafe integer arithmetic in C++ code paths.

Mozilla observed evidence of memory corruption during internal testing. Memory corruption in a browser engine can yield exploit primitives such as arbitrary read-write, type confusion follow-ons, or control-flow hijacking. Attack complexity is high because reliable exploitation typically requires shaping the heap and bypassing platform mitigations like ASLR and W^X.

Thunderbird is also affected because it renders HTML email through the same Gecko engine, expanding the attack surface beyond web browsing to inbound mail content with remote resources enabled.

Root Cause

The root cause is unsafe memory handling in native code components of the Gecko engine. Out-of-bounds writes ([CWE-787]) occur when code writes past the bounds of allocated buffers, while [CWE-119] covers broader buffer boundary violations. Mozilla addressed the defects across multiple advisories: MFSA-2025-92, MFSA-2025-94, MFSA-2025-95, and MFSA-2025-96.

Attack Vector

Attackers deliver exploitation content over the network. For Firefox, a victim visits a malicious or compromised web page. For Thunderbird, a crafted HTML email rendered with remote content can trigger the vulnerable code path. No authentication or user interaction beyond normal content rendering is required.

No public proof-of-concept exploit is currently available, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog. Refer to the Mozilla Security Advisory MFSA-2025-92 and related advisories for component-level details.

Detection Methods for CVE-2025-14333

Indicators of Compromise

  • Unexpected child process spawns from firefox.exe or thunderbird.exe, such as command interpreters or scripting hosts.
  • Crash dumps in browser or mail client processes referencing heap corruption or access violations in Gecko modules.
  • Outbound network connections from browser processes to unfamiliar infrastructure shortly after rendering untrusted content.

Detection Strategies

  • Inventory all endpoints running Firefox or Thunderbird and compare installed versions against the fixed releases.
  • Hunt for browser process anomalies including unusual memory allocation patterns and crash recovery loops.
  • Correlate web proxy logs with endpoint telemetry to identify users visiting low-reputation domains immediately before browser crashes.

Monitoring Recommendations

  • Enable verbose process creation auditing for Mozilla applications and forward events to a centralized analytics platform.
  • Monitor for execution of WerFault.exe or platform-equivalent crash reporters tied to firefox.exe or thunderbird.exe.
  • Track outbound traffic from email client processes that retrieve remote content embedded in HTML messages.

How to Mitigate CVE-2025-14333

Immediate Actions Required

  • Upgrade Firefox to version 146 or later, and Firefox ESR to 140.6 on managed fleets.
  • Upgrade Thunderbird to version 146 or Thunderbird ESR 140.6 across all user mailboxes.
  • Validate patch deployment through endpoint management reporting and quarantine non-compliant hosts.

Patch Information

Mozilla fixed the vulnerability in Firefox 146, Firefox ESR 140.6, Thunderbird 146, and Thunderbird ESR 140.6. Patch details are documented in Mozilla Security Advisory MFSA-2025-94, Mozilla Security Advisory MFSA-2025-95, and Mozilla Security Advisory MFSA-2025-96. Bug tracking is available via Mozilla Bug Reports.

Workarounds

  • Disable remote content loading in Thunderbird until patches are applied to reduce exposure from HTML email.
  • Enforce browser isolation or restrict navigation to trusted domains via web proxy policy for unpatched endpoints.
  • Apply application allowlisting to prevent unexpected child processes spawned by Mozilla applications.
bash
# Verify installed Firefox version on Linux endpoints
firefox --version

# Verify installed Thunderbird version
thunderbird --version

# Example enterprise policy: disable remote images in Thunderbird (policies.json)
# Place in /etc/thunderbird/policies/policies.json or platform equivalent
{
  "policies": {
    "DisableTelemetry": true,
    "OfferToSaveLogins": false,
    "Preferences": {
      "mailnews.message_display.disable_remote_image": {
        "Value": true,
        "Status": "locked"
      }
    }
  }
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMozilla Firefox

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787

  • CWE-119
  • Technical References
  • Mozilla Bug Reports
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2025-92

  • Mozilla Security Advisory MFSA-2025-94

  • Mozilla Security Advisory MFSA-2025-95

  • Mozilla Security Advisory MFSA-2025-96
  • Related CVEs
  • CVE-2026-6785: Mozilla Firefox RCE Vulnerability

  • CVE-2026-6786: Mozilla Firefox RCE Vulnerability

  • CVE-2026-6784: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English