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-2026-6921

CVE-2026-6921: Google Chrome GPU Sandbox Escape Flaw

CVE-2026-6921 is a GPU race condition vulnerability in Google Chrome on Windows that enables sandbox escape through malicious video files. This article covers the technical details, affected versions, and steps to protect your system.

Published: April 23, 2026

CVE-2026-6921 Overview

CVE-2026-6921 is a race condition vulnerability in the GPU component of Google Chrome on Windows. This flaw exists in versions prior to 147.0.7727.117 and allows a remote attacker to potentially perform a sandbox escape via a specially crafted video file. The vulnerability is classified under CWE-362 (Concurrent Execution using Shared Resource with Improper Synchronization).

Critical Impact

Successful exploitation allows attackers to escape Chrome's sandbox protection, potentially leading to full system compromise through crafted video content delivered remotely.

Affected Products

  • Google Chrome on Windows prior to version 147.0.7727.117
  • Chromium-based browsers on Windows using affected GPU processing code
  • Applications embedding affected Chromium versions

Discovery Timeline

  • 2026-04-23 - CVE-2026-6921 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-6921

Vulnerability Analysis

This vulnerability stems from a race condition in Chrome's GPU process when handling video files. The GPU process in Chrome is responsible for hardware-accelerated rendering and runs within its own sandbox with restricted privileges. However, the race condition creates a timing window during video processing where shared resources are accessed without proper synchronization, enabling an attacker to manipulate execution flow.

The attack requires network access and user interaction (opening a malicious video file), but if successful, it allows the attacker to escape the GPU sandbox. This is particularly dangerous because the GPU sandbox is designed as a critical security boundary protecting the underlying system from compromised renderer processes.

Root Cause

The root cause is classified as CWE-362 (Concurrent Execution using Shared Resource with Improper Synchronization). During video file processing in the GPU component, multiple threads access shared resources without adequate locking mechanisms. This Time-of-Check Time-of-Use (TOCTOU) condition allows an attacker to manipulate the state of these shared resources between the validation check and the actual use, ultimately corrupting memory or control flow in ways that enable sandbox escape.

Attack Vector

The attack is network-based and requires user interaction. An attacker would craft a malicious video file designed to trigger the race condition during GPU processing. The attack scenario typically involves:

  1. The victim navigates to a malicious website or opens a crafted video file
  2. Chrome's GPU process begins processing the video content
  3. The race condition is triggered through precise timing in the video data
  4. The attacker exploits the resulting memory corruption to escape the GPU sandbox
  5. With sandbox escape achieved, the attacker gains elevated privileges on the system

The exploitation complexity is high due to the timing-sensitive nature of race conditions, but the potential impact is severe given the sandbox escape capability.

Detection Methods for CVE-2026-6921

Indicators of Compromise

  • Unexpected GPU process crashes or restarts during video playback
  • Anomalous child processes spawned by the Chrome GPU process
  • Memory access violations or corruption errors in Chrome crash reports related to video processing
  • Suspicious network connections originating from GPU process contexts

Detection Strategies

  • Monitor Chrome process trees for unusual child process spawning from GPU processes
  • Implement endpoint detection rules for sandbox escape attempts targeting Chromium-based browsers
  • Analyze crash dumps for patterns consistent with race condition exploitation in GPU components
  • Deploy network-based detection for malformed video content targeting Chrome

Monitoring Recommendations

  • Enable detailed Chrome crash reporting and analyze GPU-related crashes
  • Monitor for process creation events from Chrome's GPU process with elevated privileges
  • Implement behavioral analysis for Chrome processes accessing sensitive system resources outside normal sandbox boundaries

How to Mitigate CVE-2026-6921

Immediate Actions Required

  • Update Google Chrome to version 147.0.7727.117 or later immediately
  • Enable automatic updates for Chrome to receive security patches promptly
  • Consider restricting access to untrusted websites until patching is complete
  • Review browser extension permissions and disable unnecessary video-related extensions

Patch Information

Google has released a security update addressing this vulnerability in Chrome version 147.0.7727.117. Organizations should prioritize deployment of this update across all Windows systems running Chrome. For detailed patch information, refer to the Google Chrome Update Bulletin. Additional technical details can be found in the Chromium Issue Tracker Entry.

Workarounds

  • Disable hardware acceleration in Chrome settings (chrome://settings/system → Turn off "Use hardware acceleration when available") as a temporary mitigation
  • Use browser isolation technologies to contain potential sandbox escapes
  • Implement network-level filtering to block known malicious video content sources
  • Consider using application whitelisting to prevent unauthorized process execution from Chrome contexts

To disable hardware acceleration via command line:

bash
# Launch Chrome with hardware acceleration disabled
chrome.exe --disable-gpu

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

  • SeverityHIGH

  • CVSS Score8.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-362
  • Technical References
  • Google Chrome Update Bulletin

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-2319: Google Chrome DevTools Race Vulnerability

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

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

  • CVE-2024-9956: 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