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

CVE-2025-10501: Google Chrome Use After Free Vulnerability

CVE-2025-10501 is a use after free vulnerability in Google Chrome's WebRTC component that enables remote attackers to exploit heap corruption through malicious HTML pages. This article covers technical details, affected versions, and patches.

Published: March 11, 2026

CVE-2025-10501 Overview

A use-after-free vulnerability exists in the WebRTC component of Google Chrome prior to version 140.0.7339.185. This memory corruption flaw allows a remote attacker to potentially exploit heap corruption by enticing a user to visit a specially crafted HTML page. The vulnerability was assigned a high severity rating by the Chromium security team.

Critical Impact

Remote attackers can exploit heap corruption via malicious web pages, potentially leading to arbitrary code execution with the privileges of the Chrome browser process.

Affected Products

  • Google Chrome (versions prior to 140.0.7339.185)
  • Google Chrome on Microsoft Windows
  • Google Chrome on Apple macOS
  • Google Chrome on Linux

Discovery Timeline

  • September 24, 2025 - CVE-2025-10501 published to NVD
  • September 25, 2025 - Last updated in NVD database

Technical Details for CVE-2025-10501

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption issue that occurs when a program continues to reference memory after it has been freed. In the context of Google Chrome's WebRTC implementation, the flaw resides in the real-time communication stack that handles peer-to-peer audio, video, and data streaming capabilities.

The use-after-free condition can be triggered when processing maliciously crafted HTML content that manipulates WebRTC objects in a specific sequence. When successful exploitation occurs, the attacker gains the ability to corrupt heap memory structures, which can be leveraged to achieve arbitrary code execution within the context of the browser process.

Root Cause

The root cause stems from improper memory lifecycle management within the WebRTC component. Specifically, the vulnerability arises when WebRTC objects are freed but references to these objects remain accessible. Subsequent operations that attempt to use these dangling pointers result in undefined behavior, including potential heap corruption that an attacker can exploit for code execution.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must convince a victim to navigate to a malicious webpage containing specially crafted HTML and JavaScript that triggers the vulnerable code path in the WebRTC implementation. The attack does not require any special privileges on the target system, but the victim must actively visit the attacker-controlled webpage.

The exploitation chain typically involves:

  1. Victim navigates to a malicious webpage
  2. JavaScript code manipulates WebRTC objects to trigger the use-after-free condition
  3. Heap memory is corrupted through the dangling pointer access
  4. Attacker achieves code execution within the Chrome renderer process

For detailed technical information, see the Chromium Issue Tracker Entry.

Detection Methods for CVE-2025-10501

Indicators of Compromise

  • Unusual WebRTC connection attempts from Chrome browser processes
  • Chrome browser crashes with heap corruption signatures referencing WebRTC components
  • Memory access violation errors in Chrome crash dumps involving libwebrtc or related modules
  • Suspicious JavaScript execution patterns involving rapid WebRTC object creation and destruction

Detection Strategies

  • Monitor browser process behavior for anomalous memory access patterns and unexpected crashes
  • Implement endpoint detection rules that flag exploitation attempts targeting WebRTC heap structures
  • Deploy network monitoring to identify traffic patterns associated with WebRTC exploitation payloads
  • Use SentinelOne's behavioral AI to detect post-exploitation activities following browser compromise

Monitoring Recommendations

  • Enable Chrome crash reporting and analyze crash dumps for WebRTC-related memory corruption signatures
  • Monitor for unusual child process spawning from Chrome browser processes that may indicate successful exploitation
  • Implement browser version auditing to ensure all endpoints are running patched Chrome versions
  • Configure SentinelOne agents to alert on suspicious browser behavior indicative of memory corruption attacks

How to Mitigate CVE-2025-10501

Immediate Actions Required

  • Update Google Chrome to version 140.0.7339.185 or later immediately on all managed endpoints
  • Prioritize patching for systems with high-risk users who frequently browse untrusted websites
  • Consider temporarily disabling WebRTC functionality if immediate patching is not feasible
  • Enable automatic updates for Chrome browsers across the organization

Patch Information

Google has released a security update addressing this vulnerability in Chrome version 140.0.7339.185. The patch is available for Windows, macOS, and Linux platforms. Organizations should apply this update as soon as possible through their standard patch management processes.

For official patch details, refer to the Google Chrome Update Announcement.

Workarounds

  • Disable WebRTC functionality using browser policies or extensions if patching cannot be immediately applied
  • Implement web filtering to block access to known malicious domains that may host exploitation attempts
  • Use browser isolation technologies to contain potential browser compromises
  • Configure Content Security Policy headers on internal web applications to restrict WebRTC usage where not required
bash
# Chrome Enterprise policy to disable WebRTC (Windows Registry)
# Add the following registry key to disable WebRTC
# HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
# WebRtcLocalIpsAllowedUrls = [] (empty array to restrict)

# Verify Chrome version via command line
google-chrome --version
# Expected output: Google Chrome 140.0.7339.185 or higher

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/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.14%

  • 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
  • Chromium Issue Tracker Entry
  • Vendor Resources
  • Google Chrome Update Announcement
  • Related CVEs
  • CVE-2026-5914: Google Chrome CSS Type Confusion Vulnerability

  • CVE-2026-5866: Google Chrome Use After Free Vulnerability

  • CVE-2026-5904: Google Chrome V8 Use-After-Free Flaw

  • CVE-2026-5893: Google Chrome V8 Use-After-Free 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