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

CVE-2026-7958: Google Chrome XSS Vulnerability

CVE-2026-7958 is a cross-site scripting flaw in Google Chrome's ServiceWorker that allows malicious extensions to inject arbitrary scripts. This post covers the technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-7958 Overview

CVE-2026-7958 is a Universal Cross-Site Scripting (UXSS) vulnerability in the ServiceWorker component of Google Chrome versions prior to 148.0.7778.96. The flaw stems from an inappropriate implementation that allows an attacker who convinces a user to install a malicious extension to inject arbitrary scripts or HTML into web pages. Google classifies the Chromium security severity as Medium. The vulnerability is tracked under CWE-79: Improper Neutralization of Input During Web Page Generation and affects Chrome on Windows, macOS, and Linux.

Critical Impact

A crafted Chrome Extension can leverage the ServiceWorker flaw to inject arbitrary scripts or HTML into arbitrary origins, breaking the same-origin policy and exposing user session data across sites.

Affected Products

  • Google Chrome versions prior to 148.0.7778.96
  • Chrome on Microsoft Windows, Apple macOS, and Linux
  • Chromium-based browsers sharing the affected ServiceWorker implementation

Discovery Timeline

  • 2026-05-06 - CVE-2026-7958 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-7958

Vulnerability Analysis

The vulnerability resides in Chrome's ServiceWorker implementation, the background script worker that intercepts and handles network requests for web origins. An inappropriate implementation in this component permits a malicious Chrome Extension to bypass intended origin boundaries. The result is Universal Cross-Site Scripting, where attacker-controlled JavaScript or HTML executes within the context of arbitrary web origins. Successful exploitation requires user interaction: the victim must install a malicious extension from an untrusted source. Once installed, the extension can manipulate ServiceWorker behavior to inject content into pages the user visits.

Root Cause

ServiceWorkers operate at a privileged layer between the browser and the network, with the ability to intercept fetch events and respond with arbitrary content. The defect allows a crafted extension to influence ServiceWorker script handling so that injected scripts run under the origin of pages the user navigates to, rather than being confined to the extension's own context. This breaks the security boundary that normally isolates extension-supplied content from page origins.

Attack Vector

Exploitation requires the attacker to distribute a malicious Chrome Extension and convince a user to install it through social engineering, sideloading, or a compromised extension marketplace listing. Once installed, the extension uses the ServiceWorker pathway to inject scripts into pages the victim visits. The attacker can then steal authentication cookies, hijack sessions, exfiltrate form data, or perform actions on behalf of the user. Because the injection occurs in the context of legitimate origins, traditional Content Security Policy controls on those sites may not block the activity.

No verified public proof-of-concept code is available. Refer to the Chromium Issue Tracker entry and the Google Chrome Update Announcement for vendor technical details.

Detection Methods for CVE-2026-7958

Indicators of Compromise

  • Installation of unverified or sideloaded Chrome Extensions, particularly those requesting broad host permissions or webRequest and scripting access
  • Unexpected ServiceWorker registrations originating from extension contexts in chrome://serviceworker-internals
  • Outbound connections from browser processes to attacker-controlled domains following extension installation

Detection Strategies

  • Inventory installed Chrome Extensions across managed endpoints and compare against an approved allowlist
  • Monitor extension manifests for elevated permissions such as <all_urls>, tabs, and webRequest that enable cross-origin script injection
  • Inspect browser telemetry for anomalous script execution patterns or unexpected DOM modifications on sensitive sites

Monitoring Recommendations

  • Enforce enterprise extension management through Chrome policies (ExtensionInstallAllowlist, ExtensionInstallBlocklist)
  • Log Chrome version data from endpoints and alert on instances running below 148.0.7778.96
  • Forward browser and endpoint telemetry to a centralized analytics platform for correlation of extension installs with suspicious web activity

How to Mitigate CVE-2026-7958

Immediate Actions Required

  • Update Google Chrome to version 148.0.7778.96 or later on all Windows, macOS, and Linux endpoints
  • Audit all installed Chrome Extensions and remove any that are unsanctioned, unsigned, or sideloaded
  • Restrict extension installation to the Chrome Web Store and an approved internal allowlist via enterprise policy

Patch Information

Google released the fix in the Chrome Stable channel update referenced in the Google Chrome Update Announcement. Administrators should deploy Chrome 148.0.7778.96 or later. Chromium-based browsers that integrate the upstream fix should also be updated as their respective vendors publish patched builds.

Workarounds

  • Block end-user extension installation using ExtensionInstallBlocklist set to * and explicitly allowlist required extensions
  • Educate users on the risks of installing extensions from outside the Chrome Web Store and from unverified publishers
  • Disable Developer Mode in Chrome to prevent loading of unpacked extensions on managed devices
bash
# Configuration example: Chrome enterprise policy to block all extensions except an approved allowlist
# Linux: /etc/opt/chrome/policies/managed/extensions.json
{
  "ExtensionInstallBlocklist": ["*"],
  "ExtensionInstallAllowlist": [
    "approved_extension_id_1",
    "approved_extension_id_2"
  ],
  "ExtensionInstallSources": [
    "https://clients2.google.com/service/update2/crx"
  ],
  "DeveloperToolsAvailability": 2
}

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechGoogle Chrome

  • SeverityMEDIUM

  • CVSS Score5.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Chromium Issue Tracker Entry
  • Vendor Resources
  • Google Chrome Update Announcement
  • Related CVEs
  • CVE-2026-7953: Google Chrome XSS Vulnerability

  • CVE-2026-7931: Google Chrome XSS Vulnerability

  • CVE-2026-7935: Google Chrome XSS Vulnerability

  • CVE-2026-7939: Google Chrome XSS 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