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

CVE-2026-7901: Google Chrome Use-After-Free Vulnerability

CVE-2026-7901 is a use-after-free vulnerability in ANGLE on Google Chrome for Mac that enables remote attackers to execute arbitrary code via crafted HTML. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-7901 Overview

CVE-2026-7901 is a use-after-free vulnerability [CWE-416] in ANGLE, the OpenGL ES translation layer used by Google Chrome on macOS. The flaw affects Chrome versions prior to 148.0.7778.96 and allows a remote attacker to execute arbitrary code inside the renderer sandbox through a crafted HTML page. ANGLE handles GPU-accelerated graphics calls from web content, making it directly reachable from any visited website. Google rates the Chromium security severity as High, and the vulnerability requires user interaction in the form of visiting an attacker-controlled page.

Critical Impact

A remote attacker can achieve arbitrary code execution inside the Chrome sandbox on macOS by luring a user to a crafted web page.

Affected Products

  • Google Chrome on macOS prior to version 148.0.7778.96
  • Apple macOS systems running vulnerable Chrome builds
  • Chromium-based browsers sharing the same ANGLE component (where applicable)

Discovery Timeline

  • 2026-05-06 - CVE-2026-7901 published to NVD
  • 2026-05-06 - Last updated in NVD database
  • 2026-05 - Google releases Stable Channel update for desktop addressing the issue (Google Chrome Releases Blog)

Technical Details for CVE-2026-7901

Vulnerability Analysis

The vulnerability is a use-after-free condition in ANGLE, which translates WebGL and other graphics API calls into native macOS graphics commands. ANGLE manages GPU resource objects with reference-counted lifetimes tied to JavaScript-controlled WebGL contexts. When an object is freed but a dangling pointer remains, subsequent operations dereference reclaimed memory. Attackers groom the heap with controlled data so that the freed allocation is replaced with attacker-shaped objects. A crafted HTML page issuing a specific sequence of WebGL calls triggers the dangling reference and steers execution to attacker-controlled bytes.

Root Cause

The defect originates in ANGLE's object lifetime management on the macOS backend. A graphics resource is released while another code path retains a raw pointer to it. The resulting use-after-free [CWE-416] corrupts memory used by the renderer process. See the Chromium Issue Tracker Entry for the upstream fix details.

Attack Vector

Exploitation occurs over the network through standard browsing. A victim visits a malicious or compromised page that loads JavaScript invoking the vulnerable WebGL or canvas operations. No credentials are required, but user interaction (page navigation) is necessary. Successful exploitation grants code execution within the renderer sandbox, which attackers typically chain with a sandbox escape to compromise the host. ANGLE bugs are historically attractive targets because WebGL exposes a wide attack surface to untrusted JavaScript.

No verified public proof-of-concept code is available. Refer to the Chromium Issue Tracker Entry for technical details once the entry is unrestricted.

Detection Methods for CVE-2026-7901

Indicators of Compromise

  • Chrome renderer process crashes referencing ANGLE, libGLESv2, or GPU command buffers in macOS crash reports.
  • Outbound connections from Google Chrome Helper (Renderer) to unfamiliar domains immediately after rendering untrusted content.
  • Unexpected child processes spawned by Chrome on macOS following WebGL-heavy page loads.

Detection Strategies

  • Inventory installed Chrome versions across macOS endpoints and flag any build below 148.0.7778.96.
  • Hunt for browser exploitation patterns: renderer crashes correlated with subsequent process injection or persistence attempts.
  • Correlate web proxy logs with endpoint telemetry to identify users visiting newly registered domains that serve heavy WebGL payloads.

Monitoring Recommendations

  • Enable verbose logging for browser and GPU-process crashes and forward them to the central logging pipeline.
  • Monitor file writes and LaunchAgent creation by Chrome helper processes, which are abnormal under normal browsing.
  • Track DNS and TLS metadata from macOS endpoints to detect post-exploitation command-and-control beacons.

How to Mitigate CVE-2026-7901

Immediate Actions Required

  • Update Google Chrome on all macOS endpoints to version 148.0.7778.96 or later.
  • Force-restart Chrome after update deployment to ensure the patched binary is loaded.
  • Audit managed Chromium-based browsers for the same ANGLE component and apply vendor updates as they become available.

Patch Information

Google fixed CVE-2026-7901 in the Stable Channel release 148.0.7778.96 for desktop. Details are published in the Google Chrome Releases Blog. Enterprises using Chrome Browser Cloud Management or MDM should push the update through their existing channels and verify rollout via version telemetry.

Workarounds

  • Disable hardware acceleration in Chrome (chrome://settings → System → Use hardware acceleration when available) to reduce ANGLE attack surface until patching completes.
  • Restrict WebGL via enterprise policy (DefaultWebGlSetting) for high-risk user populations.
  • Apply web filtering to block unknown or low-reputation domains until all endpoints are confirmed patched.
bash
# Verify Chrome version on macOS endpoints
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version

# Example MDM configuration profile key to disable WebGL
# Domain: com.google.Chrome
defaults write com.google.Chrome DefaultWebGlSetting -int 2

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

  • Vulnerability Details
  • TypeUse After Free

  • 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-416
  • Technical References
  • Chromium Issue Tracker Entry
  • Vendor Resources
  • Google Blog Chrome Update
  • Related CVEs
  • CVE-2026-7956: Google Chrome Use After Free Vulnerability

  • CVE-2026-7970: Google Chrome Use After Free Vulnerability

  • CVE-2026-7897: Google Chrome Use After Free Vulnerability

  • CVE-2026-7898: Google Chrome Use-After-Free Vulnerability
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