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

CVE-2025-3033: Mozilla Firefox File Upload Vulnerability

CVE-2025-3033 is a file upload flaw in Mozilla Firefox on Windows where malicious .url shortcuts can cause unexpected files to be uploaded. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-3033 Overview

CVE-2025-3033 is a file upload vulnerability affecting Mozilla Firefox and Thunderbird on Windows systems. After selecting a malicious Windows .url shortcut from the local filesystem, an unexpected file could be uploaded. This vulnerability exploits external file reference handling (CWE-73), potentially allowing attackers to trick users into uploading sensitive files they did not intend to share.

This bug only affects Firefox and Thunderbird on Windows. Other operating systems are unaffected.

Critical Impact

Attackers can leverage malicious .url shortcut files to cause unintended file uploads, potentially exposing sensitive local files with high confidentiality and integrity impact.

Affected Products

  • Mozilla Firefox versions prior to 137
  • Mozilla Thunderbird versions prior to 137
  • Windows operating systems only (Linux, macOS unaffected)

Discovery Timeline

  • 2025-04-01 - CVE-2025-3033 published to NVD
  • 2025-04-07 - Last updated in NVD database

Technical Details for CVE-2025-3033

Vulnerability Analysis

This vulnerability involves improper handling of Windows .url shortcut files during file selection operations. The External Control of File Name or Path weakness (CWE-73) allows a malicious .url file to reference a different file than what the user intended to select. When the user believes they are selecting one file, the browser may actually upload a completely different file from the local filesystem.

The attack requires local access, meaning an attacker would need to place a malicious .url file on the victim's system or convince the user to download one. No privileges are required to exploit this vulnerability, and while no user interaction is needed beyond normal file selection behavior, the attack targets confidentiality and integrity without affecting availability.

Root Cause

The root cause lies in how Firefox and Thunderbird process Windows .url shortcut files during file upload operations. These shortcut files contain references to other resources, and the browser fails to properly validate that the actual file being uploaded matches what the user selected in the file picker dialog. This external control of file name or path allows the .url file to redirect the upload operation to an unintended target file.

Attack Vector

The attack vector is local, requiring the malicious .url file to be present on the victim's Windows filesystem. An attacker could distribute these malicious shortcut files through various means:

  1. Email attachments delivered via Thunderbird or other email clients
  2. Files downloaded from compromised or malicious websites
  3. Files placed on shared network drives
  4. Files distributed through messaging applications or file-sharing services

When a victim attempts to upload a file through Firefox or Thunderbird and selects what appears to be a legitimate .url shortcut, the application may instead upload a different file referenced within the malicious shortcut. This could result in unintended disclosure of sensitive files such as configuration files, documents, or other private data.

For technical details on the vulnerability mechanism, see the Mozilla Bug Report #1950056 and the associated security advisories.

Detection Methods for CVE-2025-3033

Indicators of Compromise

  • Unexpected .url shortcut files appearing in download directories or commonly accessed folders
  • File upload events where the uploaded file differs from what was selected in the file picker
  • Presence of .url files with URLs or references pointing to sensitive local file paths
  • Network traffic showing file uploads that don't match user-initiated actions

Detection Strategies

  • Monitor for the creation of .url files in user directories, especially those with suspicious URL targets
  • Implement endpoint detection rules to alert on file upload operations that follow .url file access
  • Review browser logs for anomalous file selection and upload patterns
  • Deploy SentinelOne Singularity to detect and correlate suspicious file access patterns with network upload events

Monitoring Recommendations

  • Enable verbose logging for Firefox and Thunderbird file operations on Windows endpoints
  • Monitor outbound HTTP/HTTPS traffic for unexpected file upload payloads
  • Implement Data Loss Prevention (DLP) solutions to detect sensitive file exfiltration
  • Review endpoint telemetry for .url file creation and subsequent file read operations

How to Mitigate CVE-2025-3033

Immediate Actions Required

  • Update Mozilla Firefox to version 137 or later immediately
  • Update Mozilla Thunderbird to version 137 or later immediately
  • Review recent file uploads for any unexpected content
  • Scan Windows systems for suspicious .url shortcut files in common directories
  • Educate users about the risks of interacting with .url files from untrusted sources

Patch Information

Mozilla has released patches addressing this vulnerability in Firefox 137 and Thunderbird 137. Organizations should prioritize updating all Windows installations of these applications. Detailed patch information is available in the Mozilla Security Advisory MFSA-2025-20 for Firefox and Mozilla Security Advisory MFSA-2025-23 for Thunderbird.

Workarounds

  • Block or quarantine .url files at the email gateway and web proxy level until patching is complete
  • Implement application control policies to prevent execution or interaction with .url files from untrusted locations
  • Use enterprise browser policies to restrict file upload capabilities to trusted domains only
  • Consider temporarily using Firefox or Thunderbird on non-Windows platforms for sensitive operations
  • Deploy endpoint protection solutions like SentinelOne to monitor and block suspicious file manipulation activities
bash
# Example: Block .url file downloads via browser policy (Firefox)
# Create or edit policies.json in Firefox installation directory
# Location: C:\Program Files\Mozilla Firefox\distribution\policies.json

# Add download restriction policy:
# {
#   "policies": {
#     "Extensions": {
#       "Install": ["https://addons.mozilla.org/*/"]
#     },
#     "DisableBuiltinPDFViewer": false,
#     "DownloadDirectory": "C:\\Downloads",
#     "PromptForDownloadLocation": true
#   }
# }

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 Score7.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-73
  • Technical References
  • Mozilla Bug Report #1950056
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2025-20

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