A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-10488

CVE-2024-10488: Google Chrome Use After Free Vulnerability

CVE-2024-10488 is a use after free vulnerability in Google Chrome's WebRTC component that enables remote attackers to exploit heap corruption. This article covers technical details, affected versions, impact, and mitigation.

Published: June 2, 2026

CVE-2024-10488 Overview

CVE-2024-10488 is a use-after-free vulnerability in the WebRTC component of Google Chrome before version 130.0.6723.92. A remote attacker can exploit heap corruption by serving a crafted HTML page to a victim browser. The flaw is tracked under CWE-416 and carries a Chromium security severity rating of High. Successful exploitation requires user interaction, such as visiting a malicious site, and can lead to arbitrary code execution within the renderer process. Google addressed the issue in the Stable channel update released on October 29, 2024.

Critical Impact

Remote attackers can trigger heap corruption in the WebRTC component via a crafted web page, potentially leading to code execution within the Chrome renderer.

Affected Products

  • Google Chrome versions prior to 130.0.6723.92 (Desktop)
  • Chromium-based browsers incorporating the vulnerable WebRTC component
  • All operating systems running affected Chrome builds (Windows, macOS, Linux)

Discovery Timeline

  • 2024-10-29 - Google releases Chrome 130.0.6723.92 Stable channel update containing the fix
  • 2024-10-29 - CVE-2024-10488 published to NVD
  • 2025-01-02 - Last updated in NVD database

Technical Details for CVE-2024-10488

Vulnerability Analysis

The vulnerability is a use-after-free condition [CWE-416] in Chrome's WebRTC implementation. WebRTC (Web Real-Time Communication) provides browsers with peer-to-peer audio, video, and data channel capabilities through JavaScript APIs. Use-after-free defects occur when code continues to reference memory after it has been released back to the allocator. An attacker who controls the reclaimed allocation can corrupt heap metadata or hijack object virtual tables. In Chrome's sandboxed renderer, this typically grants control over execution flow within the renderer process. Attackers commonly chain such bugs with a sandbox escape to achieve full system compromise. Full technical specifics remain restricted in the Chromium Issue Tracker Entry pending broad patch adoption.

Root Cause

The root cause lies in object lifetime management within WebRTC. A reference to an allocated WebRTC object persists after that object has been freed, allowing subsequent operations to dereference dangling memory. Heap grooming through JavaScript can place attacker-controlled data into the freed region before reuse.

Attack Vector

Exploitation requires a victim to load a crafted HTML page that invokes WebRTC APIs in a specific sequence. No authentication or privileges are required, but user interaction (visiting the page) is necessary. The attacker controls the page content, enabling precise timing of allocations and frees needed to win the race against garbage collection.

No public proof-of-concept code has been released for CVE-2024-10488. See the Google Chrome Stable Update announcement for vendor details.

Detection Methods for CVE-2024-10488

Indicators of Compromise

  • Chrome renderer process crashes referencing WebRTC modules (peerconnection, webrtc.dll, or equivalent shared libraries)
  • Unexpected child process spawning from chrome.exe immediately after visiting an untrusted site
  • Outbound connections to attacker-controlled STUN/TURN or signaling servers from user workstations with no legitimate WebRTC use case

Detection Strategies

  • Inventory installed Chrome versions across endpoints and flag any build below 130.0.6723.92 as vulnerable
  • Monitor browser telemetry and crash dumps for WebRTC-related access violations that may indicate exploitation attempts
  • Inspect proxy and DNS logs for users browsing newly registered domains hosting unsolicited WebRTC content

Monitoring Recommendations

  • Centralize Chrome version inventory and crash event collection in a SIEM or data lake for trend analysis
  • Alert on renderer process anomalies such as memory region permission changes (RWX) or shellcode execution patterns
  • Correlate browser exploitation telemetry with subsequent process injection or persistence activity on the same host

How to Mitigate CVE-2024-10488

Immediate Actions Required

  • Update Google Chrome to version 130.0.6723.92 or later on all managed endpoints
  • Restart Chrome after deploying the update to ensure the patched binary is loaded
  • Verify that Chromium-based browsers (Edge, Brave, Opera, Vivaldi) have absorbed the upstream WebRTC fix

Patch Information

Google released the fix in the Chrome Stable channel update for Desktop on October 29, 2024. See the Google Chrome Stable Update for release notes. Enterprise administrators should validate that automatic updates have rolled out via Chrome Browser Cloud Management or equivalent endpoint management tooling.

Workarounds

  • Where patching is delayed, disable WebRTC features via enterprise policy or extensions that block getUserMedia and RTCPeerConnection APIs
  • Restrict browsing to trusted sites through web filtering or DNS-layer controls until updates are deployed
  • Enforce Site Isolation and the Chrome sandbox to limit the blast radius of renderer-level exploitation
bash
# Verify installed Chrome version on Linux/macOS
google-chrome --version
# Expected output: Google Chrome 130.0.6723.92 or later

# Windows: query registry for installed version
reg query "HKLM\SOFTWARE\Google\Chrome\BLBeacon" /v version

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

  • 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
  • Google Chrome Stable Update

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-9126: Google Chrome DOM Use-After-Free Flaw

  • CVE-2026-9120: Google Chrome WebRTC Use-After-Free Flaw

  • CVE-2026-9118: Google Chrome XR Use-After-Free Flaw

  • CVE-2026-9114: Google Chrome QUIC Use-After-Free Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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