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

CVE-2024-3157: Google Chrome Privilege Escalation Flaw

CVE-2024-3157 is a privilege escalation vulnerability in Google Chrome's Compositing component that enables sandbox escape through GPU process exploitation. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2024-3157 Overview

CVE-2024-3157 is an out-of-bounds memory access vulnerability in the Compositing component of Google Chrome prior to version 123.0.6312.122. This flaw allows a remote attacker who has already compromised the GPU process to potentially perform a sandbox escape via specific UI gestures. The vulnerability represents a significant security risk as it enables attackers to break out of Chrome's multi-process sandboxing architecture, which is designed to isolate and contain compromised processes.

Critical Impact

A successful exploit could allow an attacker who has compromised the GPU process to escape Chrome's sandbox, potentially gaining elevated access to the underlying system and executing arbitrary code outside the browser's security boundaries.

Affected Products

  • Google Chrome versions prior to 123.0.6312.122
  • Fedora 38 (via Chromium packages)
  • Fedora 39 (via Chromium packages)
  • Fedora 40 (via Chromium packages)

Discovery Timeline

  • April 10, 2024 - CVE-2024-3157 published to NVD
  • March 27, 2025 - Last updated in NVD database

Technical Details for CVE-2024-3157

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), a memory corruption issue that occurs when the application writes data outside the boundaries of allocated memory buffers. In the context of Chrome's Compositing component, this flaw manifests in how the browser handles GPU-accelerated rendering operations.

The Compositing component in Chrome is responsible for combining multiple layers of content into a single visual output, leveraging GPU acceleration for performance. When an attacker has already compromised the GPU process—a less privileged process within Chrome's multi-process architecture—they can trigger this out-of-bounds memory access through specific UI gestures. This memory corruption primitive can then be leveraged to escape the GPU process sandbox.

Chrome employs a multi-process architecture where the GPU process operates with limited privileges compared to the main browser process. However, this vulnerability allows an attacker to bridge that privilege gap by corrupting memory in a way that enables code execution outside the sandbox constraints.

Root Cause

The root cause of CVE-2024-3157 lies in improper bounds checking within the Compositing component when processing certain rendering operations. The vulnerability occurs when specific UI gestures trigger memory operations that write data beyond the allocated buffer boundaries. This out-of-bounds write can corrupt adjacent memory structures, potentially including security-critical data used for sandbox enforcement.

The Compositing layer handles complex rendering tasks involving multiple visual layers, and insufficient validation of memory access patterns during these operations creates the exploitable condition. When combined with a compromised GPU process, an attacker can craft specific UI interactions that trigger the vulnerable code path.

Attack Vector

The attack requires multiple stages to achieve full exploitation:

  1. Initial GPU Process Compromise: The attacker must first compromise the GPU process through a separate vulnerability or attack vector
  2. UI Gesture Manipulation: From the compromised GPU process, the attacker triggers specific UI gestures that reach the vulnerable Compositing code
  3. Memory Corruption: The out-of-bounds memory access corrupts critical data structures
  4. Sandbox Escape: The corrupted memory state is leveraged to break out of the GPU process sandbox

This vulnerability requires user interaction through the specific UI gestures needed to trigger the vulnerable code path. The attack is network-accessible, meaning a malicious webpage could potentially be crafted to execute this attack chain if combined with an initial GPU process compromise.

Detection Methods for CVE-2024-3157

Indicators of Compromise

  • Abnormal GPU process behavior or unexpected process crashes in Chrome
  • Unusual memory access patterns originating from the browser GPU process
  • Evidence of child processes spawned from Chrome with unexpected privileges
  • Signs of sandbox escape attempts in browser process monitoring logs
  • Chrome crash reports indicating memory corruption in Compositing-related components

Detection Strategies

  • Monitor Chrome process hierarchies for unexpected process relationships or privilege escalation
  • Implement endpoint detection rules for suspicious GPU process behavior patterns
  • Deploy browser-based telemetry to detect abnormal rendering operations
  • Configure crash dump analysis to identify memory corruption signatures consistent with CWE-787

Monitoring Recommendations

  • Enable Chrome's built-in crash reporting and analyze reports for Compositing-related failures
  • Implement process integrity monitoring on endpoints to detect sandbox escape attempts
  • Deploy network security monitoring to identify potentially malicious webpages targeting this vulnerability
  • Monitor for Chrome version deployments to ensure timely patching across the enterprise

How to Mitigate CVE-2024-3157

Immediate Actions Required

  • Update Google Chrome to version 123.0.6312.122 or later immediately
  • Enable automatic Chrome updates across all managed endpoints
  • Review and update Chromium-based browsers on Fedora 38, 39, and 40 systems
  • Consider temporarily restricting access to untrusted websites until patching is complete
  • Audit enterprise browser deployments to identify vulnerable Chrome versions

Patch Information

Google has addressed this vulnerability in Chrome version 123.0.6312.122, released as part of the stable channel update on April 10, 2024. The fix corrects the bounds checking issue in the Compositing component to prevent the out-of-bounds memory access.

For detailed patch information, refer to the Google Chrome Stable Update announcement. Technical details about the specific fix can be found in the Chromium Issue Tracker Entry.

Fedora users should apply the relevant security updates:

  • Fedora 38 Package Update
  • Fedora 39 Package Update
  • Fedora 40 Package Update

Workarounds

  • If immediate patching is not possible, consider using alternative browsers temporarily for sensitive operations
  • Implement web content filtering to restrict access to untrusted or high-risk websites
  • Deploy endpoint protection solutions capable of detecting sandbox escape attempts
  • Enable site isolation features in Chrome enterprise policies to add additional process separation
  • Consider disabling GPU acceleration via Chrome flags (--disable-gpu) as a temporary mitigation, though this will impact rendering performance
bash
# Verify Chrome version on Linux systems
google-chrome --version

# Force Chrome update check
google-chrome --check-for-update-interval=0

# Fedora package update commands
sudo dnf update chromium --refresh

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechGoogle Chrome

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.70%

  • 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
  • Technical References
  • Google Chrome Stable Update

  • Chromium Issue Tracker Entry

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Related CVEs
  • CVE-2026-6921: Google Chrome GPU Sandbox Escape Flaw

  • CVE-2026-2319: Google Chrome DevTools Race Vulnerability

  • CVE-2025-13631: Google Chrome Privilege Escalation Flaw

  • CVE-2025-12726: Google Chrome Privilege Escalation Flaw
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