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-2025-6435

CVE-2025-6435: Mozilla Firefox RCE Vulnerability

CVE-2025-6435 is a remote code execution flaw in Mozilla Firefox where saved DevTools Network responses lacked proper file extensions, enabling malicious code execution. This article covers technical details, impact, and patches.

Updated: May 11, 2026

CVE-2025-6435 Overview

CVE-2025-6435 affects Mozilla Firefox and Thunderbird versions prior to 140. The vulnerability resides in the Developer Tools (Devtools) Network tab. When a user saves a network response using the Save As context menu option, the resulting file may not receive the .download file extension. An attacker can leverage this behavior to trick users into saving and executing a malicious file. The flaw is categorized under [CWE-434] Unrestricted Upload of File with Dangerous Type. Mozilla addressed the issue in Firefox 140 and Thunderbird 140.

Critical Impact

Users saving network responses through Devtools may inadvertently execute attacker-controlled binaries because the safety extension .download is not appended.

Affected Products

  • Mozilla Firefox versions prior to 140
  • Mozilla Thunderbird versions prior to 140
  • Devtools Network tab Save As functionality

Discovery Timeline

  • 2025-06-24 - CVE-2025-6435 published to the National Vulnerability Database (NVD)
  • 2026-04-13 - Last updated in the NVD database

Technical Details for CVE-2025-6435

Vulnerability Analysis

The vulnerability resides in the file save workflow within the Firefox and Thunderbird Devtools Network tab. Mozilla browsers normally append a .download extension to files saved through Devtools to prevent users from accidentally executing untrusted content. This safety mechanism failed for responses saved through the Save As context menu option. The saved file retained its original or attacker-influenced extension, including executable extensions on Windows and other operating systems. A user inspecting network traffic from a malicious site could save what appears to be benign content but receive an executable file on disk.

Root Cause

The root cause is missing enforcement of the .download extension on the Save As code path within Devtools. The download dialog inherited the filename and extension hints from the HTTP response or the user-supplied name without applying the protective suffix. This violates the Unrestricted Upload of File with Dangerous Type weakness pattern documented in [CWE-434].

Attack Vector

The attack requires user interaction and developer-tooling activity, which raises attack complexity. An attacker hosts content served with a chosen filename or content-disposition header. The victim opens Devtools, inspects the network response, and selects Save As from the context menu. The browser writes the file to disk without the .download suffix. If the file is an executable format and the user opens it, attacker-controlled code runs in the user context. The vulnerability is described in Mozilla Security Advisory MFSA-2025-51 and Mozilla Security Advisory MFSA-2025-54.

Detection Methods for CVE-2025-6435

Indicators of Compromise

  • Executable files written to user download directories with origins from browser processes such as firefox.exe or thunderbird.exe
  • Process execution chains where a Mozilla browser process spawns a child process from a recently downloaded binary
  • Files saved without the .download extension immediately followed by user execution from a browser-managed directory

Detection Strategies

  • Monitor endpoint telemetry for file write events from Firefox or Thunderbird that produce executable extensions such as .exe, .msi, .bat, .cmd, .scr, or .ps1
  • Alert on Mozilla browser processes as parents of newly written executables that are later launched by the same user session
  • Inventory installed Firefox and Thunderbird versions and flag any host running a version earlier than 140

Monitoring Recommendations

  • Track browser version compliance through software inventory tooling and prioritize remediation for endpoints running Firefox or Thunderbird below version 140
  • Log Devtools usage patterns where feasible and correlate with subsequent process executions from download paths
  • Review Mozilla security advisories on a recurring cadence and map advisory identifiers to internal patching tickets

How to Mitigate CVE-2025-6435

Immediate Actions Required

  • Upgrade Mozilla Firefox to version 140 or later on all managed endpoints
  • Upgrade Mozilla Thunderbird to version 140 or later on all managed endpoints
  • Validate that automatic update mechanisms are enabled and functioning across the fleet

Patch Information

Mozilla fixed the vulnerability in Firefox 140 and Thunderbird 140. Patch details and affected component information are documented in Mozilla Security Advisory MFSA-2025-51, Mozilla Security Advisory MFSA-2025-54, Bugzilla Issue #1950056, and Bugzilla Issue #1961777.

Workarounds

  • Instruct users to avoid using the Save As option from the Devtools Network tab on untrusted sites until the patch is applied
  • Configure application control policies to block execution of files downloaded by browser processes unless explicitly approved
  • Restrict Devtools access on managed builds where developer functionality is not required
bash
# Verify installed Firefox version on Linux endpoints
firefox --version

# Verify installed Thunderbird version on Linux endpoints
thunderbird --version

# Example Windows query for installed Firefox version
reg query "HKLM\SOFTWARE\Mozilla\Mozilla Firefox" /v CurrentVersion

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

  • 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-434
  • Technical References
  • Bugzilla Issue #1950056

  • Bugzilla Issue #1961777
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2025-51

  • Mozilla Security Advisory MFSA-2025-54
  • Related CVEs
  • CVE-2026-6785: Mozilla Firefox RCE Vulnerability

  • CVE-2026-6786: Mozilla Firefox RCE Vulnerability

  • CVE-2026-6784: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9185: 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