Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-14325

CVE-2025-14325: Mozilla Firefox JIT RCE Vulnerability

CVE-2025-14325 is a JIT miscompilation flaw in Mozilla Firefox's JavaScript Engine that enables remote code execution. This article covers the technical details, affected versions, security impact, and mitigation.

Published: April 28, 2026

CVE-2025-14325 Overview

CVE-2025-14325 is a Type Confusion vulnerability affecting the Just-In-Time (JIT) compilation component of Mozilla's JavaScript Engine. The vulnerability stems from JIT miscompilation, where the JIT compiler generates incorrect machine code during the optimization process, potentially leading to memory corruption and code execution scenarios. This flaw impacts multiple Mozilla products including Firefox and Thunderbird across both standard and ESR (Extended Support Release) versions.

Critical Impact

JIT miscompilation vulnerabilities in browser engines can enable attackers to achieve arbitrary code execution through specially crafted JavaScript, potentially compromising user systems when visiting malicious websites or opening malicious email content.

Affected Products

  • Mozilla Firefox (versions prior to 146)
  • Mozilla Firefox ESR (versions prior to 140.6)
  • Mozilla Thunderbird (versions prior to 146)
  • Mozilla Thunderbird ESR (versions prior to 140.6)

Discovery Timeline

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

Technical Details for CVE-2025-14325

Vulnerability Analysis

This vulnerability is classified under CWE-843 (Access of Resource Using Incompatible Type, commonly known as Type Confusion). JIT compilers optimize JavaScript execution by converting frequently executed code paths into native machine code. When the JIT compiler incorrectly infers or tracks the types of variables during this optimization process, it can generate machine code that operates on data with incorrect type assumptions.

In the context of CVE-2025-14325, the JavaScript Engine's JIT component miscompiles certain code patterns, resulting in type confusion conditions. When exploited, this can allow an attacker to cause the engine to treat one type of object as another, potentially enabling out-of-bounds memory access, arbitrary read/write primitives, or ultimately arbitrary code execution.

The network-based attack vector means exploitation can occur simply by luring a victim to a malicious webpage (for Firefox) or by delivering malicious email content (for Thunderbird). No user privileges or special authentication are required for exploitation.

Root Cause

The root cause lies in the JIT compiler's type inference and optimization logic within Mozilla's JavaScript Engine. During the compilation phase, the JIT compiler makes assumptions about variable types to generate optimized machine code. When these assumptions are violated at runtime—or when the compiler fails to properly track type changes through complex code paths—the generated code may operate on memory with incorrect type expectations, leading to type confusion.

Attack Vector

An attacker can exploit this vulnerability by crafting malicious JavaScript code designed to trigger the JIT miscompilation bug. The attack scenario typically involves:

  1. Triggering JIT Compilation: The attacker creates JavaScript code that forces the vulnerable code path to be compiled by the JIT
  2. Inducing Type Confusion: Carefully constructed JavaScript manipulates the JIT compiler into generating code with incorrect type assumptions
  3. Memory Corruption: The type-confused code accesses memory incorrectly, potentially enabling read/write primitives
  4. Code Execution: The attacker leverages the memory corruption to achieve arbitrary code execution within the browser process

The vulnerability can be exploited remotely without user interaction beyond visiting a malicious webpage. For Thunderbird, simply previewing or opening a malicious email with embedded JavaScript could trigger the vulnerability.

Detection Methods for CVE-2025-14325

Indicators of Compromise

  • Unusual JavaScript execution patterns or crashes in Firefox/Thunderbird processes
  • Browser memory corruption or unexpected termination during web browsing
  • Anomalous child process spawning from Firefox or Thunderbird executables
  • Suspicious network connections originating from browser processes after visiting unknown sites

Detection Strategies

  • Monitor for abnormal browser process behavior including memory access violations and unexpected crashes
  • Implement endpoint detection rules for suspicious JavaScript execution patterns targeting JIT engines
  • Deploy network-based detection for known malicious JavaScript payloads targeting browser vulnerabilities
  • Enable crash reporting analysis to identify potential exploitation attempts

Monitoring Recommendations

  • Configure endpoint protection to monitor Firefox and Thunderbird process activity for signs of exploitation
  • Review browser crash dumps for patterns consistent with JIT-related memory corruption
  • Monitor for unusual file system or registry activity originating from browser processes
  • Implement browser telemetry collection to identify potential exploitation attempts across the organization

How to Mitigate CVE-2025-14325

Immediate Actions Required

  • Update Mozilla Firefox to version 146 or later immediately
  • Update Mozilla Firefox ESR to version 140.6 or later
  • Update Mozilla Thunderbird to version 146 or later
  • Update Mozilla Thunderbird ESR to version 140.6 or later
  • Verify all systems running affected software are identified and patched through asset inventory

Patch Information

Mozilla has released security patches addressing this vulnerability. The following versions contain the fix:

  • Firefox 146 - Mozilla Security Advisory MFSA-2025-92
  • Firefox ESR 140.6 - Mozilla Security Advisory MFSA-2025-94
  • Thunderbird 146 - Mozilla Security Advisory MFSA-2025-95
  • Thunderbird ESR 140.6 - Mozilla Security Advisory MFSA-2025-96

Technical details about the bug can be found in Mozilla Bug Report #1998050.

Workarounds

  • Disable JavaScript execution in Firefox/Thunderbird if operationally feasible (note: this significantly impacts functionality)
  • Use browser isolation or sandboxing technologies to limit the impact of potential exploitation
  • Implement strict content security policies and restrict access to untrusted websites
  • Consider using alternative browsers while awaiting patch deployment in enterprise environments
bash
# Check Firefox version on Linux/macOS
firefox --version

# Check Thunderbird version
thunderbird --version

# Verify installed version meets minimum patched version (146 for standard, 140.6 for ESR)

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 Score7.3

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • NVD-CWE-noinfo

  • CWE-843
  • Technical References
  • Mozilla Bug Report #1998050
  • 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-6784: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-8040: 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