A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-6603

CVE-2024-6603: Mozilla Firefox Use-After-Free Vulnerability

CVE-2024-6603 is a use-after-free vulnerability in Mozilla Firefox that causes memory corruption in out-of-memory scenarios. This article covers technical details, affected versions, security impact, and mitigation.

Updated: May 15, 2026

CVE-2024-6603 Overview

CVE-2024-6603 is a memory corruption vulnerability affecting Mozilla Firefox and Thunderbird. The flaw occurs in out-of-memory (OOM) scenarios where an allocation failure is not properly handled before free() is called on the resulting pointer. This sequence results in memory corruption that attackers can leverage from a remote context. Mozilla addressed the issue across Firefox, Firefox ESR, and Thunderbird in advisories MFSA-2024-29 through MFSA-2024-32. The vulnerability is tracked under [CWE-823] (Use of Out-of-range Pointer Offset).

Critical Impact

Successful exploitation can corrupt browser memory and may enable arbitrary code execution within the Firefox or Thunderbird process, compromising confidentiality and integrity of user data.

Affected Products

  • Mozilla Firefox versions prior to 128
  • Mozilla Firefox ESR versions prior to 115.13
  • Mozilla Thunderbird versions prior to 115.13 and prior to 128

Discovery Timeline

  • 2024-07-09 - CVE-2024-6603 published to NVD
  • 2025-04-04 - Last updated in NVD database

Technical Details for CVE-2024-6603

Vulnerability Analysis

The vulnerability arises in low-memory conditions within Firefox and Thunderbird. When an internal allocation request fails, the code path continues executing and eventually calls free() on the unsuccessful allocation's pointer. Because the pointer state after a failed allocation is undefined, free() operates on invalid memory and corrupts the heap.

Heap corruption of this nature can produce write-what-where conditions, dangling references, or allocator metadata damage. Attackers who can trigger or amplify memory pressure in a victim's browser can steer the corruption toward exploitable primitives. Mozilla classified the issue as high impact and shipped fixes alongside the broader Firefox 128 and ESR 115.13 release cycle.

Root Cause

The root cause is improper error handling around allocation failures. The affected code does not verify that the allocation succeeded before freeing the associated pointer. This violates safe allocation semantics and produces out-of-range pointer use consistent with [CWE-823].

Attack Vector

Exploitation requires a remote attacker to deliver malicious web content or a crafted email that Firefox or Thunderbird processes. The attack complexity is high because the attacker must reliably induce an out-of-memory condition during the vulnerable code path. No authentication or user interaction beyond visiting a page or rendering a message is required.

Mozilla has not publicly released proof-of-concept code. Technical specifics are available in Mozilla Bug Report #1895081 for accredited researchers.

Detection Methods for CVE-2024-6603

Indicators of Compromise

  • Firefox or Thunderbird processes crashing with heap corruption signatures, particularly under sustained memory pressure
  • Unexpected child process spawns originating from firefox.exe, firefox, or thunderbird binaries
  • Browser telemetry showing repeated OOM-related crashes followed by anomalous network connections

Detection Strategies

  • Inventory installed Firefox and Thunderbird versions across endpoints and flag any builds below Firefox 128, Firefox ESR 115.13, or Thunderbird 115.13/128
  • Correlate browser crash dumps with subsequent process injection or credential access activity on the same host
  • Monitor for outbound connections to recently registered domains immediately following browser crash events

Monitoring Recommendations

  • Enable crash reporting and forward Firefox and Thunderbird crash telemetry to a centralized log platform
  • Alert on browser processes loading unusual modules or writing executables to user-writable paths
  • Track patch compliance for Mozilla products as part of routine vulnerability management reporting

How to Mitigate CVE-2024-6603

Immediate Actions Required

  • Upgrade Firefox to version 128 or later on all managed endpoints
  • Upgrade Firefox ESR to version 115.13 or later for environments standardized on the extended support release
  • Upgrade Thunderbird to version 115.13 or 128 or later across all mail clients
  • Restart affected applications after patching to ensure the vulnerable binaries are unloaded

Patch Information

Mozilla released fixes in the Firefox 128 and Firefox ESR 115.13 cycle. Patch details are documented in Mozilla Security Advisory MFSA-2024-29, MFSA-2024-30, MFSA-2024-31, and MFSA-2024-32.

Workarounds

  • No vendor-supplied workaround exists; patching is the only supported remediation
  • Restrict browsing to trusted sites and disable JavaScript on untrusted origins to reduce attacker control over memory allocation patterns
  • Deploy enterprise policy to enforce automatic updates for Firefox and Thunderbird across the fleet
bash
# Verify installed Firefox version on Linux endpoints
firefox --version

# Verify installed Thunderbird version on Linux endpoints
thunderbird --version

# Example Windows package manager upgrade
winget upgrade Mozilla.Firefox
winget upgrade Mozilla.Thunderbird

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechMozilla Firefox

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.34%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-823
  • Technical References
  • Mozilla Bug Report #1895081
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2024-29

  • Mozilla Security Advisory MFSA-2024-30

  • Mozilla Security Advisory MFSA-2024-31

  • Mozilla Security Advisory MFSA-2024-32
  • Related CVEs
  • CVE-2026-8947: Mozilla Firefox Use-After-Free Vulnerability

  • CVE-2026-8953: Mozilla Firefox Use-After-Free Vulnerability

  • CVE-2026-8390: Mozilla Firefox Use-After-Free Vulnerability

  • CVE-2026-2786: Mozilla Firefox Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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