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
    • 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-14324

CVE-2025-14324: Mozilla Firefox JIT RCE Vulnerability

CVE-2025-14324 is a JIT miscompilation RCE flaw in Mozilla Firefox's JavaScript Engine that enables remote code execution. This vulnerability affects multiple Firefox and Thunderbird versions. Learn the technical details, impact, and mitigation.

Published: March 24, 2026

CVE-2025-14324 Overview

CVE-2025-14324 is a critical JIT miscompilation vulnerability in the JavaScript Engine's Just-In-Time (JIT) compilation component affecting Mozilla Firefox and Thunderbird. The vulnerability arises from improper code generation during JIT compilation, which can lead to code injection attacks. This flaw enables remote attackers to potentially execute arbitrary code by crafting malicious JavaScript that triggers the miscompilation behavior.

Critical Impact

This JIT miscompilation vulnerability can be exploited remotely via malicious web content, potentially allowing attackers to execute arbitrary code with the privileges of the browser user. No authentication or user interaction is required for exploitation.

Affected Products

  • Mozilla Firefox < 146
  • Mozilla Firefox ESR < 115.31
  • Mozilla Firefox ESR < 140.6
  • Mozilla Thunderbird < 146
  • Mozilla Thunderbird ESR < 140.6

Discovery Timeline

  • December 9, 2025 - CVE-2025-14324 published to NVD
  • December 11, 2025 - Last updated in NVD database

Technical Details for CVE-2025-14324

Vulnerability Analysis

This vulnerability stems from a miscompilation error in the SpiderMonkey JavaScript engine's JIT compiler. JIT compilation optimizes frequently executed JavaScript code by translating it into native machine code at runtime. When the JIT compiler incorrectly handles certain code patterns, it can generate machine code that deviates from the expected behavior of the original JavaScript, leading to type confusion or memory corruption scenarios.

The CWE-94 (Improper Control of Generation of Code) classification indicates that the vulnerability allows an attacker to influence the code generation process in ways that can lead to arbitrary code execution. In the context of browser JIT engines, this type of flaw is particularly dangerous as it can be triggered simply by visiting a malicious webpage.

Root Cause

The root cause of CVE-2025-14324 lies in the JIT compilation pipeline's handling of specific JavaScript constructs. During optimization passes, the compiler makes assumptions about variable types or code paths that may not hold true in all cases. When these assumptions are violated at runtime, the generated native code operates on incorrect data types or memory regions, creating an exploitable condition.

JIT miscompilation vulnerabilities typically occur in edge cases involving:

  • Type speculation failures during optimization
  • Incorrect bounds check elimination
  • Improper handling of prototype chain modifications
  • Race conditions in multi-threaded compilation scenarios

Attack Vector

The attack vector for this vulnerability is network-based and requires no user interaction or authentication. An attacker can exploit this vulnerability by:

  1. Crafting malicious JavaScript code designed to trigger the specific miscompilation pattern
  2. Hosting the malicious code on a web server or injecting it into a compromised website
  3. Waiting for victims to visit the malicious or compromised site using a vulnerable version of Firefox or Thunderbird
  4. The browser's JIT compiler processes the malicious JavaScript, generating incorrect machine code
  5. Execution of the miscompiled code leads to memory corruption or code injection

For Thunderbird, the attack surface extends to HTML emails with embedded JavaScript, though Thunderbird's default security settings typically restrict JavaScript execution in email content.

Technical details regarding the specific exploitation mechanism can be found in the Mozilla Bug Report #1996840.

Detection Methods for CVE-2025-14324

Indicators of Compromise

  • Unexpected browser crashes or hangs, particularly when visiting untrusted websites
  • Abnormal memory consumption patterns in Firefox or Thunderbird processes
  • Suspicious child process spawning from browser processes
  • Unusual network connections originating from browser processes to unknown external hosts

Detection Strategies

  • Monitor for crash reports in Firefox/Thunderbird that reference SpiderMonkey JIT components
  • Implement network-level detection for known malicious JavaScript patterns associated with JIT exploitation
  • Deploy endpoint detection and response (EDR) solutions capable of identifying anomalous browser behavior
  • Review browser telemetry data for unusual JIT compilation events or optimization bailouts

Monitoring Recommendations

  • Enable enhanced crash reporting in Firefox and Thunderbird to capture detailed stack traces
  • Configure SentinelOne agents to monitor browser process behavior for signs of exploitation
  • Implement web proxy logging to identify potential exploit delivery attempts
  • Set up alerts for high-frequency JIT compilation failures that may indicate exploitation attempts

How to Mitigate CVE-2025-14324

Immediate Actions Required

  • Update Mozilla Firefox to version 146 or later immediately
  • Update Mozilla Firefox ESR to version 115.31 or 140.6 or later
  • Update Mozilla Thunderbird to version 146 or later
  • Update Mozilla Thunderbird ESR to version 140.6 or later
  • Prioritize patching systems that access untrusted web content or handle external emails

Patch Information

Mozilla has released security updates addressing this vulnerability across multiple product lines. Detailed patch information is available in the following security advisories:

  • Mozilla Security Advisory MFSA-2025-92
  • Mozilla Security Advisory MFSA-2025-93
  • Mozilla Security Advisory MFSA-2025-94
  • Mozilla Security Advisory MFSA-2025-95
  • Mozilla Security Advisory MFSA-2025-96

Organizations should deploy these updates through their standard patch management processes, prioritizing internet-facing systems.

Workarounds

  • Disable JIT compilation in Firefox by navigating to about:config and setting javascript.options.ion to false (note: this significantly impacts performance)
  • Enable enhanced security settings in Thunderbird to prevent JavaScript execution in email content
  • Implement network-level content filtering to block known malicious JavaScript patterns
  • Consider using browser isolation technologies for high-risk users until patches can be deployed
  • Restrict browsing to trusted sites only on systems where patching cannot be immediately performed
bash
# Firefox JIT Disabling Configuration (Temporary Workaround)
# Navigate to about:config in Firefox and set:
# javascript.options.ion = false
# javascript.options.baselinejit = false
# javascript.options.native_regexp = false

# Note: Disabling JIT significantly degrades JavaScript performance
# This is a temporary workaround - apply the official patch as soon as possible

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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.07%

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

  • CWE-94
  • Technical References
  • Mozilla Bug Report #1996840
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2025-92

  • Mozilla Security Advisory MFSA-2025-93

  • Mozilla Security Advisory MFSA-2025-94

  • Mozilla Security Advisory MFSA-2025-95

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

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE Vulnerability

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