CVE-2026-17850 Overview
CVE-2026-17850 is a same-origin policy bypass vulnerability affecting Google Chrome versions prior to 151.0.7922.72. The flaw resides in Chrome's Permissions implementation and allows a remote attacker to circumvent the same-origin policy through a crafted HTML page. Google's Chromium project classifies the security severity as Medium.
A successful bypass permits web content from one origin to interact with resources belonging to another origin. This undermines a foundational browser security boundary designed to isolate untrusted sites from sensitive user data.
Critical Impact
A crafted HTML page can bypass the same-origin policy in Chrome versions prior to 151.0.7922.72, exposing cross-origin data to remote attackers.
Affected Products
- Google Chrome for Desktop prior to version 151.0.7922.72
- Chromium-based browsers incorporating the vulnerable Permissions component
- Downstream distributions bundling pre-patch Chromium builds
Discovery Timeline
- 2026-07-30 - CVE-2026-17850 published to NVD
- 2026-07-30 - Last updated in NVD database
Technical Details for CVE-2026-17850
Vulnerability Analysis
The vulnerability is an inappropriate implementation within the Permissions subsystem of Google Chrome. Chrome's Permissions component governs how origins request and receive access to sensitive browser capabilities. The flawed implementation allows a crafted page to bypass the same-origin policy, which is the primary isolation boundary between web origins.
Same-origin policy bypasses in browsers typically enable an attacker-controlled page to read responses, tokens, or state associated with a different origin. This can lead to disclosure of authenticated content or interaction with sites where the victim is logged in.
Google has not publicly released detailed exploitation mechanics. Refer to the Chromium Issue Tracker entry for additional technical context as it becomes available.
Root Cause
The root cause is described by Google as an inappropriate implementation in the Permissions component. The permission-handling logic fails to enforce origin isolation correctly when processing content from a crafted HTML page.
Attack Vector
Exploitation requires a remote attacker to lure a victim to a malicious or attacker-controlled web page. The crafted HTML page triggers the flawed permission logic and enables cross-origin access that same-origin policy should have prevented. No authentication or elevated privileges on the target system are required.
See the Chrome Releases desktop update for vendor context.
Detection Methods for CVE-2026-17850
Indicators of Compromise
- Chrome browser processes running versions earlier than 151.0.7922.72 in enterprise inventory scans
- Unexpected outbound requests from browser sessions to attacker-controlled domains serving crafted HTML content
- Anomalous cross-origin data flows observed in web proxy or DNS telemetry preceding session anomalies
Detection Strategies
- Inventory endpoints for installed Chrome versions and flag any build below 151.0.7922.72
- Monitor web gateway logs for user navigation to newly registered or low-reputation domains hosting HTML content
- Correlate browser telemetry with authentication anomalies on downstream web applications that could indicate cross-origin data theft
Monitoring Recommendations
- Enable browser version reporting through enterprise management tools such as Chrome Browser Cloud Management
- Track patch compliance dashboards for Chromium updates across managed endpoints
- Alert on execution of Chrome binaries carrying versions marked end-of-support or missing the July 2026 stable channel update
How to Mitigate CVE-2026-17850
Immediate Actions Required
- Update Google Chrome on all desktop endpoints to version 151.0.7922.72 or later
- Restart browser sessions to ensure patched binaries are loaded into memory
- Verify Chromium-based third-party browsers have incorporated the upstream fix
Patch Information
Google addressed the issue in the Chrome stable channel release documented in the Chrome Releases desktop update. Administrators should deploy version 151.0.7922.72 or higher across managed fleets. Details of the underlying issue are tracked in the Chromium Issue Tracker entry.
Workarounds
- Restrict browsing to trusted domains through enterprise web filtering until patching is complete
- Enforce Chrome auto-update policies via Group Policy or the Chrome Enterprise management console
- Consider isolating unpatched browsing sessions using remote browser isolation for high-risk user groups
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

