CVE-2026-17879 Overview
CVE-2026-17879 is an inappropriate implementation flaw in the Autofill component of Google Chrome prior to version 151.0.7922.72. A remote attacker can leak cross-origin data by serving a crafted HTML page to a victim browser. Chromium classifies the security severity as Medium. Exploitation requires the target to visit an attacker-controlled page, but does not require additional privileges or user credentials.
Critical Impact
Successful exploitation allows attackers to read cross-origin data, bypassing the same-origin policy protections that isolate content between web origins.
Affected Products
- Google Chrome versions prior to 151.0.7922.72 (Stable channel, Desktop)
- Chromium-based browsers sharing the vulnerable Autofill implementation
- All supported desktop platforms (Windows, macOS, Linux)
Discovery Timeline
- 2026-07-30 - CVE CVE-2026-17879 published to NVD
- 2026-07-30 - Last updated in NVD database
Technical Details for CVE-2026-17879
Vulnerability Analysis
The vulnerability resides in Chrome's Autofill subsystem, which manages saved form data such as addresses, payment details, and login hints. An inappropriate implementation permits data from one origin to be observed by another origin through a crafted HTML page. This constitutes a cross-origin information disclosure issue, undermining browser isolation guarantees.
The flaw is remotely triggerable. An attacker only needs the victim to load a malicious page, for example through a phishing link, a compromised advertisement, or an embedded iframe on a legitimate site.
Root Cause
The root cause is improper handling of Autofill interactions across security origins. Chrome's Autofill logic did not consistently enforce cross-origin boundaries when presenting or reflecting stored data, permitting a page under attacker control to infer or receive information tied to a different origin.
Attack Vector
Exploitation proceeds by delivering a crafted HTML document containing form structures and JavaScript designed to interact with Autofill in ways that expose cross-origin data. Refer to the Chromium Issue Tracker #522878450 and the Google Chrome Stable Update for vendor-published technical context.
// No verified proof-of-concept code is publicly available.
// See Chromium Issue Tracker #522878450 for restricted technical details.
Detection Methods for CVE-2026-17879
Indicators of Compromise
- Browser telemetry showing Chrome versions below 151.0.7922.72 actively rendering untrusted pages
- Outbound web requests to attacker-controlled domains immediately after form focus or autofill interactions
- Unusual DOM manipulation patterns involving hidden or cross-origin form fields on visited pages
Detection Strategies
- Inventory endpoint browser versions and flag hosts running Chrome builds prior to 151.0.7922.72.
- Correlate web proxy logs with browser process telemetry to identify sessions loading suspicious HTML with heavy iframe or form-injection activity.
- Monitor for phishing pages that mimic legitimate checkout or login flows and abuse embedded forms.
Monitoring Recommendations
- Enable centralized browser version reporting through enterprise Chrome management policies.
- Ingest web gateway and DNS logs into a SIEM to detect access to newly registered or low-reputation domains.
- Track exceptions to enforced Chrome auto-update policies and prioritize remediation of stale installations.
How to Mitigate CVE-2026-17879
Immediate Actions Required
- Update Google Chrome to version 151.0.7922.72 or later on all managed endpoints.
- Force a restart of Chrome after update deployment to ensure the patched binary is active.
- Audit third-party Chromium-based browsers and confirm they have absorbed the upstream fix.
Patch Information
Google addressed the issue in the Chrome Stable channel release documented in the Google Chrome Stable Update. Users on 151.0.7922.72 or later are not affected. Enterprise administrators should validate that Chrome auto-update is functioning and unblocked by network policies.
Workarounds
- Disable Autofill for addresses and payment methods via enterprise policy until patching completes.
- Restrict access to untrusted web content through web filtering or browser isolation for high-risk user groups.
- Enforce strict site isolation and block third-party iframes on sensitive internal applications.
# Verify installed Chrome version on Linux/macOS
google-chrome --version
# Windows: query the installed version via registry
reg query "HKLM\Software\Google\Chrome\BLBeacon" /v version
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

