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

CVE-2024-3172: Google Chrome DevTools RCE Vulnerability

CVE-2024-3172 is a remote code execution vulnerability in Google Chrome DevTools that allows attackers to execute arbitrary code through crafted HTML pages. This article covers the technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-3172 Overview

CVE-2024-3172 is an insufficient data validation vulnerability in the DevTools component of Google Chrome prior to version 121.0.6167.85. A remote attacker who convinces a user to perform specific UI gestures can execute arbitrary code through a crafted HTML page. The flaw is classified under [CWE-20] (Improper Input Validation) and carries a CVSS score of 8.8. Chromium rates the security severity as High. Exploitation requires user interaction, but successful attacks compromise confidentiality, integrity, and availability on the target host.

Critical Impact

Remote arbitrary code execution in the browser process when a user visits a malicious page and performs attacker-directed UI gestures.

Affected Products

  • Google Chrome desktop versions prior to 121.0.6167.85
  • Chromium-based browsers incorporating the vulnerable DevTools code
  • Windows, macOS, and Linux Chrome stable channel builds prior to the January 23, 2024 update

Discovery Timeline

  • 2024-07-16 - CVE-2024-3172 published to NVD
  • 2025-03-18 - Last updated in NVD database

Technical Details for CVE-2024-3172

Vulnerability Analysis

The vulnerability resides in Chrome DevTools, the developer instrumentation surface bundled with the browser. DevTools accepts data from web content under specific conditions and fails to validate that input before acting on it. An attacker hosts a crafted HTML page and lures the victim into interacting with it. The required UI gestures trick the user into exposing the DevTools context to attacker-controlled content. Once that boundary is crossed, the attacker can execute arbitrary code outside the standard renderer sandbox restrictions.

The issue maps to [CWE-20] Improper Input Validation. DevTools holds elevated privileges relative to ordinary web pages, so any path that lets untrusted input influence its execution carries a high blast radius. The CVSS vector indicates network reachability, low attack complexity, no privileges, and required user interaction.

Root Cause

DevTools code paths did not sufficiently validate data crossing the boundary between web content and the DevTools frontend. Attackers can shape that data to drive DevTools into executing attacker-supplied logic. Detailed technical context is tracked in the Chromium Issue Tracker Entry.

Attack Vector

Delivery is web-based. The attacker hosts a malicious page, then social-engineers the victim into opening DevTools or performing other UI gestures that activate the vulnerable path. No credentials are required. Successful exploitation yields code execution at the privilege level of the browser process. See the Google Chrome Update Announcement for the vendor summary.

No public proof-of-concept or exploit code is currently available, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog. The EPSS probability is 0.77% (73.8th percentile).

Detection Methods for CVE-2024-3172

Indicators of Compromise

  • Chrome processes spawning unexpected child processes such as cmd.exe, powershell.exe, or /bin/sh shortly after visiting an unfamiliar site
  • Outbound network connections originating from the browser to attacker-controlled hosts following DevTools interaction
  • Browser telemetry showing DevTools opening on pages that should not trigger developer workflows

Detection Strategies

  • Inventory Chrome versions across managed endpoints and flag any build below 121.0.6167.85
  • Hunt for anomalous process trees where chrome.exe is the parent of script interpreters or LOLBins
  • Correlate web proxy logs with endpoint process activity to identify users redirected to pages that prompt DevTools usage

Monitoring Recommendations

  • Forward Chrome update status and browser process telemetry to your central logging platform
  • Alert on script interpreter or shell execution chained from browser processes within short time windows
  • Track DevTools usage on non-developer endpoints, since legitimate activations are rare in most enterprise populations

How to Mitigate CVE-2024-3172

Immediate Actions Required

  • Update Google Chrome to version 121.0.6167.85 or later on all Windows, macOS, and Linux endpoints
  • Restart browser sessions after deployment so the patched binary is loaded
  • Audit Chromium-based browsers and embedded Chromium runtimes for the same vulnerable DevTools code

Patch Information

Google released the fix in the Chrome stable channel update on January 23, 2024. Apply build 121.0.6167.85 or later. Full vendor details are in the Google Chrome Update Announcement. The underlying issue is tracked at the Chromium Issue Tracker Entry.

Workarounds

  • Enforce automatic Chrome updates through enterprise policy until all endpoints report a patched build
  • Train users to avoid opening DevTools or following gesture prompts on untrusted pages
  • Restrict navigation to high-risk sites using web filtering or DNS controls while patch rollout completes
bash
# Verify the installed Chrome version on managed endpoints
google-chrome --version
# Expected output: Google Chrome 121.0.6167.85 or later

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.77%

  • 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
  • NVD-CWE-noinfo

  • CWE-20
  • Technical References
  • Chromium Issue Tracker Entry
  • Vendor Resources
  • Google Chrome Update Announcement
  • Related CVEs
  • CVE-2026-9121: Google Chrome GPU RCE Vulnerability

  • CVE-2026-9117: Google Chrome GFX Type Confusion RCE Flaw

  • CVE-2026-9113: Google Chrome GPU Out of Bounds Vulnerability

  • CVE-2026-5863: Google Chrome V8 RCE Vulnerability
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