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

CVE-2024-12695: Google Chrome V8 RCE Vulnerability

CVE-2024-12695 is an out of bounds write vulnerability in Google Chrome's V8 engine that enables remote code execution within a sandbox via malicious HTML pages. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-12695 Overview

CVE-2024-12695 is an out-of-bounds write vulnerability in the V8 JavaScript engine used by Google Chrome. The flaw affects Chrome versions prior to 131.0.6778.204. A remote attacker can execute arbitrary code inside the renderer sandbox by serving a crafted HTML page to a target user. Google rated the Chromium security severity as High and shipped a fix in the December 18, 2024 Stable channel update. The vulnerability is tracked under CWE-787 and carries an EPSS probability of 2.213% at the 84th percentile.

Critical Impact

Successful exploitation grants arbitrary code execution inside the Chrome renderer sandbox via a single visit to a malicious web page.

Affected Products

  • Google Chrome on Desktop prior to 131.0.6778.204
  • Chromium-based browsers embedding the vulnerable V8 build
  • Applications using the affected V8 engine version

Discovery Timeline

  • 2024-12-18 - Google releases Stable channel update fixing the issue
  • 2024-12-18 - CVE-2024-12695 published to NVD
  • 2025-02-11 - Last updated in NVD database

Technical Details for CVE-2024-12695

Vulnerability Analysis

The vulnerability resides in V8, the JavaScript and WebAssembly engine that Chrome uses to compile and execute code from web pages. V8 performs aggressive just-in-time (JIT) compilation and operates on typed memory regions where bounds checks must remain consistent with the engine's internal type assumptions. An out-of-bounds write [CWE-787] occurs when V8 writes data past the end of an allocated buffer or outside the intended object boundary.

Attackers exploit such conditions in V8 by crafting JavaScript that drives the optimizing compiler or runtime into an inconsistent state. Once an out-of-bounds write primitive is achieved, adversaries typically corrupt adjacent objects to build arbitrary read and write capabilities inside the renderer process. This leads to arbitrary code execution constrained by the Chrome sandbox. A separate sandbox escape would be required to reach the host operating system.

Root Cause

The root cause is a memory safety defect in V8 that permits writes outside the bounds of a managed object. Details are restricted in the Chromium Issue Tracker Entry pending broad patch adoption. The fix shipped with the Chrome Stable update documented in the Google Chrome Stable Update advisory.

Attack Vector

Exploitation requires the victim to load attacker-controlled HTML and JavaScript in a vulnerable Chrome build. The attacker hosts a malicious page or compromises a legitimate site, then delivers JavaScript that triggers the out-of-bounds write. No authentication is required, but user interaction in the form of navigation to the page is necessary. Common delivery channels include phishing emails, malvertising, and watering-hole attacks.

No public proof-of-concept or exploit code has been verified for this CVE. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. See the Chromium Issue Tracker Entry for technical details.

Detection Methods for CVE-2024-12695

Indicators of Compromise

  • Chrome renderer process crashes referencing V8 in chrome_child.dll or libv8.so around the time of suspicious browsing activity.
  • Outbound connections from chrome.exe to recently registered or low-reputation domains hosting heavy JavaScript payloads.
  • Unexpected child processes spawned from the Chrome renderer following navigation to an untrusted site.

Detection Strategies

  • Inventory installed Chrome versions across the fleet and flag any host running a build older than 131.0.6778.204.
  • Monitor browser telemetry for renderer crash dumps containing V8 stack frames, which can indicate exploitation attempts.
  • Correlate web proxy logs against threat intelligence feeds for known exploit-hosting infrastructure targeting Chromium engines.

Monitoring Recommendations

  • Enable centralized collection of Chrome crash reports and review for anomalous V8 termination patterns.
  • Track process lineage where chrome.exe is the parent of unexpected binaries or shell interpreters.
  • Alert on Chrome installations that fail to update beyond the vulnerable version within the organizational patch SLA.

How to Mitigate CVE-2024-12695

Immediate Actions Required

  • Update Google Chrome to version 131.0.6778.204 or later on Windows, macOS, and Linux endpoints.
  • Update all Chromium-based browsers, such as Microsoft Edge, Brave, Opera, and Vivaldi, to releases that incorporate the patched V8.
  • Force-restart Chrome processes after the update so the new V8 binary loads in active browsing sessions.

Patch Information

Google released the fix in the Stable channel update published December 18, 2024. Apply Chrome 131.0.6778.204 or later as documented in the Google Chrome Stable Update advisory. Enterprise administrators can deploy updates through Chrome Browser Cloud Management, Group Policy, or standard software distribution tooling.

Workarounds

  • Restrict JavaScript execution on untrusted sites using Chrome enterprise policies such as DefaultJavaScriptSetting.
  • Route browsing through a remote browser isolation service for high-risk user groups until patching is complete.
  • Disable the V8 optimizer via the --js-flags="--no-opt" switch only where compatibility allows, as a temporary harm reduction step.
bash
# Verify the deployed Chrome version meets the patched baseline
google-chrome --version
# Expected output: Google Chrome 131.0.6778.204 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 Probability2.21%

  • 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-787
  • Technical References
  • Chromium Issue Tracker Entry
  • Vendor Resources
  • Google Chrome Stable Update
  • 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