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

CVE-2025-1009: Mozilla Firefox Use-After-Free Vulnerability

CVE-2025-1009 is a use-after-free vulnerability in Mozilla Firefox triggered by crafted XSLT data, potentially allowing attackers to cause exploitable crashes. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2025-1009 Overview

CVE-2025-1009 is a use-after-free vulnerability affecting Mozilla Firefox and Thunderbird browsers that can be triggered through crafted XSLT data. This memory corruption flaw occurs during XSLT (Extensible Stylesheet Language Transformations) processing, where an attacker can manipulate the application into accessing memory that has already been freed. Successful exploitation could lead to a potentially exploitable crash, and given the nature of use-after-free vulnerabilities, may enable arbitrary code execution in the context of the affected application.

Critical Impact

This use-after-free vulnerability can be exploited remotely without user interaction or authentication, potentially allowing attackers to execute arbitrary code or cause denial of service through crafted XSLT content delivered via malicious web pages or email messages.

Affected Products

  • Mozilla Firefox versions prior to 135
  • Mozilla Firefox ESR versions prior to 115.20 and 128.7
  • Mozilla Thunderbird versions prior to 128.7 and 135

Discovery Timeline

  • February 4, 2025 - CVE-2025-1009 published to NVD
  • November 3, 2025 - Last updated in NVD database

Technical Details for CVE-2025-1009

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption issue that occurs when a program continues to use a pointer after the memory it references has been deallocated. In the context of CVE-2025-1009, the flaw exists in how Mozilla Firefox and Thunderbird handle XSLT transformations.

XSLT is a language used for transforming XML documents into other formats such as HTML, plain text, or other XML structures. The vulnerability manifests when the browser's XSLT processor improperly manages memory during the transformation process. When processing specially crafted XSLT data, the application may free memory associated with certain objects while still maintaining references to that memory. Subsequent access to this freed memory can corrupt the heap, potentially allowing an attacker to control the execution flow of the application.

The network-based attack vector means exploitation can occur when a user simply visits a malicious website or, in the case of Thunderbird, opens a crafted email message containing malicious XSLT content. The vulnerability requires no privileges or user interaction beyond normal browsing or email activities.

Root Cause

The root cause of CVE-2025-1009 lies in improper memory lifecycle management within the XSLT processing engine of Firefox and Thunderbird. During XSLT transformation operations, the parser creates and manages various objects in memory. A flaw in the object reference counting or cleanup logic results in memory being freed prematurely while references to that memory still exist elsewhere in the processing pipeline.

When the XSLT processor subsequently attempts to access these dangling references, it operates on memory that may have been reallocated for other purposes. This creates an exploitable condition where carefully crafted XSLT data can influence what data occupies the freed memory region, potentially enabling control over program execution.

Attack Vector

The attack vector for CVE-2025-1009 is network-based, meaning attackers can exploit this vulnerability remotely. The primary attack scenarios include:

  1. Web-based exploitation: An attacker hosts a malicious webpage containing crafted XSLT content. When a victim navigates to the page using a vulnerable version of Firefox, the browser processes the XSLT data, triggering the use-after-free condition.

  2. Email-based exploitation: For Thunderbird users, an attacker can send an email containing malicious XSLT content embedded in HTML formatting or attachments. Opening or previewing the email could trigger the vulnerability.

  3. Drive-by attacks: The vulnerability can be embedded in advertising networks or compromised legitimate websites to maximize exposure to potential victims.

The exploitation does not require any special permissions or user authentication, and the attack complexity is low. This vulnerability can be triggered without requiring any explicit action from the user beyond visiting a webpage or viewing an email.

Detection Methods for CVE-2025-1009

Indicators of Compromise

  • Unexpected Firefox or Thunderbird process crashes, particularly when browsing unfamiliar websites or viewing emails
  • Browser crash reports indicating memory corruption or access violations in XSLT-related components
  • Suspicious network traffic to known malicious domains serving XSLT-based exploits
  • Unusual child processes spawned by Firefox or Thunderbird that may indicate successful code execution

Detection Strategies

  • Monitor for Mozilla browser crash reports that reference XSLT processing components or memory access violations
  • Implement network-based intrusion detection rules to identify potentially malicious XSLT content in HTTP responses
  • Deploy endpoint detection and response (EDR) solutions that can identify use-after-free exploitation patterns
  • Utilize browser telemetry and logging to track XSLT processing events and correlate with crash data

Monitoring Recommendations

  • Enable crash reporting in Firefox and Thunderbird to capture detailed diagnostic information
  • Configure web proxy logging to capture and analyze XSLT content in web traffic for threat hunting
  • Implement application-level monitoring to detect abnormal memory allocation patterns in browser processes
  • Review Mozilla Bug Report #1936613 for additional technical indicators

How to Mitigate CVE-2025-1009

Immediate Actions Required

  • Update Mozilla Firefox to version 135 or later immediately
  • Update Mozilla Firefox ESR to version 115.20 or 128.7 or later
  • Update Mozilla Thunderbird to version 128.7 or 135 or later
  • Deploy updates through enterprise software management systems to ensure organization-wide coverage
  • Prioritize patching on systems that handle sensitive data or have elevated network access

Patch Information

Mozilla has released security patches addressing this vulnerability across multiple product lines. Organizations should apply the appropriate updates based on their deployed versions:

  • Firefox: Update to version 135 or later - See Mozilla Security Advisory MFSA-2025-07
  • Firefox ESR: Update to version 115.20 or 128.7 or later - See Mozilla Security Advisory MFSA-2025-08 and MFSA-2025-09
  • Thunderbird: Update to version 128.7 or 135 or later - See Mozilla Security Advisory MFSA-2025-10 and MFSA-2025-11

Debian users should refer to the Debian LTS Security Announcements for distribution-specific package updates.

Workarounds

  • Consider disabling JavaScript and active content when browsing untrusted websites until patches can be applied
  • Configure email clients to display messages in plain text format to reduce exposure to HTML/XSLT-based attacks
  • Implement content security policies and web filtering to block access to potentially malicious XSLT content
  • Use browser isolation solutions to contain potential exploitation attempts in sandboxed environments
bash
# Firefox ESR version verification
firefox --version
# Expected output for patched version: Mozilla Firefox 128.7 (or higher)

# Thunderbird version verification  
thunderbird --version
# Expected output for patched version: Mozilla Thunderbird 128.7 (or higher)

# Update Firefox on Debian/Ubuntu systems
sudo apt update && sudo apt upgrade firefox-esr

# Update Thunderbird on Debian/Ubuntu systems
sudo apt update && sudo apt upgrade thunderbird

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechMozilla Firefox

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability1.00%

  • 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-416
  • Technical References
  • Mozilla Bug Report #1936613

  • Debian LTS Announcement February 2025

  • Debian LTS Announcement February 2025
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2025-07

  • Mozilla Security Advisory MFSA-2025-08

  • Mozilla Security Advisory MFSA-2025-09

  • Mozilla Security Advisory MFSA-2025-10

  • Mozilla Security Advisory MFSA-2025-11
  • Related CVEs
  • CVE-2026-6757: Mozilla Firefox Use-After-Free Vulnerability

  • CVE-2026-6751: Mozilla Firefox Use-After-Free Vulnerability

  • CVE-2026-6759: Mozilla Firefox Use-After-Free Vulnerability

  • CVE-2026-6778: Mozilla Firefox Use-After-Free 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