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

CVE-2026-17902: Google Chrome Information Disclosure Flaw

CVE-2026-17902 is an information disclosure vulnerability in Google Chrome on Linux that enables attackers to leak cross-origin data via crafted HTML pages. This article covers technical details, affected versions, and mitigations.

Published:

CVE-2026-17902 Overview

CVE-2026-17902 is an inappropriate implementation vulnerability in the Editing component of Google Chrome on Linux. Versions prior to 151.0.7922.72 are affected. A remote attacker can leak cross-origin data by convincing a user to visit a crafted HTML page. Chromium rates the security severity as Low.

The issue undermines the same-origin policy, one of the browser's core security boundaries. Successful exploitation lets an attacker read data belonging to another origin, which can include content from authenticated sessions.

Critical Impact

Remote attackers can leak cross-origin data from a victim's browser session using a crafted HTML page, bypassing same-origin protections in the Editing component.

Affected Products

  • Google Chrome for Linux versions prior to 151.0.7922.72
  • Chromium-based browsers on Linux that share the affected Editing implementation
  • Downstream distributions bundling vulnerable Chrome/Chromium builds

Discovery Timeline

Technical Details for CVE-2026-17902

Vulnerability Analysis

The vulnerability resides in Chrome's Editing component, which handles rich-text editing surfaces such as contenteditable regions, designMode documents, and clipboard-mediated editing operations. An inappropriate implementation allows a crafted HTML page to interact with editing state in a way that exposes content from a different origin.

Cross-origin data leakage in editing contexts typically arises when the renderer fails to isolate DOM state, selection state, or clipboard content across origin boundaries. The result is an information disclosure primitive that operates without user interaction beyond visiting the attacker's page.

The issue is limited to the Linux build of Chrome prior to 151.0.7922.72. Chromium classifies the security severity as Low, reflecting a constrained impact and limited data exposure surface compared to memory-corruption class bugs.

Root Cause

The root cause is an inappropriate implementation in the Editing subsystem. The component does not consistently enforce origin boundaries when processing editing-related operations. This is an information disclosure weakness rather than a memory safety defect.

Attack Vector

Exploitation requires a victim to load an attacker-controlled HTML page in a vulnerable Chrome build on Linux. The page uses crafted markup and editing APIs to elicit cross-origin data. No authentication is required on the attacker's side, and the attack proceeds remotely over the network. No verified public proof-of-concept code is available. See the Chromium Issue Tracker Entry for restricted technical details.

Detection Methods for CVE-2026-17902

Indicators of Compromise

  • Chrome browser processes on Linux endpoints reporting versions earlier than 151.0.7922.72
  • Outbound connections from browsers to newly registered or low-reputation domains hosting HTML pages that heavily use contenteditable or designMode
  • Unusual clipboard or selection API activity in browser telemetry preceding data exfiltration attempts

Detection Strategies

  • Inventory installed Chrome versions on Linux hosts and flag any build below 151.0.7922.72
  • Monitor HTTP responses containing suspicious combinations of cross-origin iframe embedding with editable regions
  • Correlate browser process telemetry with DNS and web proxy logs to identify visits to attacker-staged pages

Monitoring Recommendations

  • Enable browser update compliance reporting through endpoint management tooling
  • Log and review Chrome enterprise policy events, including update failures on Linux workstations
  • Track egress from user endpoints to uncategorized web destinations after browser upgrades to confirm patch propagation

How to Mitigate CVE-2026-17902

Immediate Actions Required

  • Update Google Chrome on all Linux endpoints to version 151.0.7922.72 or later
  • Verify update deployment through package management and endpoint inventory tooling
  • Restart browser sessions after patching to ensure the vulnerable renderer is no longer resident

Patch Information

Google released a fix in Chrome 151.0.7922.72 for Linux. Refer to the Chrome Desktop Update Announcement for release notes and channel status. Chromium-based browser vendors should pull the corresponding upstream fix into their own release trains.

Workarounds

  • Restrict browsing on unpatched Linux hosts to trusted internal sites until the update is applied
  • Use web content filtering to block access to unknown or low-reputation domains
  • Consider temporarily using an alternate browser on Linux systems that cannot be updated immediately
bash
# Verify installed Chrome version on Linux
google-chrome --version

# Example: update via APT on Debian/Ubuntu-based systems
sudo apt-get update && sudo apt-get install --only-upgrade google-chrome-stable

# Confirm the patched build is present
google-chrome --version | awk '{print $3}'

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.