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
    • 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-6772

CVE-2024-6772: Google Chrome V8 RCE Vulnerability

CVE-2024-6772 is a remote code execution vulnerability in Google Chrome's V8 engine that allows attackers to perform out of bounds memory access via crafted HTML. This post covers technical details, affected versions, and patches.

Published: January 28, 2026

CVE-2024-6772 Overview

CVE-2024-6772 is a high-severity vulnerability affecting Google Chrome's V8 JavaScript engine. The flaw stems from an inappropriate implementation that allows remote attackers to perform out-of-bounds memory access through specially crafted HTML pages. This vulnerability enables attackers to potentially read or write memory outside of intended boundaries, which could lead to information disclosure, code execution, or browser crashes.

Critical Impact

Remote attackers can exploit this V8 engine flaw to perform out-of-bounds memory access, potentially leading to arbitrary code execution or sensitive information disclosure when users visit malicious web pages.

Affected Products

  • Google Chrome versions prior to 126.0.6478.182
  • Chromium-based browsers using vulnerable V8 engine versions
  • All platforms running affected Chrome versions (Windows, macOS, Linux)

Discovery Timeline

  • 2024-07-16 - CVE-2024-6772 published to NVD
  • 2024-12-26 - Last updated in NVD database

Technical Details for CVE-2024-6772

Vulnerability Analysis

This vulnerability exists in the V8 JavaScript engine, which is Chrome's high-performance JavaScript and WebAssembly execution environment. The inappropriate implementation allows attackers to trigger out-of-bounds memory access conditions through carefully crafted JavaScript code embedded in malicious HTML pages.

V8 performs just-in-time (JIT) compilation to optimize JavaScript execution performance. The vulnerability appears to be related to improper handling of certain operations that can lead to memory access beyond allocated buffer boundaries. This type of flaw (CWE-787: Out-of-bounds Write) can be particularly dangerous as it may allow attackers to corrupt adjacent memory regions, potentially hijacking program control flow.

The vulnerability requires user interaction—specifically, a victim must navigate to a malicious web page containing the exploit code. Once triggered, the out-of-bounds access could allow attackers to read sensitive data from browser memory or potentially achieve arbitrary code execution within the browser's sandbox.

Root Cause

The root cause is an inappropriate implementation within the V8 JavaScript engine that fails to properly validate memory boundaries during certain operations. This implementation flaw falls under CWE-787 (Out-of-bounds Write) and CWE-358 (Improperly Implemented Security Check for Standard), indicating that security checks were either missing or improperly implemented in the affected code paths.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must craft a malicious HTML page containing JavaScript code designed to trigger the V8 vulnerability. The attack scenario typically involves:

  1. Attacker hosts or injects malicious JavaScript into a web page
  2. Victim navigates to the compromised page using a vulnerable Chrome version
  3. The malicious JavaScript triggers the out-of-bounds memory access
  4. Attacker potentially achieves code execution or data exfiltration within the browser context

The vulnerability is exploitable remotely without requiring authentication, though it does require convincing a user to visit the attacker-controlled content. Technical details regarding specific exploitation techniques can be found in the Chromium Issue Tracker #346597059.

Detection Methods for CVE-2024-6772

Indicators of Compromise

  • Unusual browser crashes or instability when visiting specific web pages
  • Chrome crash reports indicating V8-related memory access violations
  • Browser process spawning unexpected child processes or network connections
  • Anomalous JavaScript execution patterns in browser debugging logs

Detection Strategies

  • Monitor browser version inventory to identify systems running Chrome versions prior to 126.0.6478.182
  • Implement endpoint detection rules to identify Chrome crash dumps with V8-related memory corruption signatures
  • Deploy network-based detection for known malicious JavaScript patterns targeting V8 vulnerabilities
  • Use browser telemetry to identify unusual rendering or script execution behaviors

Monitoring Recommendations

  • Enable Chrome's built-in crash reporting and review for V8-related memory violations
  • Monitor endpoint security solutions for browser exploitation attempt alerts
  • Track security advisories from the Google Chrome Stable Update channel
  • Implement centralized logging for browser security events across the enterprise

How to Mitigate CVE-2024-6772

Immediate Actions Required

  • Update Google Chrome to version 126.0.6478.182 or later immediately
  • Enable automatic Chrome updates to ensure timely security patches
  • Audit all systems for Chrome installations and enforce version compliance
  • Consider restricting access to untrusted websites until patching is complete

Patch Information

Google has released a security update addressing this vulnerability in Chrome version 126.0.6478.182. Organizations should prioritize updating all Chrome installations across their environment. The patch details are available in the Google Chrome Stable Channel Update announcement.

For enterprise deployments, administrators can use Chrome's enterprise management features to enforce updates and verify compliance across managed devices.

Workarounds

  • Disable JavaScript execution via Chrome settings as a temporary measure (note: this significantly impacts web functionality)
  • Use browser isolation technologies to contain potential exploitation attempts
  • Implement web filtering to block access to untrusted or newly registered domains
  • Consider using alternative browsers temporarily if immediate patching is not feasible
bash
# Verify Chrome version on Linux/macOS
google-chrome --version
# Expected output should show 126.0.6478.182 or later

# For enterprise deployments, check Chrome policies
chrome://policy

# Force Chrome update check
# Navigate to: chrome://settings/help
# Or use command line on Linux:
google-chrome --check-for-update-interval=1

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.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-787

  • CWE-358
  • Technical References
  • Google Chrome Stable Update

  • Chromium Issue Tracker #346597059
  • Related CVEs
  • CVE-2026-5912: Google Chrome WebRTC RCE Vulnerability

  • CVE-2026-5910: Google Chrome Media Integer Overflow RCE

  • CVE-2026-5909: Google Chrome Media Integer Overflow RCE

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