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
    • 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-5899

CVE-2026-5899: Google Chrome UXSS Vulnerability

CVE-2026-5899 is a universal cross-site scripting flaw in Google Chrome that allows attackers to inject malicious scripts via crafted HTML pages. This post covers its technical details, affected versions, and mitigations.

Published: April 9, 2026

CVE-2026-5899 Overview

CVE-2026-5899 is an insufficient policy enforcement vulnerability in the History Navigation component of Google Chrome prior to version 147.0.7727.55. This security flaw allows a remote attacker who convinces a user to perform specific UI gestures to inject arbitrary scripts or HTML through a Universal Cross-Site Scripting (UXSS) attack via a crafted HTML page.

Critical Impact

This UXSS vulnerability can allow attackers to bypass browser same-origin policy protections, potentially enabling credential theft, session hijacking, and unauthorized actions across different web domains when users interact with malicious pages.

Affected Products

  • Google Chrome prior to version 147.0.7727.55
  • Chromium-based browsers using vulnerable History Navigation component
  • Desktop versions of Google Chrome across Windows, macOS, and Linux platforms

Discovery Timeline

  • 2026-04-08 - CVE-2026-5899 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-5899

Vulnerability Analysis

This vulnerability stems from insufficient policy enforcement within Chrome's History Navigation feature. The History Navigation component is responsible for managing browser history state, including forward and backward navigation between pages. When policy enforcement is inadequate in this component, attackers can exploit the gap to bypass critical security boundaries.

The UXSS (Universal Cross-Site Scripting) nature of this vulnerability is particularly concerning because it transcends traditional XSS limitations. While standard XSS attacks are confined to a single origin, UXSS vulnerabilities in browsers can potentially compromise security across all websites the user visits, making the impact significantly more severe than typical web application XSS flaws.

Root Cause

The root cause lies in the browser's failure to properly enforce security policies during history navigation operations. When users navigate through browser history (using back/forward buttons or equivalent gestures), the browser must carefully validate and enforce origin policies. In vulnerable versions, certain navigation states allow script or HTML content to be injected in a context where it can execute with elevated privileges, bypassing the same-origin policy that normally isolates different web origins from each other.

Attack Vector

The attack requires user interaction through specific UI gestures, which provides some protection against fully automated exploitation. An attacker must craft a malicious HTML page and convince the target user to visit it and perform particular navigation actions. The crafted page manipulates the browser's history state in a way that, when combined with the user's navigation gestures, triggers the policy bypass and allows arbitrary script execution in unintended security contexts.

The exploitation flow typically involves:

  1. Victim visits attacker-controlled page
  2. Malicious page manipulates browser history state
  3. User performs specific UI gestures (navigation actions)
  4. Policy enforcement gap allows script injection across origins
  5. Attacker's code executes with access to data from other origins

Detection Methods for CVE-2026-5899

Indicators of Compromise

  • Unusual browser history manipulation patterns in web application logs
  • Reports of unexpected script execution or UI behavior after visiting external sites
  • JavaScript errors or anomalies related to history.pushState() or history.replaceState() calls
  • Evidence of cross-origin data access that should be blocked by same-origin policy

Detection Strategies

  • Monitor for Chrome versions older than 147.0.7727.55 across enterprise environments using endpoint management tools
  • Implement network-based detection for suspicious HTML payloads targeting history navigation manipulation
  • Review browser crash reports and renderer process anomalies that may indicate exploitation attempts
  • Deploy browser telemetry collection to identify unusual history API usage patterns

Monitoring Recommendations

  • Enable Chrome's built-in security logging and integrate with SIEM solutions
  • Monitor web proxy logs for access to known malicious domains distributing UXSS exploits
  • Track user reports of unexpected behavior after visiting unfamiliar websites
  • Implement Content Security Policy reporting to detect policy violations that may indicate attack attempts

How to Mitigate CVE-2026-5899

Immediate Actions Required

  • Update Google Chrome to version 147.0.7727.55 or later immediately across all systems
  • Verify Chromium-based browsers (Edge, Brave, Opera, etc.) have incorporated the security fix
  • Educate users about the risks of interacting with untrusted web pages
  • Temporarily restrict access to untrusted websites through web filtering if patching is delayed

Patch Information

Google has addressed this vulnerability in Chrome version 147.0.7727.55. The fix strengthens policy enforcement in the History Navigation component to prevent the UXSS attack vector. Organizations should consult the Google Chrome Update Announcement for official patch details. Additional technical information is available in the Chromium Issue #474817168.

Workarounds

  • Use browser isolation technologies to separate browsing sessions for sensitive applications
  • Implement strict Content Security Policy headers on critical web applications to reduce XSS impact
  • Consider using alternative browsers temporarily if immediate Chrome updates are not possible
  • Enable Chrome's Site Isolation feature to provide additional protection between origins
bash
# Configuration example
# Verify Chrome version on Windows (PowerShell)
(Get-Item "C:\Program Files\Google\Chrome\Application\chrome.exe").VersionInfo.ProductVersion

# Verify Chrome version on macOS/Linux
google-chrome --version

# Force Chrome update via command line (requires admin privileges)
# Windows: Use Google Update or enterprise deployment tools
# Linux (Debian/Ubuntu):
sudo apt update && sudo apt install --only-upgrade google-chrome-stable

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

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.06%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Google Chrome Update Announcement

  • Chromium Issue #474817168
  • Related CVEs
  • CVE-2026-5906: Google Chrome Android XSS Vulnerability

  • CVE-2026-5905: Google Chrome XSS Vulnerability on Windows

  • CVE-2026-5898: Google Chrome iOS UI Spoofing Vulnerability

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