A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-5879

CVE-2026-5879: Google Chrome ANGLE RCE Vulnerability

CVE-2026-5879 is a remote code execution vulnerability in Google Chrome's ANGLE component on Mac that allows attackers to execute arbitrary code via crafted HTML. This post covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-5879 Overview

CVE-2026-5879 is an improper input validation vulnerability affecting the ANGLE (Almost Native Graphics Layer Engine) component in Google Chrome on Mac systems. The vulnerability allows remote attackers to execute arbitrary code within the browser's sandbox by enticing users to visit a specially crafted HTML page. ANGLE serves as Chrome's default backend for translating OpenGL ES API calls to platform-native graphics APIs, making it a critical component for rendering web content.

Critical Impact

Remote attackers can achieve arbitrary code execution inside Chrome's sandbox on Mac systems through malicious web pages that exploit insufficient input validation in the ANGLE graphics layer.

Affected Products

  • Google Chrome on Mac prior to version 147.0.7727.55
  • Chromium-based browsers on Mac utilizing the vulnerable ANGLE component

Discovery Timeline

  • 2026-04-08 - CVE-2026-5879 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-5879

Vulnerability Analysis

This vulnerability stems from insufficient validation of untrusted input within the ANGLE graphics translation layer. ANGLE is responsible for converting WebGL and OpenGL ES calls into native DirectX, Metal, or OpenGL calls depending on the platform. On Mac systems, ANGLE typically translates to Metal or native OpenGL backends.

The improper input validation allows attackers to craft malicious graphics commands that bypass expected bounds checks or type validation. When processed by the ANGLE layer, these malformed inputs can trigger memory corruption or other unsafe conditions that lead to code execution within the renderer process sandbox.

While the code execution is confined to Chrome's sandbox—limiting immediate access to the underlying operating system—attackers could potentially chain this vulnerability with sandbox escape exploits for full system compromise. The attack requires user interaction in the form of visiting a malicious webpage, but no additional authentication or special conditions are necessary.

Root Cause

The root cause is classified under CWE-20 (Improper Input Validation). The ANGLE component fails to adequately validate parameters or data structures passed from untrusted web content before processing them for graphics rendering operations. This insufficient validation allows specially crafted input to reach code paths that assume sanitized data, leading to exploitable conditions.

Attack Vector

The attack vector involves serving malicious HTML content to Mac users running vulnerable versions of Google Chrome. The attacker crafts a webpage containing WebGL or Canvas rendering operations that generate malformed graphics commands. When the victim's browser processes this page, the malicious input flows through the ANGLE layer where insufficient validation allows exploitation.

The exploitation mechanism involves:

  1. A victim browsing to an attacker-controlled or compromised website
  2. The malicious page initiating WebGL or graphics rendering operations
  3. Crafted input bypassing validation checks in the ANGLE component
  4. The invalid input triggering memory corruption or unsafe execution
  5. Arbitrary code execution occurring within the browser's sandbox context

Technical details and proof-of-concept information may be available through the Chromium Issue Tracker once the vulnerability details are publicly disclosed.

Detection Methods for CVE-2026-5879

Indicators of Compromise

  • Unusual Chrome renderer process crashes on Mac systems, particularly during graphics-intensive web browsing
  • WebGL-related error messages in Chrome's console output indicating malformed rendering commands
  • Memory corruption signatures or crash dumps indicating exploitation attempts in the ANGLE component
  • Network traffic to suspicious domains serving content with complex WebGL operations

Detection Strategies

  • Monitor for anomalous Chrome process behavior including unexpected crashes in renderer processes on Mac endpoints
  • Implement network-based detection for HTML pages containing obfuscated or unusually complex WebGL shader code
  • Deploy endpoint detection solutions capable of identifying exploitation attempts targeting browser graphics components
  • Enable Chrome's built-in crash reporting and monitor for patterns consistent with ANGLE exploitation

Monitoring Recommendations

  • Configure Chrome Enterprise policies to enable enhanced crash reporting for centralized monitoring
  • Implement browser telemetry collection to identify endpoints visiting suspicious domains with graphics-heavy content
  • Monitor Mac endpoints for signs of sandbox escape attempts that may follow initial ANGLE exploitation
  • Review Chrome update status across the fleet to ensure vulnerable versions are identified and prioritized

How to Mitigate CVE-2026-5879

Immediate Actions Required

  • Update Google Chrome on all Mac systems to version 147.0.7727.55 or later immediately
  • Enable automatic updates for Chrome to ensure timely patching of future vulnerabilities
  • Consider temporarily disabling WebGL via Chrome flags (chrome://flags/#disable-webgl) on critical systems until patching is complete
  • Implement web filtering to block access to known malicious domains serving exploit content

Patch Information

Google has released Chrome version 147.0.7727.55 which addresses this vulnerability. Detailed information about the security update is available in the Google Chrome Stable Channel Update announcement. Organizations should prioritize deployment of this update to all Mac endpoints running Google Chrome.

The fix addresses the input validation gap in the ANGLE component, ensuring that untrusted graphics data is properly sanitized before processing.

Workarounds

  • Disable WebGL in Chrome by navigating to chrome://flags/#disable-webgl and setting it to "Disabled" (impacts web application functionality)
  • Use browser isolation technologies to contain potential exploitation to isolated environments
  • Implement network-level filtering to block access to untrusted websites until systems are patched
  • Consider using alternative browsers temporarily on Mac systems where Chrome cannot be immediately updated
bash
# Chrome Enterprise policy to disable WebGL (deploy via MDM)
# Create or modify Chrome managed preferences
defaults write com.google.Chrome WebGLEnabled -bool false

# Verify Chrome version on Mac
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version

# Force Chrome update check
# Users can manually check: Chrome menu > About Google Chrome

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

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.05%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • Google Blog Chrome Update

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-9121: Google Chrome GPU RCE Vulnerability

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