Skip to main content
CVE Vulnerability Database
Vulnerability Database/CVE-2026-13857

CVE-2026-13857: Google Chrome XSS Vulnerability

CVE-2026-13857 is an XSS flaw in Google Chrome's Geometry implementation that enables UI spoofing through crafted HTML pages. This article covers the technical details, affected versions, security impact, and mitigation.

Published:

CVE-2026-13857 Overview

CVE-2026-13857 is a user interface (UI) spoofing vulnerability in the Geometry component of Google Chrome versions prior to 150.0.7871.47. The flaw stems from an inappropriate implementation that allows a remote attacker to manipulate rendered UI elements through a crafted HTML page. Successful exploitation requires the attacker to convince a user to perform specific UI gestures on the malicious page. Google classifies the Chromium security severity as Medium. The weakness maps to CWE-451: User Interface (UI) Misrepresentation of Critical Information, a category commonly associated with browser spoofing attacks that undermine trust indicators shown to end users.

Critical Impact

Remote attackers can spoof browser UI elements to mislead users into trusting attacker-controlled content, enabling phishing and social engineering attacks against Chrome users on unpatched builds.

Affected Products

  • Google Chrome for Desktop versions prior to 150.0.7871.47
  • Chromium-based browsers that incorporate the vulnerable Geometry implementation
  • All operating systems supported by the affected Chrome Stable channel builds

Discovery Timeline

  • 2026-06-30 - CVE-2026-13857 published to the National Vulnerability Database (NVD)
  • 2026-07-01 - Last updated in NVD database

Technical Details for CVE-2026-13857

Vulnerability Analysis

The vulnerability resides in the Geometry logic of Chrome's rendering pipeline. Geometry code controls how visual elements are sized, positioned, and layered on the page and in surrounding browser chrome. An inappropriate implementation permits attacker-controlled HTML to produce visual output that misrepresents legitimate browser UI. This class of flaw supports phishing scenarios where users cannot reliably distinguish authentic browser controls, address bar contents, or security indicators from attacker-drawn overlays. Exploitation requires user interaction in the form of specific UI gestures, which raises the practical difficulty of a successful attack.

Root Cause

The root cause is an implementation defect in the Geometry component that fails to correctly constrain how page-supplied content interacts with rendered UI regions. Consistent with [CWE-451], the browser presents information in a way that does not accurately reflect the security-relevant state, enabling misrepresentation.

Attack Vector

The attack vector is network-based and delivered through a crafted HTML page hosted on an attacker-controlled or compromised site. The attacker must lure a victim to the page and then trigger specific UI gestures such as clicks, drags, or focus changes that activate the spoofed rendering. No credentials or prior access are required, but successful attacks depend on user interaction and refined page timing.

No public proof-of-concept code is available. Technical specifics are tracked in the Chromium Issue Tracker Entry and summarized in the Google Chrome Stable Update release notes.

Detection Methods for CVE-2026-13857

Indicators of Compromise

  • Chrome browser processes reporting version strings earlier than 150.0.7871.47 in enterprise inventory data
  • User reports of unexpected browser UI behavior, misaligned address bar content, or overlays that mimic native controls
  • Access logs showing user navigation to newly registered or low-reputation domains immediately preceding credential submission events

Detection Strategies

  • Inventory installed Chrome versions across managed endpoints and flag any build below 150.0.7871.47.
  • Correlate web proxy telemetry with phishing threat intelligence feeds to identify user visits to pages likely to abuse UI spoofing.
  • Monitor endpoint detection and response (EDR) telemetry for Chrome child processes rendering content from domains flagged as suspicious by URL reputation services.

Monitoring Recommendations

  • Enable centralized reporting of Chrome version and update status through enterprise browser management or Chrome Browser Cloud Management.
  • Alert on user-reported UI anomalies via helpdesk workflows and correlate them with recent browsing activity.
  • Track patch compliance rates for Chrome on all supported platforms until the fixed version is fully deployed.

How to Mitigate CVE-2026-13857

Immediate Actions Required

  • Update Google Chrome to version 150.0.7871.47 or later on all managed endpoints as the primary remediation.
  • Force-restart Chrome after the update to ensure the patched binaries are loaded into active sessions.
  • Communicate phishing awareness guidance to end users, emphasizing caution around unfamiliar sites requesting specific interactions.

Patch Information

Google released the fix in Chrome Stable channel version 150.0.7871.47. Deployment details are available in the Google Chrome Stable Update announcement. Chromium-based browser vendors should incorporate the corresponding upstream patch referenced in the Chromium Issue Tracker Entry.

Workarounds

  • Restrict browsing to trusted domains through enterprise URL allowlisting where operational requirements permit.
  • Enable Enhanced Safe Browsing in Chrome to increase warnings on suspicious pages that may host spoofed UI content.
  • Deploy phishing-resistant authentication such as FIDO2 security keys to reduce the impact of successful UI spoofing on credential capture.
bash
# Verify installed Chrome version on Linux and macOS endpoints
google-chrome --version
# Expected output should be 150.0.7871.47 or later

# Windows PowerShell equivalent
(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.

Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.