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

CVE-2026-7953: Google Chrome XSS Vulnerability

CVE-2026-7953 is a cross-site scripting (XSS) vulnerability in Google Chrome's Omnibox that enables attackers to inject malicious scripts via network traffic. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-7953 Overview

CVE-2026-7953 is a Universal Cross-Site Scripting (UXSS) vulnerability in the Omnibox component of Google Chrome before version 148.0.7778.96. The flaw stems from insufficient validation of untrusted input, allowing a remote attacker to inject arbitrary scripts or HTML into the browser context. Exploitation requires user interaction, typically by visiting a crafted page or clicking a malicious link. The issue is tracked under [CWE-20: Improper Input Validation] and affects Chrome on Windows, macOS, and Linux desktops.

Critical Impact

Successful exploitation allows attackers to execute arbitrary scripts in the security context of arbitrary origins, bypassing the Same-Origin Policy and enabling session theft, credential harvesting, or content spoofing.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2026-7953

Vulnerability Analysis

The Omnibox is the address-and-search bar component of Chrome. It parses user input, autocompletes URLs, and renders suggestions sourced from history, search providers, and network responses. CVE-2026-7953 results from insufficient validation of untrusted input flowing into the Omnibox rendering or navigation pipeline.

When the Omnibox processes attacker-controlled content delivered via malicious network traffic, it fails to properly sanitize markup or script payloads. The browser then treats the injected content as trusted UI or page context, producing a Universal Cross-Site Scripting condition. Because the injection occurs in a browser-trusted surface, scripts can run with privileges that cross origin boundaries.

Root Cause

The root cause is improper input validation [CWE-20] in the Omnibox handling logic. Untrusted strings reach a sink that interprets them as HTML or script without escaping, encoding, or strict type enforcement. This breaks the assumption that Omnibox-displayed or Omnibox-derived content is safe to render.

Attack Vector

Exploitation is network-based and requires user interaction. An attacker hosts a malicious page or controls network traffic that returns crafted responses processed by the Omnibox. When a victim navigates to or interacts with the attacker's content, the injected payload executes in a privileged browser context. The scope is changed, meaning impact extends beyond the originating origin to other sites the user has authenticated with.

No public proof-of-concept or exploit code is available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2026-7953

Indicators of Compromise

  • Chrome browser versions reporting below 148.0.7778.96 in enterprise inventory telemetry.
  • Unexpected script execution or DOM modifications observed in Chrome on visiting attacker-controlled URLs.
  • Outbound network requests to suspicious domains immediately following Omnibox-driven navigations.

Detection Strategies

  • Audit endpoint inventory for Chrome installations below the patched build using software asset management or EDR telemetry.
  • Inspect web proxy logs for navigations to known UXSS lure domains and unusual referrer chains involving search or suggestion endpoints.
  • Correlate browser process child events with credential-bearing HTTP requests to detect session-token exfiltration following script injection.

Monitoring Recommendations

  • Enable enterprise Chrome reporting via Chrome Browser Cloud Management to track installed versions across the fleet.
  • Monitor DNS and HTTP egress for newly registered domains delivering active content to Chrome user agents on unpatched builds.
  • Alert on Chrome processes spawning unusual scripting hosts or accessing credential stores shortly after navigation events.

How to Mitigate CVE-2026-7953

Immediate Actions Required

  • Update Google Chrome to version 148.0.7778.96 or later on all Windows, macOS, and Linux endpoints.
  • Force a browser relaunch after update deployment to ensure the patched binary is loaded into memory.
  • Validate patch deployment by checking chrome://version or enterprise reporting dashboards.

Patch Information

Google addressed CVE-2026-7953 in the Chrome Stable channel update detailed in the Google Chrome Update Announcement. The corresponding upstream fix is tracked in the Chromium Issue Tracker Entry. Chromium-derivative browsers such as Microsoft Edge, Brave, Opera, and Vivaldi should also be updated once their vendors integrate the fix.

Workarounds

  • No vendor-supplied workaround exists; patching is the only complete remediation.
  • Restrict user navigation to untrusted sites via enterprise web filtering until updates are deployed.
  • Enforce Chrome auto-update policies through ChromeAutoUpdate group policy or MDM configuration profiles.
bash
# Verify Chrome version on Linux endpoints
google-chrome --version

# Force update check on macOS
/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftwareUpdateAgent -runMode oneshot

# Windows: confirm patched version via registry
reg query "HKLM\SOFTWARE\WOW6432Node\Google\Update\Clients\{8A69D345-D564-463C-AFF1-A69D9E530F96}" /v pv

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 Score6.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • Chromium Issue Tracker Entry
  • Vendor Resources
  • Google Chrome Update Announcement
  • Related CVEs
  • CVE-2026-7958: 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