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

CVE-2026-9116: Chrome ServiceWorker Data Leak Vulnerability

CVE-2026-9116 is an information disclosure flaw in Google Chrome ServiceWorker that enables cross-origin data leakage via crafted HTML. This article covers the technical details, affected versions, and mitigation steps.

Published: May 21, 2026

CVE-2026-9116 Overview

CVE-2026-9116 is an insufficient policy enforcement vulnerability in the ServiceWorker component of Google Chrome versions prior to 148.0.7778.179. A remote attacker can leak cross-origin data by tricking a user into visiting a crafted HTML page. The flaw is tracked under [CWE-693] (Protection Mechanism Failure) and exploitation requires user interaction. Chromium engineers rated the security severity as High, while NVD assigns a CVSS 3.1 base score of 4.3.

Critical Impact

A remote attacker can bypass same-origin protections enforced by ServiceWorker and exfiltrate cross-origin data from a victim's browser session.

Affected Products

  • Google Chrome desktop versions prior to 148.0.7778.179
  • Chromium-based browsers sharing the same ServiceWorker implementation
  • All supported desktop platforms (Windows, macOS, Linux) running affected Chrome builds

Discovery Timeline

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

Technical Details for CVE-2026-9116

Vulnerability Analysis

The vulnerability resides in Chrome's ServiceWorker subsystem. ServiceWorkers are background scripts that intercept network requests for a registered scope and operate independently of the page that registered them. Chrome must enforce origin and request-mode policies to prevent a ServiceWorker from accessing or revealing content belonging to a different origin.

In affected builds, Chrome fails to fully enforce these policies. A crafted HTML page can cause the browser to expose data from a cross-origin response that should have been opaque to the attacker-controlled script. The result is a violation of the Same-Origin Policy, leading to confidentiality loss without integrity or availability impact.

The attacker must convince the user to load a malicious page, which limits weaponization compared to zero-click flaws. However, drive-by delivery through advertising, search results, or phishing remains practical.

Root Cause

The root cause is a Protection Mechanism Failure [CWE-693] in the ServiceWorker request-handling logic. The browser does not consistently apply cross-origin read-blocking checks to certain response types or fetch modes routed through the ServiceWorker, allowing the registered worker to observe data it should not see.

Attack Vector

Exploitation proceeds over the network and requires user interaction. The attacker hosts a page that registers or interacts with a ServiceWorker, then issues fetches that target sensitive cross-origin endpoints, such as authenticated APIs or HTML pages from sites where the victim is logged in. Because policy enforcement is insufficient, the ServiceWorker reads or measures response data and returns it to the attacker's origin.

The vulnerability does not grant code execution, privilege escalation, or persistence. Its value to attackers lies in reconnaissance, session token theft, and harvesting authenticated content. Refer to the Chromium Issue Report #497436273 and the Google Chrome Desktop Update for vendor details.

Detection Methods for CVE-2026-9116

Indicators of Compromise

  • Browser telemetry showing Chrome versions older than 148.0.7778.179 in the enterprise fleet.
  • Outbound HTTP requests from browser sessions to attacker-controlled domains containing payloads that resemble authenticated content from third-party sites.
  • ServiceWorker registrations from low-reputation or newly observed domains preceding suspicious cross-origin data flows.

Detection Strategies

  • Inventory installed Chrome versions across endpoints and flag any build older than 148.0.7778.179.
  • Monitor web proxy and DNS logs for connections to newly registered domains that subsequently issue large volumes of cross-origin fetches.
  • Hunt for browser process anomalies, such as renderer processes making unusual outbound POSTs containing base64 or JSON blobs after visiting unfamiliar sites.

Monitoring Recommendations

  • Forward browser endpoint telemetry and proxy logs into a centralized analytics platform to correlate version data with suspicious egress.
  • Track the Chrome stable channel release feed and enforce automatic updates through enterprise management policies.
  • Review ServiceWorker registrations on managed devices using browser enterprise reporting where available.

How to Mitigate CVE-2026-9116

Immediate Actions Required

  • Update Google Chrome to version 148.0.7778.179 or later on all managed endpoints.
  • Restart Chrome after the update so the new binary and ServiceWorker runtime take effect.
  • Verify Chromium-based browsers in the environment have ingested the corresponding upstream fix.

Patch Information

Google addressed CVE-2026-9116 in Chrome stable channel build 148.0.7778.179. Full details are available in the Google Chrome Desktop Update advisory and the underlying Chromium Issue Report #497436273. Administrators should ensure auto-update is enabled and confirm version compliance through endpoint management tooling.

Workarounds

  • Restrict browsing to trusted sites using enterprise URL allow-lists until the patch is deployed.
  • Disable or restrict ServiceWorker registration on sensitive corporate browser profiles where feasible.
  • Train users to avoid clicking links from untrusted sources, since exploitation requires loading an attacker-controlled page.

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGoogle Chrome

  • SeverityMEDIUM

  • CVSS Score4.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-693
  • Technical References
  • Google Chrome Desktop Update

  • Chromium Issue Report #497436273
  • Related CVEs
  • CVE-2026-9124: Google Chrome Information Disclosure Flaw

  • CVE-2026-9122: Google Chrome GPU Information Disclosure

  • CVE-2026-8011: Google Chrome Information Disclosure Flaw

  • CVE-2026-7949: Google Chrome Information Disclosure Flaw
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