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-14330

CVE-2025-14330: Mozilla Firefox JIT RCE Vulnerability

CVE-2025-14330 is a JIT miscompilation RCE vulnerability in Mozilla Firefox's JavaScript Engine that allows attackers to execute arbitrary code. This post explains its impact, affected versions, and mitigation steps.

Published: March 11, 2026

CVE-2025-14330 Overview

CVE-2025-14330 is a JIT (Just-In-Time) miscompilation vulnerability affecting the JavaScript Engine's JIT component in Mozilla Firefox and Thunderbird. This memory corruption flaw occurs during the optimization process of JavaScript code execution, potentially allowing attackers to achieve arbitrary code execution through specially crafted web content. The vulnerability is classified as a buffer overflow issue (CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer).

Critical Impact

This JIT miscompilation vulnerability can be exploited remotely through malicious web content, requiring no user interaction beyond visiting a compromised website. Successful exploitation could lead to complete system compromise with full confidentiality, integrity, and availability impact.

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-14330 published to NVD
  • 2025-12-11 - Last updated in NVD database

Technical Details for CVE-2025-14330

Vulnerability Analysis

The vulnerability resides in the JIT compilation component of Mozilla's SpiderMonkey JavaScript engine. JIT compilers translate JavaScript bytecode into optimized machine code at runtime to improve execution performance. When the JIT compiler incorrectly optimizes certain JavaScript patterns, it can generate machine code that performs out-of-bounds memory operations.

This miscompilation issue falls under CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer), indicating that the generated code fails to properly validate memory boundaries. Attackers can craft specific JavaScript constructs that trigger the faulty compilation path, resulting in memory corruption that can be leveraged for arbitrary code execution.

The vulnerability can be triggered remotely via network-accessible attack vectors without requiring authentication or user interaction beyond visiting a malicious webpage or opening a compromised email in Thunderbird.

Root Cause

The root cause is a logic error in the JIT compiler's optimization passes that leads to incorrect code generation. When processing specific JavaScript patterns, the compiler makes incorrect assumptions about value ranges or memory bounds, resulting in emitted machine code that violates memory safety guarantees. This type of JIT bug often occurs when optimization heuristics fail to account for edge cases in JavaScript semantics.

Attack Vector

The attack vector for this vulnerability is network-based. An attacker can exploit this flaw by:

  1. Hosting malicious JavaScript on a controlled website or injecting it into a compromised legitimate site
  2. Enticing a victim to visit the malicious page using an affected Firefox browser
  3. Alternatively, sending a crafted HTML email that triggers the vulnerability when opened in Thunderbird

The JIT compiler processes the malicious JavaScript during page execution, generating faulty machine code that corrupts memory. The attacker can then leverage this corruption to gain control of program execution and run arbitrary code with the privileges of the browser process.

For technical details on the specific vulnerability patterns, refer to Mozilla Bug Report #1997503.

Detection Methods for CVE-2025-14330

Indicators of Compromise

  • Unusual JavaScript execution patterns or browser crashes when visiting specific websites
  • Unexpected child process spawning from Firefox or Thunderbird processes
  • Memory access violations or segmentation faults in browser error logs
  • Suspicious network connections initiated by browser processes to unknown destinations

Detection Strategies

  • Monitor for abnormal browser process behavior using endpoint detection solutions such as SentinelOne Singularity
  • Implement network-based detection for known exploit delivery patterns
  • Deploy browser crash analysis to identify potential exploitation attempts
  • Use memory protection features and exploit mitigation monitoring

Monitoring Recommendations

  • Enable detailed logging for browser processes to capture crash dumps and memory violations
  • Configure SentinelOne behavioral AI to detect post-exploitation activities such as unexpected process creation
  • Monitor for suspicious JavaScript resource loading from untrusted origins
  • Implement DNS monitoring for command-and-control communication patterns following potential exploitation

How to Mitigate CVE-2025-14330

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
  • Deploy updates across all organizational endpoints using centralized patch management

Patch Information

Mozilla has released security patches addressing this vulnerability across multiple product lines. Organizations should apply updates from the following security advisories:

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

Workarounds

  • Disable JavaScript execution in Firefox via about:config by setting javascript.enabled to false (note: this significantly impacts web functionality)
  • Configure NoScript or similar extensions to block JavaScript from untrusted sources
  • Use browser isolation solutions to contain potential exploitation
  • Implement network-level filtering to block access to known malicious domains
bash
# Firefox configuration to disable JIT compilation (temporary mitigation)
# Navigate to about:config and set:
# javascript.options.ion = false
# javascript.options.baselinejit = false
# Note: This reduces JavaScript performance but eliminates JIT attack surface

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-119
  • Technical References
  • Mozilla Bug Report #1997503
  • 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