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

CVE-2025-13024: Mozilla Firefox JIT RCE Vulnerability

CVE-2025-13024 is a remote code execution vulnerability caused by JIT miscompilation in Mozilla Firefox's JavaScript Engine. This flaw affects Firefox and Thunderbird versions below 145. Learn about technical details and patches.

Published: March 11, 2026

CVE-2025-13024 Overview

CVE-2025-13024 is a JIT (Just-In-Time) miscompilation vulnerability in the JavaScript Engine's JIT component affecting Mozilla Firefox and Thunderbird. This vulnerability allows attackers to potentially execute arbitrary code through maliciously crafted JavaScript that exploits flaws in the JIT compilation process. The vulnerability affects Firefox versions prior to 145 and Thunderbird versions prior to 145.

Critical Impact

This JIT miscompilation vulnerability could allow remote attackers to achieve code execution by crafting malicious JavaScript that triggers incorrect code generation during JIT compilation, potentially compromising user systems through malicious web pages.

Affected Products

  • Mozilla Firefox < 145
  • Mozilla Thunderbird < 145

Discovery Timeline

  • 2025-11-11 - CVE-2025-13024 published to NVD
  • 2025-11-19 - Last updated in NVD database

Technical Details for CVE-2025-13024

Vulnerability Analysis

This vulnerability stems from a JIT miscompilation issue within Firefox's JavaScript engine. JIT compilers translate JavaScript code into optimized machine code at runtime to improve performance. When the JIT compiler incorrectly optimizes or generates machine code, it can introduce security vulnerabilities that bypass normal JavaScript security constraints.

JIT miscompilation vulnerabilities are particularly dangerous because they can lead to type confusion, incorrect bounds checking elimination, or other memory safety violations. These flaws allow attackers to craft JavaScript that appears benign but, when JIT-compiled, produces machine code with exploitable behavior.

The vulnerability is classified under CWE-733 (Compiler Optimization Removal or Modification of Security-critical Code), indicating that security-critical operations may be incorrectly optimized away or modified during the JIT compilation process.

Root Cause

The root cause is a flaw in the JIT compiler's optimization pipeline within Mozilla's SpiderMonkey JavaScript engine. During the compilation phase, the JIT compiler makes assumptions about code behavior that may not hold true in all cases. When these assumptions are violated through carefully crafted JavaScript, the resulting machine code can exhibit undefined behavior, potentially allowing memory corruption or type confusion attacks.

Attack Vector

The attack vector is network-based, requiring no user interaction beyond visiting a malicious webpage. An attacker can host JavaScript code on a website or inject it through advertising networks, cross-site scripting, or compromised third-party scripts. When a vulnerable Firefox or Thunderbird client executes the malicious JavaScript, the JIT compiler generates flawed machine code that can be exploited.

The attacker does not require any privileges to exploit this vulnerability. The attack can be delivered through:

  • Malicious websites directly visited by the user
  • Compromised legitimate websites
  • Malicious advertisements served through ad networks
  • Embedded content in emails viewed with Thunderbird

The vulnerability mechanism involves crafting JavaScript that triggers specific optimization paths in the JIT compiler. When these optimizations are applied incorrectly, the resulting machine code may contain memory safety violations. For detailed technical information, refer to Mozilla Bug Report #1992902 and the Mozilla Security Advisory MFSA-2025-87.

Detection Methods for CVE-2025-13024

Indicators of Compromise

  • Unusual JavaScript execution patterns in browser process memory that exhibit type confusion characteristics
  • Crash reports related to SpiderMonkey JIT compilation errors or memory access violations
  • Anomalous network connections originating from browser processes following JavaScript execution
  • Unexpected child processes spawned by Firefox or Thunderbird processes

Detection Strategies

  • Monitor browser crash reports for JIT-related exceptions and memory corruption indicators
  • Implement network-level detection for known malicious JavaScript patterns targeting JIT vulnerabilities
  • Deploy endpoint detection solutions capable of monitoring browser process behavior for exploitation attempts
  • Analyze JavaScript content in web traffic for obfuscated code patterns commonly used in JIT exploitation

Monitoring Recommendations

  • Enable enhanced crash reporting in Firefox to capture detailed JIT compilation failures
  • Monitor browser process memory usage for abnormal patterns that may indicate heap spray or memory corruption attempts
  • Implement Content Security Policy (CSP) headers on internal web applications to restrict JavaScript execution sources
  • Utilize browser telemetry and enterprise logging to track unusual JavaScript execution across managed endpoints

How to Mitigate CVE-2025-13024

Immediate Actions Required

  • Update Mozilla Firefox to version 145 or later immediately
  • Update Mozilla Thunderbird to version 145 or later immediately
  • Enable automatic updates to ensure timely deployment of future security patches
  • Consider temporarily disabling JIT compilation as a workaround until patches can be applied (note: this may impact performance)

Patch Information

Mozilla has released Firefox 145 and Thunderbird 145 to address this vulnerability. Organizations should prioritize deployment of these updates across all managed systems. Security advisories are available at:

  • Mozilla Security Advisory MFSA-2025-87
  • Mozilla Security Advisory MFSA-2025-90

Enterprise environments using Firefox ESR should consult Mozilla's security advisories for ESR-specific guidance.

Workarounds

  • Disable JIT compilation by setting javascript.options.ion to false in about:config (impacts browser performance)
  • Use browser isolation or sandboxing solutions to contain potential exploitation attempts
  • Implement network-level filtering to block access to known malicious domains
  • Consider using alternative browsers temporarily for high-risk activities until patching is complete
bash
# Firefox Configuration Workaround (via user.js or policies)
# Add to user.js in Firefox profile directory to disable JIT:
user_pref("javascript.options.ion", false);
user_pref("javascript.options.baselinejit", false);
user_pref("javascript.options.native_regexp", false);

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.06%

  • 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
  • CWE-733
  • Technical References
  • Mozilla Bug Report #1992902

  • Mozilla Security Advisory MFSA-2025-90
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2025-87
  • 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-8034: 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