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

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

CVE-2025-12380 is a use-after-free vulnerability in Mozilla Firefox that allows compromised child processes to escape the sandbox via WebGPU IPC calls. This article covers technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2025-12380 Overview

A critical use-after-free vulnerability exists in Mozilla Firefox versions 142 through 144.0.1, affecting the WebGPU implementation. Starting with Firefox 142, it was possible for a compromised child process to trigger a use-after-free condition in the GPU or browser process using WebGPU-related IPC (Inter-Process Communication) calls. This vulnerability may have been usable to escape the child process sandbox, potentially allowing an attacker to execute arbitrary code with elevated privileges outside the browser's security containment.

Critical Impact

This use-after-free vulnerability could enable sandbox escape, allowing attackers to break out of Firefox's security boundaries and potentially execute arbitrary code with elevated privileges on the host system.

Affected Products

  • Mozilla Firefox versions 142.0 through 144.0.1
  • Firefox installations with WebGPU functionality enabled
  • All platforms running vulnerable Firefox versions (Windows, macOS, Linux)

Discovery Timeline

  • 2025-10-28 - CVE-2025-12380 published to NVD
  • 2025-12-19 - Last updated in NVD database

Technical Details for CVE-2025-12380

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption vulnerability that occurs when a program continues to reference memory after it has been freed. In the context of Firefox's WebGPU implementation, the flaw exists within the Inter-Process Communication (IPC) mechanism that facilitates communication between child processes (such as content processes or web workers) and the GPU or main browser process.

The WebGPU API provides high-performance graphics and compute capabilities to web applications. Firefox implements a multi-process architecture where web content runs in sandboxed child processes with limited privileges, while the GPU process handles graphics operations with elevated access. The IPC layer between these processes must carefully manage object lifetimes to prevent memory safety issues.

The vulnerability enables a compromised child process to manipulate WebGPU-related IPC messages in a way that causes the GPU or browser process to access memory that has already been deallocated. This creates a window for exploitation where an attacker can potentially control the contents of the freed memory region, leading to arbitrary code execution in the context of the privileged process.

Root Cause

The root cause stems from improper object lifecycle management in the WebGPU IPC handler code introduced in Firefox 142. When processing certain sequences of WebGPU-related IPC messages, the browser or GPU process fails to properly validate that referenced objects are still valid, allowing a malicious child process to trigger use of dangling pointers. This represents a failure in the reference counting or ownership tracking mechanisms that should prevent such conditions.

Attack Vector

The attack vector is network-based, requiring the attacker to first compromise a content process through a separate vulnerability (such as a renderer exploit via malicious web content). Once the content process is compromised, the attacker can craft malicious WebGPU IPC messages to trigger the use-after-free condition in the GPU or browser process. Successful exploitation would allow the attacker to escape the content process sandbox and execute code with the privileges of the browser or GPU process, effectively bypassing Firefox's multi-process security architecture.

The vulnerability requires no user interaction beyond visiting a malicious website and requires no special privileges, making it particularly dangerous when chained with a content process compromise. For detailed technical information, refer to the Mozilla Bug Report #1993113 and Mozilla Security Advisory MFSA-2025-86.

Detection Methods for CVE-2025-12380

Indicators of Compromise

  • Unexpected crashes or instability in the Firefox GPU process (gpu-process) or main browser process
  • Anomalous IPC message patterns in Firefox process logs, particularly WebGPU-related communications
  • Evidence of memory corruption or heap manipulation in crash dumps
  • Suspicious child process behavior attempting privileged operations outside sandbox boundaries
  • Unusual network activity following Firefox browser usage indicating potential post-exploitation activity

Detection Strategies

  • Monitor for Firefox browser crashes with signatures indicating use-after-free or heap corruption in WebGPU components
  • Implement endpoint detection rules to identify attempts to escape browser sandbox boundaries
  • Analyze crash telemetry for patterns consistent with exploitation attempts
  • Deploy memory protection technologies that can detect heap corruption and use-after-free attempts
  • Utilize SentinelOne's behavioral AI to identify anomalous process behavior indicative of sandbox escape

Monitoring Recommendations

  • Enable Firefox crash reporting and monitor for patterns related to WebGPU or GPU process failures
  • Configure endpoint protection to alert on suspicious process spawning from browser processes
  • Monitor system calls from Firefox processes for attempts to access resources outside normal browser scope
  • Track Firefox version deployment across the organization to identify vulnerable installations
  • Implement network monitoring for unusual outbound connections following browser activity

How to Mitigate CVE-2025-12380

Immediate Actions Required

  • Update Mozilla Firefox to version 144.0.2 or later immediately across all managed endpoints
  • Prioritize patching for systems with high-risk exposure (public-facing, sensitive data access)
  • Consider temporarily disabling WebGPU functionality via about:config setting dom.webgpu.enabled to false if immediate patching is not possible
  • Ensure endpoint protection solutions are actively monitoring Firefox processes for suspicious behavior
  • Review and remove any unauthorized Firefox installations running vulnerable versions

Patch Information

Mozilla has released Firefox version 144.0.2 to address this vulnerability. The patch corrects the object lifecycle management issues in the WebGPU IPC handler, ensuring proper validation of object references before use. Organizations should deploy this update through their standard software management processes. Details are available in Mozilla Security Advisory MFSA-2025-86.

Workarounds

  • Disable WebGPU functionality by navigating to about:config and setting dom.webgpu.enabled to false
  • Implement network-level controls to restrict access to potentially malicious websites
  • Deploy browser isolation solutions to contain potential browser-based attacks
  • Consider using alternative browsers temporarily until Firefox can be updated
  • Enable strict site isolation if not already configured to limit content process capabilities
bash
# Firefox WebGPU mitigation via user.js configuration
# Add to Firefox profile directory user.js file
user_pref("dom.webgpu.enabled", false);
user_pref("gfx.webgpu.force-enabled", false);

# Verify Firefox version via command line
firefox --version
# Expected output for patched version: Mozilla Firefox 144.0.2

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.08%

  • 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
  • Vendor Resources
  • Mozilla Bug Report #1993113

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