Join us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-0628

CVE-2026-0628: Google Chrome WebView XSS Vulnerability

CVE-2026-0628 is a cross-site scripting flaw in Google Chrome's WebView tag that lets malicious extensions inject scripts into privileged pages. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2026-0628 Overview

CVE-2026-0628 is a high-severity vulnerability affecting Google Chrome's WebView tag implementation. The vulnerability stems from insufficient policy enforcement that allows attackers who convince users to install a malicious browser extension to inject scripts or HTML content into privileged pages. This security flaw was categorized by the Chromium security team as high severity, indicating significant potential for exploitation and impact.

Critical Impact

A malicious Chrome extension can bypass security policies to inject arbitrary scripts or HTML into privileged pages, potentially leading to full compromise of the browser's security context and unauthorized access to sensitive user data.

Affected Products

  • Google Chrome versions prior to 143.0.7499.192
  • Chromium-based browsers utilizing the affected WebView tag implementation
  • All platforms running vulnerable Chrome versions (Windows, macOS, Linux)

Discovery Timeline

  • 2026-01-07 - CVE-2026-0628 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2026-0628

Vulnerability Analysis

This vulnerability is classified under CWE-862 (Missing Authorization), which represents a fundamental security flaw where the application fails to perform proper authorization checks before granting access to protected resources or functionality. In the context of Chrome's WebView tag, the insufficient policy enforcement allows malicious extensions to bypass the normal security boundaries that isolate extension content from privileged browser pages.

The WebView tag in Chrome extensions is designed to display web content within extension pages while maintaining security isolation. However, due to the policy enforcement gap, a crafted extension can circumvent these protections and inject malicious content directly into privileged contexts. This could allow attackers to access sensitive browser APIs, steal user credentials, manipulate browser settings, or perform actions on behalf of the user.

Root Cause

The root cause lies in the WebView tag's failure to properly enforce Content Security Policy (CSP) restrictions and privilege separation between extension contexts and privileged Chrome pages. The authorization checks that should prevent untrusted extension code from accessing or modifying privileged page content were insufficient, creating an opportunity for script and HTML injection attacks.

Attack Vector

The attack requires social engineering to convince a victim to install a malicious Chrome extension. Once installed, the extension can leverage the WebView tag vulnerability to:

  1. Inject arbitrary JavaScript into privileged Chrome pages (such as chrome:// URLs or extension management pages)
  2. Insert HTML content that could be used for phishing or credential theft
  3. Access sensitive browser APIs that should be restricted from extension access
  4. Potentially escalate privileges beyond the normal extension permission model

The exploitation mechanism relies on crafting a Chrome extension that abuses the WebView tag's insufficient policy checks. When the malicious extension loads a WebView, it can manipulate the content or inject scripts that execute in a more privileged context than intended. For detailed technical information, refer to the Chromium Issue Tracker #463155954.

Detection Methods for CVE-2026-0628

Indicators of Compromise

  • Presence of unfamiliar or recently installed Chrome extensions with broad permissions
  • Browser extension network traffic to suspicious or unknown domains
  • Unexpected modifications to Chrome settings or preferences
  • JavaScript execution in chrome:// pages originating from extension contexts

Detection Strategies

  • Monitor Chrome extension installation events and review extension permissions
  • Implement browser extension allowlisting policies to prevent unauthorized installations
  • Deploy endpoint detection rules to identify suspicious extension behavior patterns
  • Review browser process activity for anomalous cross-context script execution

Monitoring Recommendations

  • Enable Chrome enterprise logging to capture extension-related events
  • Configure endpoint protection to alert on new extension installations
  • Implement network monitoring for extension callback URLs and suspicious traffic
  • Conduct regular audits of installed browser extensions across the organization

How to Mitigate CVE-2026-0628

Immediate Actions Required

  • Update Google Chrome to version 143.0.7499.192 or later immediately
  • Review and remove any suspicious or unnecessary browser extensions
  • Implement Chrome enterprise policies to restrict extension installations to approved sources only
  • Educate users about the risks of installing extensions from untrusted sources

Patch Information

Google has addressed this vulnerability in Chrome version 143.0.7499.192. The security update includes enhanced policy enforcement in the WebView tag implementation to prevent unauthorized script and HTML injection into privileged pages. Organizations should deploy this update through their standard browser update mechanisms. For official patch details, refer to the Google Chrome Stable Update announcement.

Workarounds

  • Restrict Chrome extension installations using the ExtensionInstallBlocklist and ExtensionInstallAllowlist policies
  • Disable extensions from unknown sources by configuring ExtensionInstallSources policy
  • Use Chrome's built-in Safe Browsing enhanced protection mode
  • Consider using browser isolation technologies for high-risk browsing activities
bash
# Chrome Enterprise Policy Configuration (Windows Registry)
# Block all extensions except those explicitly allowed
reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v ExtensionInstallBlocklist /t REG_SZ /d "*" /f

# Allow only specific trusted extensions (replace with your approved extension IDs)
reg add "HKLM\SOFTWARE\Policies\Google\Chrome\ExtensionInstallAllowlist" /v 1 /t REG_SZ /d "approved-extension-id-1" /f
reg add "HKLM\SOFTWARE\Policies\Google\Chrome\ExtensionInstallAllowlist" /v 2 /t REG_SZ /d "approved-extension-id-2" /f

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.02%

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

  • Chromium Issue Tracker #463155954
  • Related CVEs
  • CVE-2026-3063: Google Chrome DevTools XSS Vulnerability

  • CVE-2026-2320: Google Chrome XSS Vulnerability

  • CVE-2026-2318: Google Chrome XSS Vulnerability

  • CVE-2026-2316: Google Chrome XSS Vulnerability
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
  • English
  • 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