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

CVE-2026-9117: Google Chrome GFX Type Confusion RCE Flaw

CVE-2026-9117 is a type confusion RCE vulnerability in Google Chrome's GFX component on Linux and ChromeOS. It enables sandbox escape through malicious video files. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-9117 Overview

CVE-2026-9117 is a type confusion vulnerability in the GFX (graphics) component of Google Chrome on Linux and ChromeOS. The flaw affects versions prior to 148.0.7778.179. A remote attacker who has already compromised the renderer process can leverage a crafted video file to potentially escape the Chrome sandbox. Google's Chromium project rated the issue High severity. The vulnerability is tracked under CWE-843: Access of Resource Using Incompatible Type.

Critical Impact

Successful exploitation chains with a prior renderer compromise to break out of the Chrome sandbox, granting attackers code execution at the broader browser process privilege level on Linux and ChromeOS systems.

Affected Products

  • Google Chrome on Linux prior to version 148.0.7778.179
  • Google ChromeOS prior to version 148.0.7778.179
  • Chromium-based browsers sharing the affected GFX component

Discovery Timeline

  • 2026-05-20 - CVE-2026-9117 published to the National Vulnerability Database
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2026-9117

Vulnerability Analysis

The vulnerability is a type confusion (Type Confusion / [CWE-843]) condition inside Chrome's GFX subsystem, which handles graphics and video rendering. Type confusion occurs when code accesses a resource using a type incompatible with the type the resource was originally allocated as. When the GFX code processes a maliciously crafted video file, it treats a memory object as a different type than what it actually is. This mismatch enables attacker-controlled reads and writes against memory the code believes is structured differently. In a browser context, this commonly leads to arbitrary memory corruption that can be shaped into code execution.

Exploitation requires an attacker to first compromise the renderer process. Chrome's multi-process architecture isolates untrusted web content inside sandboxed renderers, so a renderer compromise alone is bounded by the sandbox. CVE-2026-9117 provides the second stage: a sandbox escape that elevates the attacker out of the constrained renderer into a higher-privileged process.

Root Cause

The root cause sits in how the GFX component validates and operates on object types derived from parsed video data. A crafted video file triggers a code path where an object is interpreted as the wrong type, bypassing the assumptions the surrounding logic relies on for memory safety.

Attack Vector

The attack vector is network-based but requires user interaction and a pre-existing renderer compromise. An attacker delivers a crafted video file to a renderer they already control, then uses the GFX type confusion to corrupt memory in a process outside the sandbox boundary. Refer to the Chromium Issue Tracker Entry and the Google Chrome Update Blog for vendor details.

No verified exploit code is publicly available for CVE-2026-9117.
The vulnerability mechanism is described in prose above.

Detection Methods for CVE-2026-9117

Indicators of Compromise

  • Unexpected Chrome browser process crashes or child process terminations referencing the GFX or video decoding stack on Linux and ChromeOS hosts.
  • Spawning of child processes or shell activity from Chrome processes that fall outside expected browser behavior.
  • Outbound network connections initiated by Chrome processes to unfamiliar hosts shortly after rendering attacker-supplied video content.

Detection Strategies

  • Inventory Chrome and ChromeOS versions across Linux endpoints and flag any instance below 148.0.7778.179.
  • Monitor for renderer-to-browser process anomalies, including unexpected memory access patterns and crash signatures involving graphics code.
  • Correlate browser crash telemetry with web browsing history to identify users who encountered malicious video content.

Monitoring Recommendations

  • Centralize Chrome crash reports and apply behavioral analytics to surface clusters of GFX-related faults.
  • Log process lineage from Chrome on Linux endpoints and alert on unusual descendants such as shells, interpreters, or download utilities.
  • Track Chromium security advisories and incorporate version-based posture checks into endpoint compliance scans.

How to Mitigate CVE-2026-9117

Immediate Actions Required

  • Update Google Chrome on Linux to version 148.0.7778.179 or later on all managed endpoints.
  • Update ChromeOS devices to the corresponding stable channel release containing the fix.
  • Restart browser sessions after deployment to ensure the patched binaries are loaded into memory.

Patch Information

Google addressed CVE-2026-9117 in Chrome 148.0.7778.179 for Linux and ChromeOS. Patch details are referenced in the Google Chrome Update Blog and the Chromium Issue Tracker Entry.

Workarounds

  • Enforce enterprise policy to keep Chrome auto-updates enabled on Linux and ChromeOS fleets.
  • Restrict access to untrusted websites and video content sources until patching is verified across the environment.
  • Apply site isolation and disable unnecessary browser extensions that could increase renderer exposure.
bash
# Verify the installed Chrome version on Linux
google-chrome --version

# Example apt-based update workflow
sudo apt update
sudo apt install --only-upgrade google-chrome-stable

# Confirm the version is at or above 148.0.7778.179
google-chrome --version

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 Score7.5

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

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

  • 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