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
    • 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-2025-54143

CVE-2025-54143: Mozilla Firefox Auth Bypass Vulnerability

CVE-2025-54143 is an authorization bypass flaw in Mozilla Firefox for iOS that allows sandboxed iframes to bypass download restrictions. This article covers the technical details, affected versions, and mitigation steps.

Published: March 24, 2026

CVE-2025-54143 Overview

CVE-2025-54143 is a critical sandbox bypass vulnerability in Mozilla Firefox for iOS that allows sandboxed iframes on webpages to potentially download files to the device, bypassing the expected sandbox restrictions declared on the parent page. This Protection Mechanism Failure (CWE-693) enables attackers to circumvent browser security controls designed to isolate untrusted content.

Critical Impact

Attackers can leverage malicious webpages with sandboxed iframes to initiate unauthorized file downloads to iOS devices, bypassing browser sandbox restrictions and potentially delivering malware or unwanted content without user awareness.

Affected Products

  • Mozilla Firefox for iOS versions prior to 141
  • Firefox mobile browser installations on iPhone/iPad devices
  • iOS devices running vulnerable Firefox versions

Discovery Timeline

  • August 19, 2025 - CVE-2025-54143 published to NVD
  • August 21, 2025 - Last updated in NVD database

Technical Details for CVE-2025-54143

Vulnerability Analysis

This vulnerability represents a Protection Mechanism Failure where the browser's iframe sandboxing implementation fails to properly enforce download restrictions. When a webpage embeds content within a sandboxed iframe using the HTML5 sandbox attribute, the iframe should be restricted from performing certain actions, including initiating downloads. However, Firefox for iOS does not properly enforce these restrictions, allowing content within sandboxed iframes to bypass the declared security constraints and trigger file downloads to the device.

The vulnerability is particularly concerning because sandboxed iframes are commonly used by web developers as a security boundary to isolate third-party content, advertisements, or untrusted user-generated content. The expectation is that this content cannot perform potentially harmful actions like downloading files.

Root Cause

The root cause of CVE-2025-54143 lies in improper enforcement of the HTML5 sandbox attribute restrictions within the Firefox for iOS download handling code path. When the browser processes download requests originating from iframe contexts, it fails to properly verify whether the initiating frame has the necessary permissions (specifically, the allow-downloads sandbox flag) before proceeding with the download operation.

This represents a gap between the security policy declared by the parent page and the actual enforcement within the browser's download subsystem. The iOS-specific implementation of Firefox appears to have a code path that does not properly check sandbox flags before allowing download operations to proceed.

Attack Vector

An attacker can exploit this vulnerability through the following attack scenario:

  1. The attacker hosts a malicious webpage or injects malicious content into a website
  2. The malicious page embeds an iframe with restrictive sandbox attributes (not including allow-downloads)
  3. Content within the sandboxed iframe initiates a download operation
  4. Due to the vulnerability, Firefox for iOS processes the download despite sandbox restrictions
  5. Malicious files are downloaded to the victim's device without proper authorization

This attack requires no privileges and can be executed remotely over the network. The victim needs only to visit a malicious webpage with Firefox for iOS. Once the page loads, the download can be triggered automatically without additional user interaction, making this a particularly dangerous vulnerability for drive-by download attacks targeting mobile users.

Detection Methods for CVE-2025-54143

Indicators of Compromise

  • Unexpected file downloads appearing on iOS devices after browsing sessions
  • Downloaded files from domains or sources that should have been sandboxed
  • Unusual download activity in Firefox for iOS browsing history
  • Presence of suspicious files in the iOS Files app or Downloads folder

Detection Strategies

  • Monitor for unexpected download operations from Firefox for iOS on managed devices
  • Implement web filtering to block known malicious domains that may exploit this vulnerability
  • Review MDM logs for unusual file download patterns on iOS devices with Firefox installed
  • Deploy network traffic analysis to identify suspicious download behaviors originating from sandboxed content

Monitoring Recommendations

  • Enable enhanced logging for web browser activity on enterprise-managed iOS devices
  • Configure alerts for file downloads from untrusted or unknown sources
  • Monitor for security advisories from Mozilla regarding exploitation of this vulnerability
  • Track Firefox for iOS version deployment across your device fleet to ensure compliance

How to Mitigate CVE-2025-54143

Immediate Actions Required

  • Update Firefox for iOS to version 141 or later immediately
  • Consider temporarily restricting Firefox for iOS usage on sensitive enterprise devices until patching is complete
  • Implement web filtering to block access to known malicious sites
  • Review recent download activity on devices that may have been exposed

Patch Information

Mozilla has addressed this vulnerability in Firefox for iOS version 141. Organizations and users should update to this version or later to remediate the vulnerability. The security advisory MFSA-2025-60 provides official details from Mozilla regarding this fix.

Additional technical details can be found in Mozilla Bugzilla Report #1912671.

Workarounds

  • Use alternative browsers on iOS until Firefox can be updated to version 141
  • Avoid browsing untrusted websites with vulnerable Firefox for iOS versions
  • Enable iOS Screen Time or MDM restrictions to limit browser access on sensitive devices
  • Implement network-level protections to block potentially malicious downloads
bash
# Verify Firefox for iOS version via MDM
# Ensure all devices report Firefox version >= 141
# Example: Check managed app versions in your MDM console
# Update deployment policies to require Firefox for iOS 141+

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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.07%

  • 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-693
  • Technical References
  • Mozilla Bugzilla Report #1912671
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2025-60
  • Related CVEs
  • CVE-2026-4700: Mozilla Firefox Auth Bypass Vulnerability

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

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

  • CVE-2026-2800: 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