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

CVE-2025-14860: Mozilla Firefox Use-After-Free Flaw

CVE-2025-14860 is a use-after-free vulnerability in Mozilla Firefox's Disability Access APIs component that can lead to memory corruption. This article covers technical details, affected versions, impact, and mitigation.

Published: March 11, 2026

CVE-2025-14860 Overview

CVE-2025-14860 is a critical use-after-free vulnerability in the Disability Access APIs component of Mozilla Firefox. This memory corruption flaw occurs when the browser improperly handles memory associated with accessibility features, potentially allowing attackers to execute arbitrary code in the context of the affected browser process.

Critical Impact

This use-after-free vulnerability could enable remote code execution through specially crafted web content, compromising user systems without requiring any privileges or user interaction beyond visiting a malicious webpage.

Affected Products

  • Mozilla Firefox versions prior to 146.0.1

Discovery Timeline

  • 2025-12-18 - CVE-2025-14860 published to NVD
  • 2025-12-30 - Last updated in NVD database

Technical Details for CVE-2025-14860

Vulnerability Analysis

This use-after-free vulnerability resides in Firefox's Disability Access APIs component, which provides accessibility features for users with disabilities. Use-after-free vulnerabilities occur when an application continues to reference memory after it has been freed, leading to undefined behavior that attackers can exploit.

In this case, the vulnerability (tracked as Mozilla Bug Report #2000597) involves improper lifecycle management of accessibility-related objects. When these objects are deallocated but subsequently accessed, attackers can potentially manipulate the freed memory region to achieve code execution.

The attack vector is network-based, meaning exploitation can occur remotely through malicious web content. No authentication or user interaction beyond visiting a compromised webpage is required, making this vulnerability particularly dangerous for drive-by attacks.

Root Cause

The root cause is classified as CWE-416 (Use After Free), indicating improper memory management in the Disability Access APIs component. The vulnerability stems from a failure to properly track object lifetimes, allowing references to persist after the underlying memory has been freed. This creates a dangling pointer condition that can be exploited through memory corruption techniques.

Attack Vector

The vulnerability is exploitable over the network without requiring any privileges or user interaction. An attacker could craft a malicious webpage that triggers the use-after-free condition in the accessibility APIs, potentially gaining arbitrary code execution within the browser sandbox. Successful exploitation could lead to complete compromise of confidentiality, integrity, and availability of the affected system.

The attack does not require the user to have accessibility features explicitly enabled, as the vulnerable component may be instantiated through various browser operations involving the accessibility subsystem.

Detection Methods for CVE-2025-14860

Indicators of Compromise

  • Unusual browser crashes or memory corruption errors related to accessibility features
  • Suspicious network connections originating from Firefox processes after visiting unknown websites
  • Memory access violations in Firefox logs referencing accessibility API components
  • Unexpected child processes spawned by Firefox indicating potential code execution

Detection Strategies

  • Monitor Firefox version deployments across endpoints to identify installations running versions below 146.0.1
  • Implement browser crash telemetry analysis to detect patterns consistent with use-after-free exploitation attempts
  • Deploy endpoint detection rules for memory corruption artifacts in browser processes
  • Utilize SentinelOne Singularity platform to detect anomalous browser behavior and potential post-exploitation activity

Monitoring Recommendations

  • Enable browser telemetry and crash reporting to identify potential exploitation attempts
  • Configure security monitoring tools to alert on Firefox versions vulnerable to CVE-2025-14860
  • Monitor for unusual memory allocation patterns in browser processes
  • Implement web filtering to block known malicious domains that may attempt exploitation

How to Mitigate CVE-2025-14860

Immediate Actions Required

  • Update Mozilla Firefox to version 146.0.1 or later immediately
  • Enable automatic updates for Firefox to ensure timely application of security patches
  • Consider temporarily disabling accessibility features if updates cannot be applied immediately
  • Implement network-level protections to filter potentially malicious web content

Patch Information

Mozilla has released Firefox version 146.0.1 to address this vulnerability. The fix is documented in Mozilla Security Advisory MFSA-2025-98. Organizations should prioritize this update given the critical severity and network-based attack vector.

To update Firefox:

  1. Open Firefox and navigate to Help > About Firefox
  2. Firefox will automatically check for and download updates
  3. Click Restart to update Firefox when prompted
  4. Verify the version displays 146.0.1 or higher

Workarounds

  • Restrict browsing to trusted websites only until the patch can be applied
  • Use alternative browsers for untrusted web content until Firefox is updated
  • Implement network security controls such as web proxies with content inspection
  • Consider disabling JavaScript on untrusted sites to reduce attack surface
bash
# Verify Firefox version from command line
firefox --version

# Enterprise deployment: Force update via policy
# Create or modify policies.json in Firefox installation directory
cat << 'EOF' > /usr/lib/firefox/distribution/policies.json
{
  "policies": {
    "DisableAppUpdate": false,
    "AppAutoUpdate": true
  }
}
EOF

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 Probability0.07%

  • 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 #2000597
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2025-98
  • Related CVEs
  • CVE-2025-1931: Mozilla Firefox Use-After-Free Vulnerability

  • CVE-2025-1930: Mozilla Firefox Use-After-Free Vulnerability

  • CVE-2025-10527: Mozilla Firefox Use-After-Free Vulnerability

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