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

CVE-2025-6426: Mozilla Firefox File Warning Vulnerability

CVE-2025-6426 is a file warning bypass vulnerability in Mozilla Firefox for macOS where terminal extension files open without proper warnings. This post covers the technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2025-6426 Overview

CVE-2025-6426 is an Insufficient Verification of Data Authenticity vulnerability (CWE-345) affecting Mozilla Firefox and Thunderbird on macOS. The executable file warning mechanism failed to alert users before opening files with the .terminal extension, allowing potentially malicious terminal scripts to execute without the expected security warning that would normally prompt users to confirm execution of executable content.

This vulnerability specifically impacts macOS users, as .terminal files are executable by macOS Terminal.app and can contain arbitrary shell commands. When a user downloads or opens such a file through Firefox or Thunderbird on macOS, the browser's normal executable warning dialog is bypassed, removing a critical security barrier that protects users from inadvertent execution of malicious scripts.

Critical Impact

Attackers can deliver malicious .terminal files to macOS users via web downloads or email attachments, bypassing Firefox/Thunderbird's executable file warning and potentially achieving code execution with user privileges.

Affected Products

  • Mozilla Firefox versions prior to 140 (macOS only)
  • Mozilla Firefox ESR versions prior to 128.12 (macOS only)
  • Mozilla Thunderbird versions prior to 140 (macOS only)
  • Mozilla Thunderbird ESR versions prior to 128.12 (macOS only)

Discovery Timeline

  • 2025-06-24 - CVE-2025-6426 published to NVD
  • 2025-07-14 - Last updated in NVD database

Technical Details for CVE-2025-6426

Vulnerability Analysis

The vulnerability stems from an incomplete implementation of Firefox's executable file type detection mechanism on macOS. Firefox maintains a list of file extensions that should trigger a warning dialog before opening, alerting users that a file may be executable and potentially dangerous. The .terminal extension, which is recognized by macOS as an executable format that launches Terminal.app, was not included in this protective list.

When users encounter files with extensions like .exe, .app, or .dmg, Firefox's security layer intercepts the open request and displays a warning. However, .terminal files were processed without this intervention, allowing them to be opened directly by the operating system's default handler—Terminal.app—which immediately executes any commands contained within the file.

This represents a significant gap in the defense-in-depth model that browsers employ to protect users from social engineering attacks. The oversight is particularly concerning because .terminal files can contain arbitrary shell commands with full access to user-level system resources.

Root Cause

The root cause is an Insufficient Verification of Data Authenticity issue (CWE-345) in Firefox's file handling subsystem. The browser's executable file type whitelist for macOS did not include the .terminal extension, despite this file type being capable of arbitrary code execution when opened. This oversight in the file type classification allowed these files to bypass the security warning mechanism entirely.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker could craft a malicious .terminal file containing shell commands and distribute it via:

  1. Web Downloads: Hosting the file on a compromised or malicious website where victims are socially engineered to download it
  2. Email Attachments: Sending the file as an attachment through Thunderbird, where the same warning bypass exists
  3. Drive-by Downloads: Automatically triggering a download through JavaScript on a malicious webpage

When the victim opens the downloaded file—expecting Firefox's warning dialog—the file instead opens directly in Terminal.app and executes the embedded commands with the user's privileges. This could lead to data theft, malware installation, or further system compromise.

The attack is particularly effective because macOS users may not recognize .terminal as an executable file type, and the absence of Firefox's warning removes the last line of defense before execution.

Detection Methods for CVE-2025-6426

Indicators of Compromise

  • Presence of unexpected .terminal files in browser download directories or email attachment folders
  • Terminal.app process launches that correlate with browser download activity or email attachment opens
  • Unusual shell command execution originating from Terminal.app shortly after file downloads
  • Network connections initiated by Terminal.app processes following browser file interactions

Detection Strategies

  • Monitor file system events for .terminal file creation in user download directories and temporary folders
  • Implement endpoint detection rules that correlate Firefox/Thunderbird download events with subsequent Terminal.app execution
  • Configure browser extension or endpoint security policies to block or quarantine .terminal file downloads
  • Review macOS unified logs for Terminal.app launches that occur within seconds of browser file handling operations

Monitoring Recommendations

  • Deploy SentinelOne agents configured to monitor and alert on suspicious Terminal.app execution patterns
  • Enable enhanced file type monitoring for macOS-specific executable extensions including .terminal, .command, and .workflow
  • Implement download monitoring solutions that inspect file content regardless of extension
  • Configure security information and event management (SIEM) rules to correlate browser downloads with shell execution events

How to Mitigate CVE-2025-6426

Immediate Actions Required

  • Update Mozilla Firefox to version 140 or later on all macOS systems
  • Update Mozilla Firefox ESR to version 128.12 or later on all macOS systems
  • Update Mozilla Thunderbird to version 140 or later on all macOS systems
  • Update Mozilla Thunderbird ESR to version 128.12 or later on all macOS systems
  • Audit systems for any recently downloaded .terminal files and quarantine suspicious files

Patch Information

Mozilla has released patches addressing this vulnerability in Firefox 140, Firefox ESR 128.12, Thunderbird 140, and Thunderbird ESR 128.12. The fix adds the .terminal extension to the list of file types that trigger the executable file warning dialog on macOS. Organizations should prioritize updating all affected browsers and email clients to these versions or later.

For detailed patch information, refer to Mozilla Security Advisory MFSA-2025-51 and Mozilla Security Advisory MFSA-2025-53. The underlying bug details are tracked in Mozilla Bug Report #1964385.

Workarounds

  • Configure macOS Launch Services to prevent .terminal files from automatically opening in Terminal.app
  • Implement endpoint security policies that quarantine or block .terminal file downloads
  • Use browser extensions or enterprise policies to restrict downloads of potentially dangerous file types
  • Educate users to avoid opening unexpected .terminal files and to manually verify downloads before execution

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-345
  • Technical References
  • Mozilla Bug Report #1964385

  • Mozilla Security Advisory MFSA-2025-54

  • Mozilla Security Advisory MFSA-2025-55
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2025-51

  • Mozilla Security Advisory MFSA-2025-53
  • 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