The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-1554

CVE-2024-1554: Mozilla Firefox Cache Poisoning Vulnerability

CVE-2024-1554 is a cache poisoning vulnerability in Mozilla Firefox that allows attackers to manipulate cached responses through fetch() API headers. This article covers the technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2024-1554 Overview

CVE-2024-1554 is a cache poisoning vulnerability affecting Mozilla Firefox where the fetch() API and navigation incorrectly shared the same cache. The cache key did not include the optional headers that fetch() may contain, creating a security flaw that could allow attackers to poison the local browser cache. Under the correct circumstances, an attacker could prime the cache with a fetch() response controlled by additional headers. Upon navigation to the same URL, users would see the cached response instead of the expected response, potentially leading to content spoofing and other malicious outcomes.

Critical Impact

Attackers can poison the browser cache by exploiting the shared cache mechanism between fetch() API and navigation, potentially serving malicious content to users visiting legitimate URLs.

Affected Products

  • Mozilla Firefox versions prior to 123
  • Mozilla Firefox (all platforms)
  • Mozilla Firefox standard release channel

Discovery Timeline

  • 2024-02-20 - CVE CVE-2024-1554 published to NVD
  • 2025-04-02 - Last updated in NVD database

Technical Details for CVE-2024-1554

Vulnerability Analysis

This vulnerability is classified under CWE-345 (Insufficient Verification of Data Authenticity) and stems from an improper implementation of the browser's caching mechanism. The core issue lies in how Firefox handles cache keys for resources requested via the fetch() API compared to standard navigation requests.

When a web page uses the fetch() API with optional headers, these headers can influence the response content. However, Firefox's caching implementation failed to incorporate these optional headers into the cache key generation process. This creates a scenario where a response fetched with specific headers gets cached under a URL-only key, making it retrievable during subsequent navigation requests to the same URL—even though those navigation requests would not include the same headers.

The vulnerability enables a sophisticated cache poisoning attack where an attacker can inject malicious content into the browser's local cache that will be served to users during normal browsing activities.

Root Cause

The root cause of CVE-2024-1554 is the incomplete cache key derivation in Firefox's networking stack. The cache key for fetch() requests did not account for optional HTTP headers that could alter the server's response. This violated the principle that semantically different requests should have distinct cache entries.

When the browser generates a cache key, it must consider all factors that could affect the response. By omitting optional headers from the key calculation, Firefox created a collision scenario where responses tied to specific header configurations could be returned for requests that did not include those headers.

Attack Vector

The attack exploits the network-accessible browser caching mechanism. An attacker could execute this attack through the following general approach:

  1. The attacker hosts a malicious page or compromises a legitimate website
  2. The malicious page issues a fetch() request to a target URL with specific optional headers that cause the server to return attacker-controlled content
  3. The browser caches this response under a key based solely on the URL
  4. When the victim later navigates to the same URL through normal means (clicking a link, typing in the address bar), the browser serves the poisoned cached response instead of fetching fresh content
  5. The victim sees attacker-controlled content while believing they are viewing legitimate content from the target site

This attack does not require user interaction beyond normal browsing behavior after the initial cache poisoning. The vulnerability is particularly concerning because it undermines users' trust in URL-based content authenticity. For technical implementation details, refer to the Mozilla Bug Report #1816390.

Detection Methods for CVE-2024-1554

Indicators of Compromise

  • Unexpected or modified content appearing on previously visited websites
  • Browser cache entries showing responses that don't match expected server behavior
  • User reports of seeing different content than expected when navigating to familiar URLs
  • Evidence of malicious JavaScript executing in contexts where it shouldn't have access

Detection Strategies

  • Monitor browser version deployments across the organization to identify instances of Firefox versions below 123
  • Implement network monitoring to detect unusual fetch() requests with suspicious header combinations
  • Review web application logs for anomalous request patterns that may indicate cache poisoning attempts
  • Deploy endpoint detection solutions to identify exploitation behavior patterns

Monitoring Recommendations

  • Establish baseline metrics for Firefox version distribution in your environment
  • Configure SentinelOne agents to alert on vulnerable Firefox installations
  • Monitor for unexpected content modifications in browser cache directories
  • Track browser-related security events that may indicate cache manipulation attempts

How to Mitigate CVE-2024-1554

Immediate Actions Required

  • Update all Mozilla Firefox installations to version 123 or later immediately
  • Enforce browser update policies through enterprise management tools
  • Clear browser caches on affected systems to remove potentially poisoned entries
  • Review and restrict access to potentially malicious websites during the update period

Patch Information

Mozilla has addressed this vulnerability in Firefox version 123. The fix ensures that optional headers included in fetch() requests are properly incorporated into the cache key generation, preventing the cache collision that enabled this attack. Organizations should prioritize deploying this update across all managed endpoints.

For detailed patch information, consult the Mozilla Security Advisory MFSA-2024-05.

Workarounds

  • Disable browser caching temporarily through Firefox configuration settings as an interim measure
  • Configure enterprise proxy servers to add Cache-Control: no-store headers for sensitive resources
  • Educate users to manually clear browser cache if they suspect content integrity issues
  • Consider network-level content integrity verification for critical applications
bash
# Firefox configuration to disable caching (about:config)
# Set the following preference:
browser.cache.disk.enable = false
browser.cache.memory.enable = false

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechMozilla Firefox

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.22%

  • 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-345
  • Technical References
  • Mozilla Bug Report #1816390
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2024-05
  • Related CVEs
  • CVE-2026-4718: Mozilla Firefox WebRTC Vulnerability

  • CVE-2026-4724: Mozilla Firefox Audio/Video Vulnerability

  • CVE-2026-4705: Mozilla Firefox WebRTC Vulnerability

  • CVE-2026-4702: Mozilla Firefox JIT Miscompilation Flaw
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