CVE-2026-17742 Overview
CVE-2026-17742 is an insufficient policy enforcement vulnerability in the Payments component of Google Chrome. The flaw affects Chrome versions prior to 151.0.7922.72 on the Stable channel. A remote attacker can leak cross-origin data by serving a crafted HTML page to a victim browser. Google's Chromium security team assigned this issue a Medium severity rating.
The vulnerability bypasses the same-origin policy protections that isolate data between web origins in the Payments feature. Successful exploitation allows an attacker-controlled page to observe or infer information belonging to a different origin without user consent.
Critical Impact
A crafted web page can leak cross-origin data from Chrome's Payments subsystem, undermining browser origin isolation.
Affected Products
- Google Chrome Desktop versions prior to 151.0.7922.72
- Chromium-based browsers incorporating the vulnerable Payments component
- Google Chrome Stable channel builds released before the July 2026 update
Discovery Timeline
- 2026-07-30 - CVE-2026-17742 published to the National Vulnerability Database
- 2026-07-30 - Last updated in NVD database
Technical Details for CVE-2026-17742
Vulnerability Analysis
The defect resides in Chrome's Payments implementation, which handles Payment Request API interactions and related payment method flows. Insufficient policy enforcement means the component does not correctly apply the browser's cross-origin restrictions during specific payment-related operations. As a result, data associated with one origin becomes observable to script executing in another origin.
Cross-origin data leakage in a payment context is significant because the Payments feature interacts with sensitive user state, including saved payment methods, autofill data, and merchant-supplied transaction details. Google has not published detailed exploitation mechanics while the fix propagates to users. The Chromium issue tracker entry for this bug remains restricted, which is standard practice for security-relevant defects.
Root Cause
The root cause is a policy enforcement gap within the Payments code path. A check that should have validated the origin boundary before returning or exposing data was either missing, incomplete, or applied inconsistently across payment API surfaces. This class of defect maps to broken access control at the browser-security-boundary level rather than a memory corruption issue.
Attack Vector
Exploitation requires a victim to visit an attacker-controlled or attacker-influenced web page. The page hosts crafted HTML and script that invokes the vulnerable Payments code path in a manner that elicits or observes cross-origin data. No user credentials or elevated privileges are required beyond normal browsing. Because the attack executes entirely in the browser, the flaw is reachable via drive-by web traffic, malvertising, and phishing links.
No public proof-of-concept, exploit code, or in-the-wild exploitation has been documented for CVE-2026-17742. Refer to the Google Chrome Update Blog and the Chromium Issue Tracker Entry for the vendor's disclosure notes.
Detection Methods for CVE-2026-17742
Indicators of Compromise
- Browser telemetry showing Chrome versions earlier than 151.0.7922.72 still active in the environment after the July 2026 patch release
- Outbound requests from browser processes to unfamiliar domains hosting payment-related script following visits to untrusted sites
- User reports of unexpected payment prompts, autofill exposure, or checkout page anomalies on unrelated sites
Detection Strategies
- Inventory installed Chrome versions across managed endpoints and flag any build older than 151.0.7922.72
- Correlate browser process network activity with recently visited domains to surface suspicious cross-origin fetch patterns
- Monitor endpoint EDR telemetry for Chrome renderer processes making unusual IPC or network calls immediately after navigation events
Monitoring Recommendations
- Enable centralized Chrome browser management to receive version compliance reporting through enterprise policy
- Ingest browser and endpoint logs into a centralized analytics platform to identify outdated installations at scale
- Track advisories on the Chrome Releases blog for supplemental fixes and re-issued builds that may affect the same component
How to Mitigate CVE-2026-17742
Immediate Actions Required
- Update Google Chrome to version 151.0.7922.72 or later on all Windows, macOS, and Linux endpoints
- Restart Chrome after the update installs; the fix is not active until the browser process is relaunched
- Push the update through enterprise deployment tools rather than relying solely on user-initiated upgrades
- Audit any Chromium-based browsers in use and confirm the vendor has integrated the upstream fix
Patch Information
Google addressed CVE-2026-17742 in the Chrome Stable channel release 151.0.7922.72. Details of the release are published on the Google Chrome Update Blog. Enterprise administrators should validate rollout through Chrome Browser Cloud Management or their existing patch management pipeline.
Workarounds
- No official workaround exists; applying the vendor patch is the only supported remediation
- Restrict browsing to trusted destinations on unpatched systems until the update is deployed
- Consider temporarily disabling the Payment Request API via enterprise policy where business workflows permit
# Verify installed Chrome version on Linux endpoints
google-chrome --version
# Example Windows registry check for enterprise-managed Chrome version
reg query "HKLM\SOFTWARE\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.

