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

CVE-2026-7900: Google Chrome Buffer Overflow Vulnerability

CVE-2026-7900 is a heap buffer overflow flaw in Google Chrome's ANGLE component that enables sandbox escape attacks. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 7, 2026

CVE-2026-7900 Overview

CVE-2026-7900 is a heap buffer overflow vulnerability in ANGLE (Almost Native Graphics Layer Engine), the graphics abstraction component used by Google Chrome to translate OpenGL ES API calls to native graphics drivers. The flaw affects Google Chrome versions prior to 148.0.7778.96 across Windows, macOS, and Linux. An attacker who has already compromised the renderer process can exploit this issue through a crafted HTML page to potentially escape the Chrome sandbox. The vulnerability is classified under CWE-122: Heap-based Buffer Overflow and Google rates the Chromium security severity as High.

Critical Impact

Successful exploitation enables sandbox escape from a compromised renderer process, allowing attackers to execute code outside Chrome's security boundary and gain access to the underlying operating system.

Affected Products

  • Google Chrome versions prior to 148.0.7778.96
  • Chrome installations on Microsoft Windows
  • Chrome installations on Apple macOS and Linux distributions

Discovery Timeline

  • 2026-05-06 - CVE-2026-7900 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-7900

Vulnerability Analysis

The vulnerability resides in ANGLE, the graphics translation layer that Chrome uses to map OpenGL ES calls to platform-specific graphics APIs such as Direct3D on Windows, Metal on macOS, and Vulkan or OpenGL on Linux. ANGLE runs within the GPU process, which sits at a higher privilege level than the sandboxed renderer process.

A heap buffer overflow occurs when ANGLE writes data beyond the bounds of an allocated heap region. Because ANGLE handles untrusted input from web content via WebGL and related graphics APIs, malformed graphics commands can corrupt heap memory in the GPU process.

This vulnerability is a sandbox escape primitive rather than an initial access vector. The attacker must first compromise the renderer process, typically by chaining with a separate renderer-side bug, then leverage CVE-2026-7900 to break out of the sandbox.

Root Cause

The root cause is improper bounds checking on heap-allocated buffers within ANGLE when processing graphics commands forwarded from the renderer. Specific technical details have not been published in the public Chromium issue tracker entry, which remains restricted pending broad patch deployment.

Attack Vector

Exploitation requires user interaction in the form of visiting a crafted HTML page. The attack proceeds in two stages: first, a renderer compromise via a separate bug; second, the issuance of malicious graphics calls that trigger the heap overflow in ANGLE to corrupt GPU process memory and achieve sandbox escape.

No verified proof-of-concept code is publicly available. The Chromium issue tracker entry at Chromium Issue 496503799 remains access-restricted.

Detection Methods for CVE-2026-7900

Indicators of Compromise

  • Unexpected child processes spawned by the Chrome GPU process (chrome.exe --type=gpu-process) that deviate from normal browser behavior.
  • Crashes or instability in the GPU process correlated with visits to untrusted websites, recorded in Chrome crash logs.
  • Outbound network connections originating from the Chrome GPU process to non-Google infrastructure.

Detection Strategies

  • Monitor process trees for Chrome GPU process anomalies, including unusual handle creation, memory allocations, or attempts to load non-standard modules.
  • Inspect Chrome version telemetry across the fleet and flag endpoints running Chrome builds older than 148.0.7778.96.
  • Correlate browser crash dumps with WebGL or graphics-related stack frames pointing to ANGLE modules.

Monitoring Recommendations

  • Enable EDR telemetry on browser process lineage and child process creation events.
  • Track Chrome auto-update status across managed endpoints to confirm patch deployment.
  • Alert on sandbox escape behaviors such as the GPU process accessing files or registry keys outside expected paths.

How to Mitigate CVE-2026-7900

Immediate Actions Required

  • Update Google Chrome to version 148.0.7778.96 or later on all Windows, macOS, and Linux endpoints.
  • Restart Chrome after the update completes to ensure the patched binaries are loaded.
  • Verify the deployed version using chrome://settings/help or enterprise inventory tools.

Patch Information

Google released the fix in the Chrome Stable channel update documented in the Stable Channel Update for Desktop. Enterprises managing Chrome via Group Policy or Chrome Browser Cloud Management should validate that auto-update is enabled and not blocked by network policies.

Workarounds

  • Disable hardware acceleration in Chrome via chrome://settings to reduce ANGLE attack surface, accepting the performance trade-off.
  • Restrict access to untrusted websites through enterprise web filtering until patching is complete.
  • Apply the HardwareAccelerationModeEnabled enterprise policy set to false as a temporary control.
bash
# Configuration example - Chrome enterprise policy to disable hardware acceleration
# Windows registry path:
# HKLM\Software\Policies\Google\Chrome\HardwareAccelerationModeEnabled = 0
#
# macOS plist:
# defaults write com.google.Chrome HardwareAccelerationModeEnabled -bool false
#
# Linux JSON policy at /etc/opt/chrome/policies/managed/hwaccel.json:
{
  "HardwareAccelerationModeEnabled": false
}

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • 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-122
  • Technical References
  • Chromium Issue Tracker Entry
  • Vendor Resources
  • Google Chrome Update Notification
  • Related CVEs
  • CVE-2026-7904: Google Chrome Buffer Overflow Vulnerability

  • CVE-2026-7933: Google Chrome Buffer Overflow Vulnerability

  • CVE-2026-7353: Google Chrome Skia Buffer Overflow Flaw

  • CVE-2026-7339: Google Chrome WebRTC Buffer Overflow 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