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

CVE-2024-5687: Mozilla Firefox Auth Bypass Vulnerability

CVE-2024-5687 is an authentication bypass flaw in Mozilla Firefox for Android that causes incorrect triggering principals, leading to wrong security checks and header values. This article covers technical details.

Updated: January 22, 2026

CVE-2024-5687 Overview

A security vulnerability exists in Firefox for Android where performing a specific sequence of actions when opening a new tab may result in an incorrect triggering principal being associated with that tab. The triggering principal is a critical security component used to calculate various security-sensitive values, including the Referer and Sec-* HTTP headers. This miscalculation creates potential for incorrect security checks within the browser and may cause incorrect or misleading information to be transmitted to remote websites.

Critical Impact

Improper access control in Firefox for Android's tab handling mechanism can lead to incorrect security header calculations, potentially bypassing browser security checks and sending misleading information to remote websites.

Affected Products

  • Mozilla Firefox for Android versions prior to 127
  • Firefox mobile browser on Android platforms
  • Note: Desktop versions of Firefox are unaffected by this vulnerability

Discovery Timeline

  • 2024-06-11 - CVE-2024-5687 published to NVD
  • 2025-03-27 - Last updated in NVD database

Technical Details for CVE-2024-5687

Vulnerability Analysis

This vulnerability is classified as an Improper Access Control issue (CWE-284) affecting the triggering principal mechanism in Firefox for Android. The triggering principal is a fundamental security concept in the Firefox architecture that determines the security context and origin associated with a particular action or resource request.

When a user performs a specific sequence of actions while opening a new tab, the browser may incorrectly assign the triggering principal. This security context information is used throughout the browser to enforce same-origin policies and generate security-critical HTTP headers. The vulnerability specifically affects the calculation of:

  • Referer headers: Which indicate the origin of the request
  • Sec- headers*: Security headers including Sec-Fetch-Site, Sec-Fetch-Mode, Sec-Fetch-User, and Sec-Fetch-Dest that communicate request metadata to servers

The network-based attack vector allows remote exploitation without requiring user authentication or interaction beyond the initial tab-opening sequence.

Root Cause

The root cause stems from a race condition or logic error in the tab creation workflow specific to the Android implementation of Firefox. When new tabs are opened under certain conditions, the code responsible for establishing the triggering principal fails to correctly propagate the security context from the originating action to the newly created tab. This implementation flaw exists only in the Android codebase, leaving desktop versions unaffected.

The triggering principal should reflect the true origin that initiated the navigation, but due to this bug, it may reference an incorrect or unexpected principal, leading to security header miscalculations.

Attack Vector

An attacker could potentially exploit this vulnerability by crafting a malicious webpage that induces users to perform the specific sequence of actions required to trigger the bug. Once triggered, the incorrect principal association could lead to:

  1. Security bypass scenarios: Where the browser's internal security checks use the wrong origin for policy decisions
  2. Information leakage: Through improperly generated Referer headers that may expose browsing history or sensitive URLs to unintended third parties
  3. CSRF-like attacks: Where the incorrect Sec-* headers may cause servers to misclassify the nature of requests

The vulnerability exploitation does not require authentication and can be performed over the network against any user running a vulnerable version of Firefox for Android. Technical details are available in Mozilla Bug Report #1889066.

Detection Methods for CVE-2024-5687

Indicators of Compromise

  • Unusual or unexpected Referer headers in server logs that don't match expected navigation patterns
  • Anomalous Sec-* header values in HTTP requests originating from Firefox for Android clients
  • Reports from users experiencing unexpected cross-origin behavior in the mobile browser

Detection Strategies

  • Monitor web server logs for HTTP requests with inconsistent or suspicious combinations of Referer and Sec-Fetch-* headers
  • Implement server-side validation of security headers to detect potential exploitation attempts
  • Use browser version fingerprinting in access logs to identify requests from vulnerable Firefox for Android versions

Monitoring Recommendations

  • Enable detailed HTTP header logging on web servers to capture Referer and Sec-* header values
  • Deploy web application firewall (WAF) rules to flag requests with suspicious header combinations
  • Monitor for Mozilla security advisories and update browser deployments accordingly

How to Mitigate CVE-2024-5687

Immediate Actions Required

  • Update Firefox for Android to version 127 or later immediately
  • Verify browser version on all managed Android devices in your organization
  • Implement Mobile Device Management (MDM) policies to enforce minimum browser versions
  • Consider temporarily switching to alternative browsers on Android if immediate updates are not possible

Patch Information

Mozilla has addressed this vulnerability in Firefox version 127. The fix corrects the triggering principal assignment logic during tab creation on Android devices. Users should update through the Google Play Store or their preferred app distribution channel. For enterprise deployments, administrators should push the updated version through their MDM solution.

Detailed patch information is available in the Mozilla Security Advisory MFSA-2024-25.

Workarounds

  • Avoid using the specific tab-opening action sequences until the browser is updated (exact sequences may vary)
  • Use Firefox Focus or alternative Android browsers as temporary replacements
  • Implement server-side validation of Referer and Sec-* headers to mitigate potential exploitation impact
  • Enable automatic app updates on Android devices to ensure timely security patches
bash
# Verify Firefox version on Android via ADB
adb shell dumpsys package org.mozilla.firefox | grep versionName

# Check for pending updates
adb shell am start -a android.intent.action.VIEW -d "market://details?id=org.mozilla.firefox"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMozilla Firefox

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.61%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • Mozilla Bug Report #1889066
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2024-25
  • Related CVEs
  • CVE-2026-6756: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2026-6760: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2026-6771: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2026-6774: Mozilla Firefox Auth Bypass 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