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

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

CVE-2024-9955 is a use after free vulnerability in Google Chrome's WebAuthentication component that enables heap corruption attacks. This article covers the technical details, affected versions, security impact, and mitigation.

Published: June 2, 2026

CVE-2024-9955 Overview

CVE-2024-9955 is a use-after-free vulnerability in the WebAuthentication component of Google Chrome versions prior to 130.0.6723.58. A remote attacker can trigger heap corruption by serving a crafted HTML page to a victim browser. Successful exploitation can lead to arbitrary code execution within the renderer process. The flaw is tracked under CWE-416 and was addressed by Google in the Chrome stable channel update for desktop released in October 2024.

Critical Impact

Remote attackers can corrupt heap memory through a malicious web page, enabling potential code execution in Chrome's renderer process and compromising browser confidentiality, integrity, and availability.

Affected Products

  • Google Chrome (Desktop) versions prior to 130.0.6723.58
  • Chromium-based browsers sharing the affected WebAuthentication code
  • Chrome on Windows, macOS, and Linux platforms

Discovery Timeline

  • 2024-10-15 - Google publishes the Chrome stable channel update addressing the issue
  • 2024-10-15 - CVE-2024-9955 published to NVD
  • 2025-01-02 - Last updated in NVD database

Technical Details for CVE-2024-9955

Vulnerability Analysis

The vulnerability resides in Chrome's WebAuthentication implementation, which provides the Web Authentication API (WebAuthn) for passwordless and second-factor authentication flows. A use-after-free condition occurs when the browser references heap memory associated with a WebAuthentication object after that memory has been freed.

Attackers exploit the flaw by hosting a crafted HTML page that invokes WebAuthn methods in a specific sequence. The reuse of freed memory enables heap corruption, which can be shaped to overwrite function pointers or virtual table entries. The Exploit Prediction Scoring System places this issue in the upper percentile of CVEs by likelihood of weaponization, reflecting the historical trend of Chrome renderer bugs being chained into full sandbox escapes.

Root Cause

The root cause is improper object lifetime management in WebAuthentication code paths. An object reference is retained and later dereferenced after the underlying allocation is released, satisfying the classic [CWE-416] use-after-free pattern. The defect maps to Chromium issue 370133761.

Attack Vector

Exploitation requires the victim to load attacker-controlled HTML in a vulnerable Chrome build. No authentication is required, and the attack is delivered over the network through standard web navigation, advertising, or iframe embedding. User interaction is limited to visiting the page. See the Google Chrome release notes for vendor confirmation. No public proof-of-concept code has been released for this issue.

Detection Methods for CVE-2024-9955

Indicators of Compromise

  • Chrome renderer process crashes referencing WebAuthentication components in crash dumps
  • Unexpected child process creation spawned from chrome.exe after visiting untrusted sites
  • Outbound connections from Chrome renderer processes to unfamiliar domains immediately following WebAuthn-related navigation
  • Browser executions of versions older than 130.0.6723.58 in enterprise telemetry

Detection Strategies

  • Inventory Chrome versions across endpoints and flag installations below 130.0.6723.58
  • Monitor browser crash telemetry for repeated faults in WebAuthentication code paths
  • Apply behavioral detection on anomalous process trees originating from Chrome renderer processes
  • Inspect web proxy logs for HTML resources that invoke unusual WebAuthn API sequences

Monitoring Recommendations

  • Ingest endpoint browser version data into a centralized data lake for continuous version compliance reporting
  • Alert on renderer process exits with non-zero or crash status codes correlated with WebAuthn API usage
  • Track outbound traffic from Chrome processes to newly registered or low-reputation domains
  • Correlate browser telemetry with EDR process lineage to identify post-exploitation activity

How to Mitigate CVE-2024-9955

Immediate Actions Required

  • Update Google Chrome to version 130.0.6723.58 or later on all managed endpoints
  • Restart Chrome after the update applies to ensure the patched binaries are loaded
  • Audit Chromium-derived browsers in the environment and apply vendor updates that incorporate the upstream fix
  • Restrict access to untrusted web content for users running unpatched browser builds

Patch Information

Google released the fix in the Chrome stable channel update for desktop on October 15, 2024. Administrators should deploy version 130.0.6723.58 or newer via enterprise update channels such as Chrome Browser Cloud Management, Group Policy, or MDM. Full patch details are available in the Chrome stable channel announcement and the corresponding Chromium issue tracker entry.

Workarounds

  • Disable the WebAuthentication API for unmanaged or guest profiles using enterprise browser policies where feasible
  • Enforce site isolation and strict same-origin policies through Chrome enterprise settings
  • Route browser traffic through a secure web gateway that blocks known malicious domains and inspects HTML payloads
  • Use application allowlisting to prevent execution of unauthorized child processes spawned from Chrome
bash
# Verify Chrome version on Linux/macOS endpoints
google-chrome --version

# Windows: query installed Chrome version via registry
reg query "HKLM\Software\Google\Update\Clients\{8A69D345-D564-463C-AFF1-A69D9E530F96}" /v pv

# Enforce minimum Chrome version via enterprise policy (example JSON for managed preferences)
{
  "BrowserSwitcherEnabled": false,
  "TargetVersionPrefix": "130.0.6723.58"
}

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 Probability33.50%

  • 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 Blog Chrome 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