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

CVE-2026-3063: Google Chrome DevTools XSS Vulnerability

CVE-2026-3063 is an XSS flaw in Google Chrome DevTools that allows attackers to inject scripts into privileged pages via malicious extensions. This article covers the technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-3063 Overview

CVE-2026-3063 is an inappropriate implementation vulnerability in DevTools in Google Chrome prior to version 145.0.7632.116. This security flaw allows an attacker who has convinced a user to install a malicious extension to inject scripts or HTML into a privileged page via DevTools. The vulnerability has been rated with a Chromium security severity of High.

Critical Impact

Attackers can leverage malicious browser extensions to inject unauthorized scripts or HTML content into privileged Chrome DevTools pages, potentially leading to information disclosure and integrity compromise.

Affected Products

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

Discovery Timeline

  • February 23, 2026 - CVE-2026-3063 published to NVD
  • February 25, 2026 - Last updated in NVD database

Technical Details for CVE-2026-3063

Vulnerability Analysis

This vulnerability stems from an inappropriate implementation in the Chrome DevTools component. DevTools is a set of web developer tools built directly into the Google Chrome browser that allows developers to inspect, debug, and profile web applications. The flaw exists in how DevTools handles content from browser extensions, failing to properly isolate or sanitize input from extension contexts.

When a user installs a malicious browser extension, that extension can exploit this inappropriate implementation to inject arbitrary scripts or HTML content into privileged DevTools pages. These privileged pages typically have elevated access to browser internals and debugging capabilities that normal web pages cannot access.

The attack requires user interaction—specifically, the user must be convinced to install a malicious extension. Once installed, the extension can leverage the vulnerability to execute scripts within the context of DevTools privileged pages, potentially accessing sensitive debugging information or manipulating the browser's developer interface.

Root Cause

The root cause of CVE-2026-3063 is an inappropriate implementation in how Google Chrome DevTools processes and renders content from browser extensions. The vulnerability allows extension-originated content to be injected into privileged DevTools contexts without proper validation or sandboxing. This represents a failure in the security boundary between extension code and privileged browser components.

Attack Vector

The attack vector for this vulnerability is network-based and requires user interaction. An attacker must first craft a malicious browser extension designed to exploit this vulnerability. The attacker then needs to convince a target user to install this malicious extension—this could be accomplished through social engineering, typosquatting on extension marketplaces, or compromising legitimate extension update mechanisms.

Once the malicious extension is installed and the user opens DevTools, the extension can inject scripts or HTML into the privileged DevTools page. This injected content executes with the privileges of the DevTools context, potentially allowing the attacker to:

  • Access sensitive debugging information from web pages the user is inspecting
  • Modify the DevTools interface to present misleading information
  • Intercept data being analyzed through DevTools
  • Potentially leverage DevTools APIs for further exploitation

Detection Methods for CVE-2026-3063

Indicators of Compromise

  • Unusual or unauthorized browser extensions installed without user knowledge
  • Unexpected script execution or DOM modifications observed within Chrome DevTools pages
  • Browser extension activity logs showing interactions with DevTools APIs
  • User reports of anomalous DevTools behavior or interface modifications

Detection Strategies

  • Monitor for installation of browser extensions from untrusted or unverified sources
  • Implement endpoint detection rules to identify extensions attempting to access DevTools privileged contexts
  • Review Chrome extension audit logs for suspicious permission requests related to developer tools
  • Deploy browser security policies that restrict extension installation to approved sources only

Monitoring Recommendations

  • Enable Chrome enterprise policies to log extension installations and updates
  • Configure SIEM alerts for unexpected browser extension activity on critical endpoints
  • Implement regular audits of installed browser extensions across the enterprise
  • Monitor for connections to known malicious extension distribution infrastructure

How to Mitigate CVE-2026-3063

Immediate Actions Required

  • Update Google Chrome to version 145.0.7632.116 or later immediately
  • Audit all installed browser extensions and remove any untrusted or unnecessary extensions
  • Implement browser policies to restrict extension installations to vetted sources only
  • Educate users about the risks of installing browser extensions from unknown sources

Patch Information

Google has addressed this vulnerability in Chrome version 145.0.7632.116. Organizations should prioritize updating all Chrome installations to this version or later. For detailed information about the security update, refer to the Google Chrome Update Blog. Additional technical details can be found in the Chromium Issue Tracker #485287859.

Workarounds

  • Restrict browser extension installation using Chrome enterprise policies until patching is complete
  • Disable DevTools access for users who do not require developer functionality using the DeveloperToolsAvailability policy
  • Implement application allowlisting to control which extensions can be installed
  • Consider using browser isolation technologies to contain potential exploitation attempts
bash
# Chrome Enterprise Policy Configuration - Restrict Extensions
# Add to Chrome policy template or registry

# Windows Registry path:
# HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome

# Block all extensions except approved ones
ExtensionInstallBlocklist = "*"
ExtensionInstallAllowlist = "approved_extension_id_1,approved_extension_id_2"

# Disable DevTools for non-developer users (0=Disabled, 1=Enabled, 2=Enabled for enterprise users only)
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

  • EPSS Probability0.01%

  • 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
  • NVD-CWE-noinfo
  • Technical References
  • Google Chrome Update Blog

  • Chromium Issue Tracker #485287859
  • Related CVEs
  • CVE-2026-2320: Google Chrome XSS Vulnerability

  • CVE-2026-2318: Google Chrome XSS Vulnerability

  • CVE-2026-2316: Google Chrome XSS Vulnerability

  • CVE-2026-0904: 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