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

CVE-2026-9121: Google Chrome GPU RCE Vulnerability

CVE-2026-9121 is a remote code execution flaw in Google Chrome GPU that enables attackers to exploit heap corruption through malicious HTML pages. This article covers technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-9121 Overview

CVE-2026-9121 is an out-of-bounds read vulnerability [CWE-125] in the GPU component of Google Chrome on versions prior to 148.0.7778.179. A remote attacker can serve a crafted HTML page that triggers the flaw and potentially exploits heap corruption in the renderer or GPU process. The issue is tracked under Chromium Issue 488064108 and was addressed in the Chrome Stable channel update for desktop. Chromium rates the security severity as Medium, while the National Vulnerability Database scores the issue 8.8 (HIGH). Exploitation requires user interaction, typically visiting an attacker-controlled web page.

Critical Impact

A crafted HTML page can trigger heap corruption in the Chrome GPU process, enabling potential sandbox-aware memory disclosure and code execution paths against any unpatched browser session.

Affected Products

  • Google Chrome for Desktop versions prior to 148.0.7778.179
  • Chromium-based browsers incorporating the vulnerable GPU code path
  • Embedded applications using Chromium builds older than 148.0.7778.179

Discovery Timeline

  • 2026-05-20 - CVE-2026-9121 published to NVD
  • 2026-05-20 - Last updated in NVD database
  • 2026-05 - Google releases Chrome Stable channel update for desktop containing the fix

Technical Details for CVE-2026-9121

Vulnerability Analysis

The flaw is an out-of-bounds read in Chrome's GPU subsystem. The GPU process handles graphics commands, shader compilation, and buffer management on behalf of renderer processes. When the vulnerable code path processes attacker-controlled input from a crafted HTML page, it reads beyond the bounds of an allocated buffer. This unintended read can disclose adjacent heap memory and may corrupt heap metadata or object state used by subsequent operations. The vendor description notes the read can be leveraged to "potentially exploit heap corruption," indicating downstream memory-safety consequences beyond simple information disclosure. Successful exploitation requires the user to load attacker-controlled web content, satisfying the UI:R requirement. Because GPU process compromise sits adjacent to the renderer sandbox, the vulnerability is a useful primitive in multi-stage browser exploit chains.

Root Cause

The root cause is missing or insufficient bounds checking on a buffer access within Chrome's GPU code path. Web content can supply parameters, such as graphics resource dimensions or command buffer indices, that cause the GPU process to dereference memory outside the intended object boundary. Out-of-bounds reads of this class, classified under [CWE-125], commonly arise from integer truncation, incorrect length calculations, or unchecked attacker-influenced offsets.

Attack Vector

Attack delivery is network-based and remote. An attacker hosts a malicious page containing JavaScript, WebGL, or other graphics-bound content that exercises the vulnerable GPU path. Targets are compromised by clicking a link, viewing a malicious advertisement, or loading attacker-controlled iframes. No privileges are required on the victim system. Refer to the Chromium Issue Tracker #488064108 for additional technical context once Google opens the restricted issue.

Detection Methods for CVE-2026-9121

Indicators of Compromise

  • Unexpected Chrome GPU process crashes (chrome.exe --type=gpu-process) with access violation or segmentation fault signatures in user telemetry.
  • Browser sessions visiting low-reputation domains immediately preceding renderer or GPU process termination events.
  • Spawning of non-browser child processes from chrome.exe shortly after page load, indicating a possible post-exploitation stage.

Detection Strategies

  • Inventory installed Chrome versions across managed endpoints and flag any build below 148.0.7778.179.
  • Correlate browser crash dumps with Windows Error Reporting or macOS CrashReporter artifacts to identify repeated GPU process faults tied to specific URLs.
  • Apply web proxy and DNS logging to surface user navigation to newly registered or uncategorized domains preceding crash events.

Monitoring Recommendations

  • Enable enterprise reporting via Chrome Browser Cloud Management to centralize crash and version telemetry.
  • Forward endpoint process and crash telemetry to a SIEM or data lake and alert on Chrome GPU process exits with non-zero status codes.
  • Track outbound connections from chrome.exe child processes to detect download or staging activity following a suspected exploit.

How to Mitigate CVE-2026-9121

Immediate Actions Required

  • Update Google Chrome to version 148.0.7778.179 or later on all desktop platforms.
  • Restart browser sessions after patch deployment to ensure the updated binary is loaded.
  • Audit Chromium-derived applications and Electron builds for embedded versions below the fixed release and update them.

Patch Information

Google released the fix in the Chrome Stable channel update for desktop. See the Google Chrome Stable Update announcement for release notes and the Chromium Issue Tracker #488064108 for the underlying bug entry. Administrators should validate that auto-update is enabled and confirm the installed version matches or exceeds 148.0.7778.179.

Workarounds

  • Disable hardware acceleration in Chrome settings (chrome://settings/system) to reduce exposure of the GPU process to attacker-controlled graphics input until patching completes.
  • Enforce strict site isolation and block scripting on untrusted sites through enterprise policy.
  • Deploy URL filtering and ad-blocking controls to limit exposure to malicious or attacker-controlled HTML content.
bash
# Configuration example: enforce minimum Chrome version via Windows Group Policy registry key
reg add "HKLM\Software\Policies\Google\Chrome" /v MinimumRequiredVersion /t REG_SZ /d "148.0.7778.179" /f

# macOS: enforce via configuration profile
defaults write com.google.Chrome MinimumRequiredVersion -string "148.0.7778.179"

# Optional: disable GPU hardware acceleration as a temporary workaround
reg add "HKLM\Software\Policies\Google\Chrome" /v HardwareAccelerationModeEnabled /t REG_DWORD /d 0 /f

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

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

  • Chromium Issue Tracker #488064108
  • Related CVEs
  • 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

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