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

CVE-2026-9123: Google Chrome Buffer Overflow Vulnerability

CVE-2026-9123 is a heap buffer overflow in Chromecast within Google Chrome that allows local attackers to execute code via malicious traffic. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-9123 Overview

CVE-2026-9123 is a heap buffer overflow vulnerability in the Chromecast component of Google Chrome on Android, Linux, and ChromeOS prior to version 148.0.7778.179. A local attacker positioned on an adjacent network can send crafted traffic to trigger memory corruption and execute arbitrary code inside the Chrome sandbox. The flaw is tracked under CWE-122: Heap-based Buffer Overflow and was addressed in the Chrome stable channel update for desktop.

Critical Impact

Adjacent-network attackers can achieve arbitrary code execution within the Chrome sandbox by sending malicious network traffic to the Chromecast component.

Affected Products

  • Google Chrome on Android prior to 148.0.7778.179
  • Google Chrome on Linux prior to 148.0.7778.179
  • Google Chrome on ChromeOS prior to 148.0.7778.179

Discovery Timeline

  • 2026-05-20 - CVE-2026-9123 published to NVD
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2026-9123

Vulnerability Analysis

The vulnerability resides in the Chromecast component of Google Chrome, which handles device discovery and media casting over the local network. A heap buffer overflow ([CWE-122]) occurs when the component processes malformed network traffic and writes beyond the bounds of an allocated heap buffer. The corruption can overwrite adjacent heap metadata or object pointers, leading to arbitrary code execution inside the renderer sandbox.

Exploitation requires the attacker to reach the victim across an adjacent network segment, such as the same Wi-Fi LAN. No user interaction is required, and authentication is not needed. Successful exploitation yields code execution constrained by the Chrome sandbox, which still provides a foothold for chaining additional sandbox escape vulnerabilities.

Root Cause

The root cause is improper bounds checking when parsing Chromecast network messages. The component allocates a heap buffer based on assumed message structure, then copies attacker-controlled data without validating the destination buffer size against the actual input length. See the Chromium Issue Tracker Entry for additional context.

Attack Vector

An attacker on the same local network broadcasts or directs crafted Chromecast protocol traffic at a vulnerable Chrome instance. When Chrome's Chromecast component parses the message, the overflow triggers and the attacker gains code execution within the sandbox. No phishing, click, or credentials are required. Refer to the Google Chrome Update Post for the official advisory.

No verified public proof-of-concept code is available for this issue. The exploitation mechanism is described in prose; consult the upstream Chromium tracker for sanitized technical details.

Detection Methods for CVE-2026-9123

Indicators of Compromise

  • Chrome browser or renderer process crashes on devices running versions prior to 148.0.7778.179, particularly with heap corruption signatures in crash dumps.
  • Unexpected Chromecast discovery or media session traffic originating from unknown hosts on the local subnet.
  • Anomalous child processes or outbound connections spawned by chrome or chromium shortly after receiving multicast traffic on UDP ports used by Chromecast (mDNS/SSDP).

Detection Strategies

  • Inventory Chrome installations across Android, Linux, and ChromeOS endpoints and flag any build below 148.0.7778.179.
  • Inspect network telemetry for unsolicited Chromecast or DIAL protocol traffic from non-trusted devices on guest or corporate Wi-Fi segments.
  • Correlate browser crash telemetry with network events to identify exploitation attempts targeting the Chromecast component.

Monitoring Recommendations

  • Monitor EDR telemetry for abnormal behavior of Chrome processes, including unexpected memory allocations, child process creation, or sandbox escape attempts.
  • Enable verbose logging on wireless infrastructure to detect rogue devices broadcasting Chromecast advertisements on shared networks.
  • Track Chrome version compliance through endpoint management tooling and alert on devices that fall behind the patched baseline.

How to Mitigate CVE-2026-9123

Immediate Actions Required

  • Update Google Chrome to 148.0.7778.179 or later on all Android, Linux, and ChromeOS devices.
  • Restart the browser after updating to ensure the patched binaries are loaded into memory.
  • Audit guest and corporate Wi-Fi segments to identify untrusted devices capable of reaching Chrome clients with Chromecast traffic.

Patch Information

Google released the fix in the Chrome stable channel at version 148.0.7778.179. Details are available in the Google Chrome Update Post and the Chromium Issue Tracker Entry. Apply the update through standard Chrome auto-update mechanisms or via managed software distribution channels.

Workarounds

  • Segment guest and untrusted wireless networks from corporate endpoints to limit adjacent-network exposure.
  • Disable media routing or Chromecast discovery via the MediaRouterEnabled enterprise policy where business needs allow.
  • Restrict mDNS, SSDP, and DIAL traffic at the network layer until patching is complete.
bash
# Example: disable Chrome Media Router via enterprise policy on Linux
sudo mkdir -p /etc/opt/chrome/policies/managed
cat <<EOF | sudo tee /etc/opt/chrome/policies/managed/disable_cast.json
{
  "MediaRouterEnabled": false,
  "EnableMediaRouter": false
}
EOF

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

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

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-9119: Google Chrome WebRTC Buffer Overflow Flaw

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

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

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