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

CVE-2026-7963: Google Chrome RCE Vulnerability

CVE-2026-7963 is a remote code execution vulnerability in Google Chrome ServiceWorker that enables sandbox escape through compromised renderer processes. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-7963 Overview

CVE-2026-7963 is a sandbox escape vulnerability in the ServiceWorker implementation of Google Chrome versions prior to 148.0.7778.96. The flaw stems from improper enforcement of security boundaries [CWE-693] within the renderer-to-browser process trust model. A remote attacker who has already compromised the renderer process can leverage a crafted HTML page to break out of the Chrome sandbox.

Google classified the Chromium security severity as Medium, while the National Vulnerability Database assigned a higher CVSS score reflecting the impact of a successful sandbox escape across confidentiality, integrity, and availability.

Critical Impact

Successful exploitation chains a renderer compromise with this ServiceWorker flaw to escape the Chrome sandbox, granting attacker code execution outside the restricted renderer context on Windows, macOS, and Linux.

Affected Products

  • Google Chrome versions prior to 148.0.7778.96 on Microsoft Windows
  • Google Chrome versions prior to 148.0.7778.96 on Apple macOS
  • Google Chrome versions prior to 148.0.7778.96 on Linux

Discovery Timeline

  • 2026-05-06 - CVE-2026-7963 published to NVD following the Chrome Stable channel update
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-7963

Vulnerability Analysis

The vulnerability resides in Chrome's ServiceWorker subsystem, which manages background scripts that proxy network requests, cache resources, and handle push events for web origins. ServiceWorkers run in renderer processes but interact with privileged browser-process services through tightly scoped IPC interfaces.

An inappropriate implementation in this interaction layer fails to maintain the security boundary between the sandboxed renderer and browser process. Once an attacker controls the renderer through a separate memory corruption or logic flaw, they can issue malformed or unexpected ServiceWorker operations to influence browser-process behavior.

The issue is classified under [CWE-693] Protection Mechanism Failure. The protection that should isolate ServiceWorker activity within the renderer sandbox does not hold under adversarial input from a compromised renderer.

Root Cause

The root cause is an implementation defect in how the ServiceWorker code paths validate or trust state crossing the renderer-to-browser IPC boundary. Code executed in the renderer should never be able to influence privileged browser-process logic, but the affected paths do not enforce that invariant consistently.

Attack Vector

Exploitation requires two stages. First, the attacker needs an existing renderer compromise — typically chained from a separate browser bug. Second, the attacker delivers a crafted HTML page that registers or invokes a ServiceWorker in a manner that triggers the flawed code path. User interaction is required, generally in the form of visiting an attacker-controlled site.

Because exploitation crosses the renderer/browser process boundary, the scope is changed and the attacker gains the privileges of the browser process, escaping the sandbox.

The vulnerability mechanism is described at a high level in the Chrome release notes; deeper technical detail is referenced in the Chromium Issue Tracker Report, which remained restricted at publication.

Detection Methods for CVE-2026-7963

Indicators of Compromise

  • Chrome browser processes spawning unexpected child processes such as command interpreters, scripting hosts, or LOLBins shortly after browsing activity.
  • ServiceWorker registrations from low-reputation or newly registered domains, especially those followed by unusual disk, network, or process activity.
  • Crash dumps or unexpected restarts of the Chrome browser process correlated with renderer instability.

Detection Strategies

  • Inventory installed Chrome versions across the fleet and flag any host running a build older than 148.0.7778.96.
  • Monitor for Chrome chrome.exe, Google Chrome Helper, or Linux equivalents writing executables, modifying autoruns, or initiating outbound connections to non-browser destinations.
  • Correlate web proxy logs with endpoint telemetry to identify users who visited suspicious sites immediately before anomalous Chrome process behavior.

Monitoring Recommendations

  • Centralize Chrome version telemetry and browser process events in a SIEM or data lake to support retroactive hunts once additional indicators emerge.
  • Track child process trees of the Chrome browser process and alert on deviations from a known-good baseline.
  • Review enterprise browser policies and ensure ServiceWorker activity is logged where supported by management tooling.

How to Mitigate CVE-2026-7963

Immediate Actions Required

  • Update Google Chrome to version 148.0.7778.96 or later on Windows, macOS, and Linux endpoints.
  • Force a browser restart after deployment so the patched binaries are loaded; updates that are downloaded but not relaunched remain vulnerable.
  • Verify deployment status across managed endpoints and remediate hosts that have not picked up the update through enterprise management tooling.

Patch Information

Google released the fix in the Chrome Stable channel update announced on the Chrome Stable Update Announcement. The fixed version is 148.0.7778.96 for desktop platforms. Chromium-based browsers that incorporate the upstream fix should also be updated when their vendors publish corresponding releases.

Workarounds

  • No vendor-supplied workaround is available; updating Chrome is the supported remediation path.
  • Reduce exposure by restricting browsing to trusted sites through enterprise policy and web filtering until patching is complete.
  • Consider disabling unnecessary ServiceWorker usage via enterprise policy where business workflows allow, recognizing this may break legitimate web applications.
bash
# Verify installed Chrome version on Linux
google-chrome --version

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

# Verify installed Chrome version on Windows (PowerShell)
(Get-Item "C:\Program Files\Google\Chrome\Application\chrome.exe").VersionInfo.ProductVersion

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 Score8.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-693
  • Technical References
  • Chromium Issue Tracker Report
  • Vendor Resources
  • Chrome Stable Update Announcement
  • Related CVEs
  • CVE-2026-7950: Google Chrome RCE Vulnerability

  • CVE-2026-7951: Google Chrome WebRTC RCE Vulnerability

  • CVE-2026-7962: Google Chrome RCE Vulnerability

  • CVE-2026-7964: Google Chrome RCE 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