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

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

CVE-2025-1010 is a use-after-free vulnerability in Mozilla Firefox caused by the Custom Highlight API that could lead to exploitable crashes. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-1010 Overview

CVE-2025-1010 is a use-after-free vulnerability affecting Mozilla Firefox and Thunderbird browsers. The vulnerability exists in the Custom Highlight API, where improper memory management can lead to a use-after-free condition. An attacker could exploit this flaw by crafting malicious web content that triggers the vulnerability, potentially leading to arbitrary code execution or browser crashes.

The Custom Highlight API is a web platform feature that allows developers to programmatically highlight portions of text on a webpage. When the API improperly handles memory during highlight operations, previously freed memory can be accessed, creating an exploitable condition.

Critical Impact

Successful exploitation could allow remote attackers to execute arbitrary code in the context of the affected browser or cause denial of service through application crashes.

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

  • 2025-02-04 - CVE-2025-1010 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2025-1010

Vulnerability Analysis

This use-after-free vulnerability (CWE-416) occurs within the Custom Highlight API implementation in Mozilla's rendering engine. Use-after-free vulnerabilities arise when a program continues to reference memory after it has been freed, potentially allowing attackers to manipulate program execution or access sensitive data.

The Custom Highlight API allows web content to create custom highlights that can be applied to ranges of text. During the lifecycle of highlight objects, the browser must manage memory allocations for highlight ranges and associated data structures. The vulnerability manifests when the browser incorrectly handles the destruction order of highlight-related objects, leaving dangling pointers that can be exploited.

Exploitation requires user interaction—specifically, a victim must navigate to a malicious webpage or open crafted email content (in the case of Thunderbird) that triggers the vulnerable code path.

Root Cause

The root cause stems from improper memory lifecycle management in the Custom Highlight API. When highlight objects are created and subsequently destroyed, the browser fails to properly invalidate all references to the freed memory. This creates a window where JavaScript code can trigger operations on the freed objects, leading to use-after-free conditions.

Memory corruption vulnerabilities of this nature in browsers are particularly dangerous because they can potentially be combined with other techniques to bypass security mechanisms and achieve code execution.

Attack Vector

The attack requires network access and user interaction. An attacker would need to:

  1. Create a malicious webpage containing JavaScript that manipulates the Custom Highlight API
  2. Lure a victim to visit the malicious page or embed the exploit in compromised legitimate sites
  3. Trigger the use-after-free condition through specific API calls that cause improper memory handling
  4. Leverage the memory corruption to potentially execute arbitrary code

The vulnerability can be triggered through malicious web content, making drive-by attacks possible. For Thunderbird users, the attack could also be delivered via HTML email content.

For detailed technical information about the vulnerability mechanism, refer to Mozilla Bug Report #1936982 and the Mozilla Security Advisory MFSA 2025-07.

Detection Methods for CVE-2025-1010

Indicators of Compromise

  • Unexpected browser crashes, particularly when visiting untrusted websites
  • Anomalous memory access patterns in browser processes
  • Browser child processes exhibiting unusual behavior or spawning unexpected subprocesses
  • Crash reports indicating memory corruption in highlight-related code paths

Detection Strategies

  • Monitor for browser process crashes with memory corruption signatures
  • Implement endpoint detection and response (EDR) solutions capable of detecting use-after-free exploitation attempts
  • Deploy web filtering to block known malicious domains hosting exploit code
  • Enable browser crash reporting and analyze crash dumps for exploitation indicators

Monitoring Recommendations

  • Review browser version inventory across the organization to identify vulnerable installations
  • Monitor security advisories from Mozilla for additional guidance and indicators
  • Implement network-level monitoring for connections to suspicious or newly registered domains
  • Enable enhanced browser logging where feasible to capture potential exploitation attempts

How to Mitigate CVE-2025-1010

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
  • Prioritize updates for systems with high exposure to untrusted web content

Patch Information

Mozilla has released security patches addressing this vulnerability across multiple product lines. Administrators should consult the following security advisories for version-specific guidance:

  • Mozilla Security Advisory MFSA 2025-07 - Firefox 135
  • Mozilla Security Advisory MFSA 2025-08 - Firefox ESR 128.7
  • Mozilla Security Advisory MFSA 2025-09 - Firefox ESR 115.20
  • Mozilla Security Advisory MFSA 2025-10 - Thunderbird 128.7
  • Mozilla Security Advisory MFSA 2025-11 - Thunderbird 135

Debian users should also review Debian LTS Announcement #5 and Debian LTS Announcement #6 for distribution-specific patches.

Workarounds

  • If immediate patching is not possible, consider restricting browser usage to trusted sites only
  • Disable JavaScript execution on untrusted websites using browser settings or extensions like NoScript
  • Implement network-level filtering to block access to known malicious sites
  • For Thunderbird, disable remote content loading and HTML rendering in emails
bash
# Verify Firefox version from command line
firefox --version

# Verify Thunderbird version
thunderbird --version

# On Linux systems, update Firefox via package manager
sudo apt update && sudo apt upgrade firefox

# For ESR versions on Debian-based systems
sudo apt update && sudo apt upgrade firefox-esr

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.59%

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

  • Debian LTS Announcement #5

  • Debian LTS Announcement #6
  • 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-4701: Mozilla Firefox Use-After-Free Vulnerability

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

  • CVE-2026-4691: Mozilla Firefox Use-After-Free Flaw

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