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-2024-8387

CVE-2024-8387: Mozilla Firefox RCE Vulnerability

CVE-2024-8387 is a remote code execution vulnerability in Mozilla Firefox caused by memory safety bugs that could allow arbitrary code execution. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-8387 Overview

CVE-2024-8387 is a critical memory safety vulnerability affecting Mozilla Firefox, Firefox ESR, and Thunderbird. Memory safety bugs present in Firefox 129, Firefox ESR 128.1, and Thunderbird 128.1 showed evidence of memory corruption, and Mozilla presumes that with enough effort, some of these could have been exploited to run arbitrary code. This vulnerability represents a serious security risk for users of affected Mozilla products, potentially allowing attackers to execute malicious code remotely through crafted web content.

Critical Impact

Remote attackers could potentially achieve arbitrary code execution by exploiting memory corruption vulnerabilities in affected Mozilla products, compromising system integrity, confidentiality, and availability.

Affected Products

  • Mozilla Firefox versions prior to 130
  • Mozilla Firefox ESR versions prior to 128.2
  • Mozilla Thunderbird versions prior to 128.2

Discovery Timeline

  • September 3, 2024 - CVE-2024-8387 published to NVD
  • September 6, 2024 - Last updated in NVD database

Technical Details for CVE-2024-8387

Vulnerability Analysis

This vulnerability encompasses multiple memory safety bugs discovered in Mozilla's browser and email client products. The affected components contain memory corruption issues classified under CWE-787 (Out-of-bounds Write) and CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer). These vulnerability classes are particularly dangerous as they can lead to arbitrary code execution when successfully exploited.

The memory corruption issues can be triggered through malicious web content or email attachments processed by the affected applications. When the vulnerable code paths are reached with specially crafted input, the memory corruption can overwrite critical data structures, potentially allowing attackers to hijack program execution flow and run arbitrary code with the privileges of the user running the application.

Root Cause

The root cause stems from improper memory bounds checking and management within Firefox, Firefox ESR, and Thunderbird's rendering and processing engines. CWE-787 (Out-of-bounds Write) indicates that the application writes data past the boundaries of allocated memory buffers, while CWE-119 reflects broader memory operation constraint failures. These issues likely exist in parsing routines, rendering code, or other complex processing logic where boundary conditions are not properly validated.

Attack Vector

The attack vector for CVE-2024-8387 is network-based, requiring no privileges or user interaction to exploit. An attacker could exploit this vulnerability by:

  1. Hosting malicious content on a website that targets the memory corruption vulnerabilities
  2. Sending a crafted email message or attachment to Thunderbird users
  3. Embedding malicious content in advertisements or third-party scripts on legitimate websites

When a victim accesses the malicious content using a vulnerable version of Firefox, Firefox ESR, or Thunderbird, the memory corruption can be triggered, potentially resulting in arbitrary code execution.

The vulnerability mechanism involves triggering out-of-bounds memory writes through specially crafted input that causes the browser or email client to improperly calculate buffer sizes or array indices. Successful exploitation could allow an attacker to overwrite adjacent memory, corrupt object pointers, or manipulate control flow data structures to achieve code execution. For detailed technical information, refer to the Mozilla Bug Reports and Mozilla Security Advisory MFSA-2024-39.

Detection Methods for CVE-2024-8387

Indicators of Compromise

  • Unusual browser crashes or unexpected termination of Firefox, Firefox ESR, or Thunderbird processes
  • Anomalous memory usage patterns in Mozilla product processes indicating potential exploitation attempts
  • Network connections to suspicious domains immediately following browser crashes
  • Unexpected child processes spawned by Firefox or Thunderbird executables

Detection Strategies

  • Deploy endpoint detection and response (EDR) solutions to monitor for suspicious process behavior from Mozilla applications
  • Implement network-based intrusion detection rules to identify potential exploitation traffic patterns
  • Enable application crash reporting and analyze crash dumps for signs of memory corruption exploitation
  • Monitor for unexpected code execution or privilege escalation originating from browser processes

Monitoring Recommendations

  • Configure SentinelOne agents to detect and alert on anomalous behavior from firefox.exe, thunderbird.exe, and related Mozilla processes
  • Enable enhanced logging for browser process activity and network connections
  • Set up alerts for any child processes spawned by Mozilla applications that deviate from normal behavior patterns
  • Monitor system integrity for unauthorized modifications following browser sessions

How to Mitigate CVE-2024-8387

Immediate Actions Required

  • Update Mozilla Firefox to version 130 or later immediately
  • Update Mozilla Firefox ESR to version 128.2 or later
  • Update Mozilla Thunderbird to version 128.2 or later
  • Verify updates have been successfully applied across all endpoints in your organization

Patch Information

Mozilla has released security updates addressing this vulnerability. Users should update to the following versions:

  • Firefox: Version 130 or later
  • Firefox ESR: Version 128.2 or later
  • Thunderbird: Version 128.2 or later

For detailed patch information, refer to Mozilla Security Advisory MFSA-2024-39, Mozilla Security Advisory MFSA-2024-40, and Mozilla Security Advisory MFSA-2024-43.

Workarounds

  • Implement network-level content filtering to block access to known malicious sites until patching is complete
  • Consider temporarily using alternative browsers for high-risk activities if immediate patching is not possible
  • Enable strict site isolation and enhanced tracking protection features in Firefox
  • Disable automatic rendering of external content in Thunderbird emails as a temporary measure
bash
# Verify Firefox version from command line
firefox --version
# Expected output for patched version: Mozilla Firefox 130.0 or later

# Verify Thunderbird version
thunderbird --version
# Expected output for patched version: Mozilla Thunderbird 128.2 or later

# For enterprise deployments, use Mozilla's ESR update policies
# Configure automatic updates in Firefox policies.json

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

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

  • CWE-119
  • Technical References
  • Mozilla Bug Reports

  • Mozilla Security Advisory MFSA-2024-43
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2024-39

  • Mozilla Security Advisory MFSA-2024-40
  • 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