Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-6779

CVE-2024-6779: Google Chrome V8 RCE Vulnerability

CVE-2024-6779 is a remote code execution flaw in Google Chrome's V8 engine that enables attackers to escape the sandbox via crafted HTML pages. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-6779 Overview

CVE-2024-6779 is an out-of-bounds memory access vulnerability in V8, Google Chrome's JavaScript and WebAssembly engine. This flaw exists in versions of Google Chrome prior to 126.0.6478.182 and allows a remote attacker to potentially escape the browser sandbox through a specially crafted HTML page. The vulnerability has been classified with high severity by the Chromium security team.

Critical Impact

This vulnerability enables potential sandbox escape, allowing attackers to break out of Chrome's security boundary and execute code with elevated privileges on the underlying system. Successful exploitation could lead to complete system compromise.

Affected Products

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

Discovery Timeline

  • 2024-07-16 - CVE-2024-6779 published to NVD
  • 2025-03-20 - Last updated in NVD database

Technical Details for CVE-2024-6779

Vulnerability Analysis

This vulnerability stems from improper memory bounds checking within Google Chrome's V8 JavaScript engine. V8 is responsible for parsing, compiling, and executing JavaScript and WebAssembly code within the browser. The out-of-bounds memory access flaw allows attackers to read or write memory outside the intended boundaries of allocated buffers.

The vulnerability is particularly severe because it can be leveraged to escape Chrome's sandbox—a critical security mechanism designed to isolate web content from the underlying operating system. A successful sandbox escape means that malicious code running within a compromised renderer process can break free and interact directly with the host system, potentially achieving full system compromise.

The attack requires user interaction (visiting a malicious webpage), but once triggered, the scope of impact extends beyond the vulnerable component, affecting confidentiality, integrity, and availability of the target system.

Root Cause

The root cause of CVE-2024-6779 lies in insufficient bounds validation within V8's memory handling routines. The vulnerability is associated with two CWE classifications:

  • CWE-787 (Out-of-bounds Write): The code writes data past the end or before the beginning of an intended buffer
  • CWE-125 (Out-of-bounds Read): The code reads data past the end or before the beginning of an intended buffer

These memory safety issues occur when V8 processes specially crafted JavaScript or WebAssembly code, leading to memory corruption that can be weaponized for arbitrary code execution or information disclosure.

Attack Vector

The attack vector for CVE-2024-6779 is network-based and requires user interaction. An attacker would need to:

  1. Create a malicious HTML page containing specially crafted JavaScript or WebAssembly code designed to trigger the out-of-bounds memory access in V8
  2. Lure a victim to visit the malicious page through phishing, malvertising, or compromised legitimate websites
  3. Upon page load, the malicious code executes within the browser, exploiting the memory corruption vulnerability
  4. If successful, the attacker escapes the browser sandbox and gains access to the underlying system with the privileges of the Chrome process

The vulnerability's network accessibility and potential for sandbox escape make it particularly dangerous for drive-by download attacks targeting enterprise and consumer users alike. For detailed technical information, refer to the Chromium Issue Tracker Entry.

Detection Methods for CVE-2024-6779

Indicators of Compromise

  • Unusual Chrome renderer process crashes or unexpected termination patterns
  • Chrome processes attempting to access files or resources outside typical sandbox boundaries
  • Anomalous memory consumption patterns in Chrome's V8 isolate processes
  • Suspicious network connections originating from Chrome processes to unknown external hosts

Detection Strategies

  • Monitor for Chrome versions below 126.0.6478.182 across the enterprise using asset management tools
  • Deploy endpoint detection rules to identify unusual child process spawning from Chrome renderer processes
  • Implement web content filtering to block access to known malicious domains serving exploit code
  • Configure browser crash reporting and analyze dumps for V8-related memory corruption signatures

Monitoring Recommendations

  • Enable Chrome's built-in crash reporting to capture and analyze crash telemetry for V8 anomalies
  • Implement network monitoring to detect unusual outbound connections following browser exploitation attempts
  • Configure SIEM rules to correlate multiple Chrome crash events with subsequent suspicious system activity
  • Deploy SentinelOne's browser protection capabilities to detect and block sandbox escape attempts in real-time

How to Mitigate CVE-2024-6779

Immediate Actions Required

  • Update Google Chrome to version 126.0.6478.182 or later immediately across all managed systems
  • Enable automatic Chrome updates to ensure timely deployment of security patches
  • Review and restrict browser permissions where feasible to limit potential impact of exploitation
  • Consider implementing browser isolation solutions for high-risk users or when accessing untrusted content

Patch Information

Google has addressed this vulnerability in Chrome version 126.0.6478.182. Organizations should prioritize updating to this version or later. The stable channel update details are available in the Google Chrome Desktop Update announcement.

For enterprise deployments, administrators can use Chrome Browser Cloud Management or Group Policy (Windows) to enforce browser updates. Verify patch deployment using the following command:

bash
# Check Chrome version on Windows (PowerShell)
(Get-Item "C:\Program Files\Google\Chrome\Application\chrome.exe").VersionInfo.FileVersion

# Check Chrome version on macOS
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version

# Check Chrome version on Linux
google-chrome --version

Workarounds

  • Implement network-level controls to block access to suspicious or unvetted websites pending patch deployment
  • Consider temporarily using alternative browsers for accessing untrusted content while patching is in progress
  • Enable Chrome's Site Isolation feature (chrome://flags/#enable-site-per-process) if not already active to provide additional defense-in-depth
  • Deploy web application firewalls with JavaScript inspection capabilities to detect and block malicious payloads
bash
# Configuration example for enterprise Chrome deployment
# GPO or Chrome policy to enforce minimum version and auto-updates

# Windows Registry (deploy via GPO)
# HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update
# AutoUpdateCheckPeriodMinutes = 60
# UpdateDefault = 1 (Always allow updates)

# macOS managed preferences (com.google.Keystone)
# defaults write com.google.Keystone updatePolicies -dict-add global -dict UpdateDefault -int 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

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.58%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-787

  • CWE-125
  • Technical References
  • Google Chrome Desktop Update

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-6920: Google Chrome GPU Sandbox Escape RCE Flaw

  • CVE-2026-6361: Google Chrome PDFium RCE Vulnerability

  • CVE-2026-6308: Google Chrome Media RCE Vulnerability

  • CVE-2026-6363: Google Chrome V8 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