CVE-2026-13866: Chrome Android Site Isolation Bypass – Update to 150.0.7871.47
A flaw in how Google Chrome on Android handles user input could allow an attacker to bypass the browser's site isolation security feature. If an attacker had already compromised Chrome's rendering engine through another vulnerability, they could use a specially crafted webpage to escape the sandbox that normally keeps different websites separated from each other. This is a secondary attack that depends on a prior breach of the renderer process.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 6.5 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
- Weaknesses (CWE)
- CWE-20
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-06
NVD description (verbatim)
Inappropriate implementation in Input in Google Chrome on Android prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to bypass site isolation via a crafted HTML page. (Chromium security severity: Medium)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-13866 is an input validation weakness (CWE-20) in Google Chrome on Android versions prior to 150.0.7871.47. The vulnerability exists in the browser's input handling mechanism and allows an attacker with an already-compromised renderer process to craft an HTML page that defeats site isolation—the architectural boundary that confines each website's process to prevent cross-site data access. The attack requires network access and user interaction (clicking a link or visiting a page), but no authentication. The Chromium security team rated this as Medium severity.
Business impact
For organizations deploying Chrome on Android devices, this vulnerability creates a multi-stage attack scenario. While it requires a renderer compromise first, successful exploitation could lead to one-click lateral movement between websites within the same Chrome session, potentially exposing authentication cookies, cached data, or sensitive information from multiple origins. For businesses relying on Chrome's sandboxing guarantees for sensitive operations on mobile devices, this weakens the defense-in-depth posture and increases the effective impact of other browser vulnerabilities.
Affected systems
Google Chrome on Android versions before 150.0.7871.47 are affected. Desktop Chrome and Chrome on other platforms are not mentioned in the advisory. Android users running older Chrome builds should prioritize updates. Enterprise deployments using Chrome on Android for work-related browsing face the highest exposure.
Exploitability
This vulnerability has a low immediate exploitability barrier in terms of network requirements and user interaction—any remote attacker can serve the malicious HTML page. However, it is fundamentally a post-compromise weakness: an attacker must have already successfully exploited a separate vulnerability to take control of the Chrome renderer process. It is not a direct entry point. The attack does not appear in CISA's Known Exploited Vulnerabilities catalog, indicating no observed in-the-wild exploitation at publication time.
Remediation
Users should update Google Chrome on Android to version 150.0.7871.47 or later immediately. This patch closes the input validation flaw and restores the integrity of site isolation. For organizations managing Android devices, enable automatic Chrome updates or use Mobile Device Management (MDM) policies to enforce the minimum patched version. No workarounds exist beyond updating.
Patch guidance
Update Chrome on Android to version 150.0.7871.47 or later. Verify the update through the Google Play Store (Settings > About Chrome > Update) or confirm the version in Chrome's About section. Organizations managing fleet deployments should use MDM policies to enforce this minimum version across all Android devices. Verify the patch is in place within 30 days of availability to limit the window during which a renderer compromise could be chained with this input flaw.
Detection guidance
Detection of exploitation is indirect, as it requires prior renderer compromise. Monitor for: (1) unusual cross-origin data exfiltration or cookie access within Chrome sessions; (2) unexpected crashes or process terminations (site isolation failures may trigger sandbox exceptions); (3) suspicious HTML elements or script execution in web traffic logs; (4) successful exploitation of known renderer vulnerabilities (e.g., memory corruption bugs) that might be chained with this flaw. Endpoint detection and response (EDR) tools on Android devices should alert on renderer process crashes or abnormal memory access patterns.
Why prioritize this
This is a Medium-severity chained vulnerability requiring prior renderer compromise, not a direct attack vector. Prioritize patching on devices handling sensitive data or used in high-security roles, but also ensure broad coverage to prevent opportunistic chaining attacks. Its presence on Android—a high-volume mobile platform—justifies rapid rollout, especially in organizations where employees use personal or corporate Chrome on Android for work access.
Risk score, explained
The CVSS 3.1 score of 6.5 (Medium) reflects attack complexity (requires prior compromise), user interaction (crafted page must be visited), and the lack of availability impact. The integrity impact is rated High because successful exploitation can expose data across site boundaries. The absence of confidentiality impact in the vector indicates the vulnerability itself does not directly leak information, but rather removes isolation that would prevent information gathering by the already-compromised renderer.
Frequently asked questions
Does this vulnerability let attackers steal passwords or credit card data directly?
Not directly. The vulnerability only works if an attacker has already compromised Chrome's renderer process through a separate bug. If a renderer is compromised, this flaw makes it easier to access data from other websites within the same browser session. It's a second-stage attack that amplifies the damage of a prior breach.
Do I need to worry about this on my desktop Chrome?
This advisory applies only to Chrome on Android. Desktop Chrome and Chrome on other platforms are not affected by this specific vulnerability. Always keep all platforms updated, but focus patching efforts on Android devices first.
What should I do if I run an enterprise with many Android devices?
Use Mobile Device Management (MDM) policies to enforce Chrome updates to version 150.0.7871.47 or later across your fleet. Enable automatic app updates in the Google Play Store where possible. Prioritize devices used for sensitive work or financial transactions. Verify deployment within 30 days.
Will antivirus or security apps on my phone protect me if I don't update?
No. Antivirus tools cannot patch the underlying browser flaw, and this vulnerability is specifically about how Chrome handles input internally. Update Chrome itself to close the gap.
This analysis is based on the official CVE record and Chromium security advisory published as of June 2026. Exploit details and real-world attack chains are not documented here. Organizations should verify patch availability and compatibility in their environment before deployment. This vulnerability requires a prior renderer compromise and is not a direct attack vector. No publicly available exploit code is known at time of publication, but security posture should assume that chained attacks combining multiple vulnerabilities are possible. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-0018MEDIUMAndroid AccessibilityManagerService Denial of Service Vulnerability
- CVE-2026-0051MEDIUMAndroid UBSan Runtime Denial of Service Vulnerability
- CVE-2026-0070MEDIUMAndroid DevicePolicyManagerService Local Denial of Service Vulnerability
- CVE-2026-0085MEDIUMAndroid Contact Handler Denial of Service Vulnerability
- CVE-2026-10004MEDIUMChrome UI Spoofing Vulnerability – Password Dialog Hijacking
- CVE-2026-10912MEDIUMChrome Extension Same-Origin Policy Bypass (CVSS 6.5)
- CVE-2026-10916MEDIUMChrome DevTools UXSS Vulnerability
- CVE-2026-10938MEDIUMChrome Site Isolation Bypass via Input Validation Flaw