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

CVE-2025-13025: Firefox Privilege Escalation Vulnerability

CVE-2025-13025 is a privilege escalation vulnerability in Mozilla Firefox's WebGPU component caused by incorrect boundary conditions. This article covers technical details, affected versions, security impact, and mitigation.

Updated: May 11, 2026

CVE-2025-13025 Overview

CVE-2025-13025 is a boundary condition vulnerability in the Graphics: WebGPU component of Mozilla Firefox and Thunderbird. Mozilla addressed the issue in Firefox 145 and Thunderbird 145. The flaw is reachable over the network through web content that exercises the WebGPU API, with no privileges or user interaction required beyond visiting a malicious page. According to the published CVSS vector, the primary impact is to integrity rather than confidentiality or availability. Mozilla tracks the issue under advisories MFSA-2025-87 and MFSA-2025-90, with internal triage in Mozilla Bug #1994022.

Critical Impact

A remote attacker can serve crafted WebGPU content to violate boundary conditions in the graphics pipeline, leading to integrity compromise within the browser process.

Affected Products

  • Mozilla Firefox versions prior to 145
  • Mozilla Thunderbird versions prior to 145
  • Any downstream distributions packaging affected Firefox or Thunderbird builds

Discovery Timeline

  • 2025-11-11 - CVE-2025-13025 published to NVD
  • 2026-04-13 - Last updated in NVD database

Technical Details for CVE-2025-13025

Vulnerability Analysis

The vulnerability resides in the WebGPU implementation inside Firefox's Graphics subsystem. WebGPU exposes low-level GPU functionality to web content, including buffer allocation, command encoding, and shader execution. The component fails to correctly enforce boundary conditions when handling certain WebGPU operations. As a result, operations that should be rejected or clamped can proceed against memory or state outside their intended range. Mozilla classifies this issue under [CWE-276], and the CVSS vector indicates a high-integrity impact with no confidentiality or availability loss. The exploitation surface is the standard web content sandbox, so any site loaded in a vulnerable browser can attempt to trigger the condition.

Root Cause

The root cause is improper validation of bounds in WebGPU resource or command handling. When the component computes or checks limits, it accepts values that exceed the intended range. Subsequent operations then act on out-of-range indices, sizes, or descriptors. See Mozilla Bug #1994022 for the upstream technical record.

Attack Vector

An attacker hosts a page that issues crafted WebGPU calls. When a victim visits the page in an unpatched Firefox or Thunderbird build with WebGPU enabled, the calls trigger the boundary violation. No authentication or user interaction beyond page load is required. The result is integrity corruption of internal browser state usable as a primitive in chained exploits.

No public proof-of-concept code is associated with this CVE. Refer to Mozilla Security Advisory MFSA-2025-87 for vendor-provided technical context.

Detection Methods for CVE-2025-13025

Indicators of Compromise

  • Firefox or Thunderbird processes with versions below 145 running in the environment, identifiable from process telemetry and software inventory.
  • Browser crash reports referencing the wgpu, webgpu, or gfx modules following navigation to untrusted sites.
  • Outbound connections from firefox.exe or thunderbird.exe to newly registered domains hosting WebGPU-heavy content.

Detection Strategies

  • Inventory installed Firefox and Thunderbird builds across endpoints and flag versions earlier than 145 as vulnerable.
  • Correlate browser crash dumps with navigation history to identify pages that exercise WebGPU and produce faults in the graphics stack.
  • Hunt for child processes spawned by Firefox or Thunderbird immediately after WebGPU-related crashes, which can indicate exploitation chains.

Monitoring Recommendations

  • Enable browser crash and telemetry forwarding to a centralized log store and alert on repeated faults in WebGPU modules.
  • Monitor endpoint EDR telemetry for anomalous memory access patterns or sandbox escapes originating from browser content processes.
  • Track outbound web traffic from user endpoints for connections to domains scoring high in threat-intelligence feeds while users are running outdated browser builds.

How to Mitigate CVE-2025-13025

Immediate Actions Required

  • Upgrade Mozilla Firefox to version 145 or later on all endpoints, including managed and BYOD devices.
  • Upgrade Mozilla Thunderbird to version 145 or later for users who run the mail client.
  • Verify enterprise update channels and ESR deployments to confirm patched builds are being delivered.
  • Restrict execution of unmanaged or sideloaded Firefox builds through application control policies.

Patch Information

Mozilla fixed the boundary condition in Firefox 145 and Thunderbird 145. Patch details and affected component metadata are documented in Mozilla Security Advisory MFSA-2025-87 and Mozilla Security Advisory MFSA-2025-90. Administrators using enterprise policy should validate that the app.update channel is delivering the fixed build to end users.

Workarounds

  • Disable WebGPU by setting dom.webgpu.enabled to false in about:config until the patched build is deployed.
  • Apply enterprise policy via the Firefox policies JSON to disable WebGPU across managed fleets.
  • Restrict browsing to trusted sites through proxy or DNS filtering while the fix is being rolled out.
bash
# Configuration example: disable WebGPU via Firefox enterprise policy
# Place in distribution/policies.json under the Firefox install directory
{
  "policies": {
    "Preferences": {
      "dom.webgpu.enabled": {
        "Value": false,
        "Status": "locked"
      }
    }
  }
}

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechFirefox

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-276
  • Technical References
  • Mozilla Bug Report #1994022

  • Mozilla Security Advisory MFSA-2025-90
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2025-87
  • Related CVEs
  • CVE-2026-0881: Firefox Privilege Escalation Vulnerability

  • CVE-2026-0880: Firefox Graphics Privilege Escalation Flaw

  • CVE-2026-0879: Firefox Sandbox Escape Vulnerability

  • CVE-2026-0878: Firefox CanvasWebGL Sandbox Escape 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