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

CVE-2024-1557: Mozilla Firefox RCE Vulnerability

CVE-2024-1557 is a memory safety vulnerability in Mozilla Firefox 122 that could allow remote code execution. Attackers could exploit memory corruption bugs to run arbitrary code. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: June 2, 2026

CVE-2024-1557 Overview

CVE-2024-1557 describes memory safety bugs present in Mozilla Firefox 122. Mozilla developers identified internal memory corruption issues across multiple components of the browser engine. Some of these bugs showed evidence of memory corruption that, with sufficient effort, could be exploited to run arbitrary code in the context of the browser process.

The vulnerability affects all Firefox versions prior to 123. It is classified under [CWE-787] Out-of-bounds Write and carries a network-based attack vector with no privileges or user interaction required beyond standard browsing activity.

Critical Impact

Successful exploitation could lead to arbitrary code execution within the Firefox process, compromising confidentiality, integrity, and availability of the browser and any data it handles.

Affected Products

  • Mozilla Firefox versions prior to 123
  • Mozilla Firefox 122 (primary affected release)
  • Builds tracked under Mozilla Foundation Security Advisory MFSA-2024-05

Discovery Timeline

  • 2024-02-20 - CVE-2024-1557 published to NVD
  • 2025-05-06 - Last updated in NVD database

Technical Details for CVE-2024-1557

Vulnerability Analysis

CVE-2024-1557 aggregates multiple memory safety defects identified by Mozilla developers during Firefox 122 testing. The defects span several browser subsystems and include conditions consistent with out-of-bounds writes [CWE-787]. Mozilla reported that some of these bugs showed evidence of memory corruption during fuzzing and triage.

Memory corruption flaws in browser engines typically arise in code paths handling untrusted content such as HTML parsing, JavaScript engine internals, graphics rendering, or media decoding. When attacker-controlled data overwrites adjacent memory, an attacker can manipulate object metadata, function pointers, or virtual table entries to redirect execution.

The public bug list referenced by Mozilla (bugs 1746471, 1848829, 1864011, 1869175, 1869455, 1869938, 1871606) consolidates the individual reports rolled up into this single CVE entry. Exploitation requires that a user load attacker-controlled web content in an unpatched Firefox 122 build.

Root Cause

The root cause is improper bounds enforcement in multiple Firefox 122 components, mapped to [CWE-787] Out-of-bounds Write. When parsing or processing untrusted input, affected code paths write past allocated buffer boundaries, corrupting adjacent heap or stack memory.

Attack Vector

An attacker hosts a malicious page or compromises a legitimate site to deliver crafted content. The victim visits the page using an unpatched Firefox 122 build, which triggers the memory corruption during content processing. No authentication is required, and exploitation succeeds without additional user interaction beyond page navigation.

The vulnerability is described in prose by Mozilla rather than with public proof-of-concept code. No public exploit is currently available, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog. See the Mozilla Security Advisory MFSA-2024-05 for vendor details.

Detection Methods for CVE-2024-1557

Indicators of Compromise

  • Firefox processes crashing with access violations, segmentation faults, or EXCEPTION_ACCESS_VIOLATION events while browsing untrusted content.
  • Unexpected child processes spawned from firefox.exe or the Firefox content process, such as command shells or scripting hosts.
  • Outbound network connections from Firefox child processes to unfamiliar infrastructure shortly after page loads.

Detection Strategies

  • Inventory installed Firefox versions across managed endpoints and flag any build earlier than 123.
  • Monitor crash telemetry and Windows Error Reporting data for repeated Firefox content process crashes correlated with specific URLs.
  • Correlate browser process activity with EDR telemetry to identify post-exploitation behavior such as process injection or credential access.

Monitoring Recommendations

  • Aggregate browser version inventory into a central log source and alert when out-of-date Firefox installs are observed.
  • Watch for anomalous file writes by firefox.exe to autostart locations, scheduled task paths, or user profile script directories.
  • Track DNS and HTTP telemetry for domains delivering known malicious or fingerprinting content to Firefox clients.

How to Mitigate CVE-2024-1557

Immediate Actions Required

  • Update Firefox to version 123 or later on all managed and unmanaged endpoints.
  • Restart browser sessions after upgrade to ensure the patched binary is loaded into memory.
  • Identify legacy or pinned Firefox 122 deployments in development, testing, or kiosk environments and prioritize their remediation.

Patch Information

Mozilla addressed the memory safety bugs in Firefox 123. The fix is documented in Mozilla Security Advisory MFSA-2024-05, with underlying bug references published in the Mozilla Bug List. Administrators using enterprise deployment channels should validate that update policies are not blocking Firefox 123 or later builds.

Workarounds

  • Restrict browsing on unpatched hosts to trusted internal sites until Firefox can be updated.
  • Apply web proxy or DNS filtering to block known malicious domains and limit exposure to untrusted content.
  • Enforce least-privilege user accounts so that any successful exploitation runs without administrative rights.
bash
# Verify installed Firefox version on Linux endpoints
firefox --version

# Windows: query installed version via registry
reg query "HKLM\SOFTWARE\Mozilla\Mozilla Firefox" /v CurrentVersion

# macOS: read bundle version
defaults read /Applications/Firefox.app/Contents/Info CFBundleShortVersionString

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

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.37%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • Mozilla Bug List
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2024-05
  • Related CVEs
  • CVE-2026-8974: Mozilla Firefox RCE Vulnerability

  • CVE-2026-8973: Mozilla Firefox RCE Vulnerability

  • CVE-2026-8975: Mozilla Firefox RCE Vulnerability

  • CVE-2026-8389: Mozilla Firefox RCE 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