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

CVE-2024-3156: Google Chrome V8 RCE Vulnerability

CVE-2024-3156 is a remote code execution flaw in Google Chrome's V8 engine that enables attackers to perform out-of-bounds memory access via malicious HTML pages. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2024-3156 Overview

CVE-2024-3156 is a high-severity vulnerability affecting Google Chrome's V8 JavaScript engine. The vulnerability stems from an inappropriate implementation in V8 that allows a remote attacker to potentially perform out-of-bounds memory access via a crafted HTML page. This flaw was classified by Chromium security with a High severity rating.

V8 is the JavaScript and WebAssembly engine powering Google Chrome and other Chromium-based browsers. Out-of-bounds memory access vulnerabilities in V8 are particularly dangerous as they can potentially lead to information disclosure, code execution, or browser sandbox escapes when exploited in conjunction with other vulnerabilities.

Critical Impact

Remote attackers can exploit this vulnerability to perform out-of-bounds memory access, potentially leading to sensitive data exposure, arbitrary code execution, or browser compromise through maliciously crafted web pages.

Affected Products

  • Google Chrome versions prior to 123.0.6312.105
  • Chromium-based browsers using vulnerable V8 engine versions
  • Fedora Linux packages containing affected Chrome versions

Discovery Timeline

  • 2024-04-06 - CVE-2024-3156 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2024-3156

Vulnerability Analysis

This vulnerability is classified under CWE-125 (Out-of-Bounds Read), indicating a memory safety issue within Chrome's V8 JavaScript engine. The flaw occurs due to inappropriate implementation in V8's memory handling routines, allowing crafted JavaScript code embedded in HTML pages to trigger out-of-bounds memory access operations.

The attack requires user interaction—specifically, a victim must navigate to or be redirected to a malicious web page containing the exploit payload. Once triggered, the vulnerability can read memory beyond the intended buffer boundaries, potentially exposing sensitive information or causing memory corruption that could be leveraged for further exploitation.

Given the network-based attack vector with low complexity and no privileges required, this vulnerability poses significant risk to users browsing untrusted websites. The potential for high impact on confidentiality, integrity, and availability makes this a serious security concern that warrants immediate patching.

Root Cause

The root cause of CVE-2024-3156 lies in an inappropriate implementation within V8's memory management code. V8 performs complex Just-In-Time (JIT) compilation and optimization of JavaScript code, which requires careful bounds checking during memory operations. The flaw indicates that certain code paths in V8 failed to properly validate memory access boundaries before performing read operations, allowing specially crafted JavaScript to access memory regions outside allocated buffers.

Attack Vector

The attack vector for CVE-2024-3156 is network-based and requires user interaction. An attacker would craft a malicious HTML page containing JavaScript designed to trigger the vulnerable code path in V8. The exploitation scenario typically follows this pattern:

  1. Attacker hosts or injects malicious JavaScript into a web page
  2. Victim navigates to the malicious page or is redirected via phishing, malvertising, or compromised websites
  3. The browser's V8 engine processes the crafted JavaScript
  4. The inappropriate implementation allows out-of-bounds memory access
  5. Attacker gains access to sensitive memory contents or achieves code execution

The vulnerability can be triggered through various delivery mechanisms including compromised websites, malicious advertisements, phishing emails with links, or watering hole attacks targeting specific user groups.

Detection Methods for CVE-2024-3156

Indicators of Compromise

  • Unusual browser crashes or instability when visiting specific websites
  • Unexpected memory consumption spikes in Chrome renderer processes
  • JavaScript errors related to ArrayBuffer or TypedArray operations in browser console logs
  • Network connections to suspicious domains following browser activity
  • Chrome crash reports indicating V8-related memory access violations

Detection Strategies

  • Monitor Chrome version inventory across the organization and flag systems running versions prior to 123.0.6312.105
  • Implement web content filtering to block access to known malicious domains hosting V8 exploits
  • Deploy endpoint detection and response (EDR) solutions capable of detecting anomalous browser process behavior
  • Review browser crash dumps for V8-related memory corruption signatures
  • Utilize network security monitoring to identify suspicious JavaScript delivery patterns

Monitoring Recommendations

  • Enable Chrome's built-in crash reporting to identify potential exploitation attempts
  • Monitor endpoint telemetry for unusual Chrome process behavior including memory anomalies
  • Track access to untrusted or newly registered domains that could serve exploit payloads
  • Implement logging for browser extension installations and JavaScript execution policies
  • Configure SIEM alerts for patterns consistent with browser-based exploitation attempts

How to Mitigate CVE-2024-3156

Immediate Actions Required

  • Update Google Chrome to version 123.0.6312.105 or later immediately across all managed systems
  • Enable automatic updates in Chrome to ensure timely patching of future vulnerabilities
  • Verify Chromium-based browsers (Edge, Brave, Opera, etc.) are also updated to patched versions
  • Implement browser isolation technologies for high-risk users accessing untrusted web content
  • Consider temporarily restricting access to untrusted websites until patching is complete

Patch Information

Google has released a security update addressing this vulnerability in Chrome version 123.0.6312.105. The fix is documented in the Chrome Releases Blog Post. Additional technical details regarding the issue can be found in the Chromium Issue Tracker Entry.

For Fedora Linux users, updated packages have been released through the Fedora package announcement channels. Ensure your package manager is configured to receive and apply these security updates.

Workarounds

  • Enable site isolation in Chrome to limit the impact of potential V8 exploits
  • Use browser extensions that block JavaScript execution on untrusted sites (e.g., NoScript)
  • Configure enterprise policies to restrict Chrome functionality on sensitive systems
  • Implement network-level filtering to block access to known malicious domains
  • Consider using alternative browsers temporarily until patching is complete on critical systems
bash
# Verify Chrome version on Linux/macOS
google-chrome --version

# Force Chrome update check
# Navigate to chrome://settings/help in the browser

# Enterprise deployment - verify patch status
# Check version is >= 123.0.6312.105

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 Probability1.16%

  • 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-125
  • Technical References
  • Chromium Issue Tracker Entry

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Vendor Resources
  • Chrome Releases Blog Post
  • 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