CVE-2026-15115: Chrome Android Same-Origin Policy Bypass – Patch Guidance
A vulnerability in Google Chrome on Android allows a local attacker to bypass the same-origin policy—a core browser security feature that prevents websites from accessing data from other origins—through a specially crafted HTML page. The issue stems from insufficient validation of user-supplied input in the WebAppInstalls component. An attacker with local access to the device would need to trick a user into visiting a malicious webpage to exploit this. The vulnerability was patched in Chrome version 150.0.7871.115.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 3.3 LOW · CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
- Weaknesses (CWE)
- CWE-20
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-07-08 / 2026-07-09
NVD description (verbatim)
Insufficient validation of untrusted input in WebAppInstalls in Google Chrome on Android prior to 150.0.7871.115 allowed a local attacker to bypass same origin policy via a crafted HTML page. (Chromium security severity: High)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-15115 is a same-origin policy (SOP) bypass vulnerability in the WebAppInstalls component of Google Chrome for Android. The root cause is inadequate input validation (CWE-20) when processing untrusted data. The flaw allows a local attacker to circumvent browser isolation boundaries via a crafted HTML page, potentially gaining unauthorized access to sensitive data from other origins. Google classified this as a High-severity issue in Chromium's internal rating system, though the CVSS 3.1 score of 3.3 (LOW) reflects the requirement for local presence and user interaction.
Business impact
While the CVSS score is low, the business implications warrant attention. A successful exploit could expose sensitive user data across multiple web origins, compromising the integrity of browser-based sessions and potentially affecting users of web applications that handle sensitive information (banking, email, corporate SaaS platforms). Organizations supporting Android users should prioritize patching to maintain user trust and reduce data breach risk, particularly in environments where employees access critical applications via mobile Chrome.
Affected systems
Google Chrome on Android versions prior to 150.0.7871.115 are affected. Desktop and iOS versions of Chrome are not impacted by this specific vulnerability. The vulnerability requires local device access and user interaction, so risk is primarily to individual Android device users rather than server infrastructure. Organizations managing Android devices through mobile device management (MDM) solutions should verify patch deployment across their fleet.
Exploitability
Exploitability is constrained by the local-access and user-interaction requirements encoded in the CVSS vector (AV:L, UI:R). An attacker must already have presence on the Android device and convince a user to visit a malicious webpage. The low barrier to crafting a malicious HTML page means that once a user visits such a page, the vulnerability can be reliably triggered. This is not remotely exploitable without an intermediate vector (such as phishing or social engineering), and passive drive-by attacks are unlikely.
Remediation
Update Google Chrome on Android to version 150.0.7871.115 or later. Users should enable automatic updates in the Google Play Store to receive patches promptly. Organizations managing Android devices should push this update through their MDM solution and verify compliance. No workaround is available; patching is the only mitigation.
Patch guidance
Patch availability: Google Chrome 150.0.7871.115 and later. Deployment approach: For consumer users, enable automatic updates via Google Play Store settings. For enterprise Android deployments, use your MDM platform (Microsoft Intune, Samsung Knox, MobileIron, etc.) to deploy the update to managed devices. Verify patch application by checking Settings > Apps > Chrome > About Chrome, which displays the installed version. Target a rapid deployment timeline given the nature of the vulnerability, even though active exploitation appears unlikely based on KEV status.
Detection guidance
Monitor Chrome version numbers across your Android device inventory through your MDM solution or Mobile Application Management (MAM) platform. If you operate a web application, you may detect exploitation attempts through anomalous same-origin policy violations in browser console logs or unusual cross-origin access patterns in your web server logs, though evidence would be device-side and not visible server-side. Prioritize visibility into Chrome versions in use across your organization's Android fleet.
Why prioritize this
Although the CVSS score is low and the vulnerability is not listed on the CISA KEV catalog, patching should still be prioritized because: (1) same-origin policy bypass is a foundational browser security mechanism; (2) the fix is readily available and deployment is straightforward through automatic updates; (3) the vulnerability affects a widely used browser on a widely deployed platform. Organizations should address this as part of standard patch management cycles rather than as an emergency, but not defer indefinitely.
Risk score, explained
The CVSS 3.1 score of 3.3 (LOW) reflects the local-access requirement (AV:L), low attack complexity (AC:L), lack of privileges needed (PR:N), and the necessity for user interaction (UI:R). The impact is limited to confidentiality (C:L), with no impact on integrity or availability. The score appropriately captures the reduced risk compared to remote or privilege-escalation vulnerabilities, but does not fully account for the criticality of the same-origin policy as a security boundary. Security teams should interpret this as 'low immediate risk' rather than 'negligible risk,' and treat patching as routine rather than emergency.
Frequently asked questions
Can this vulnerability be exploited remotely?
No. The CVSS vector requires local access (AV:L), meaning an attacker must already have presence on the Android device. Remote exploitation would require a separate vulnerability or social engineering to initially compromise the device. The vulnerability itself cannot be exploited over the network without user interaction on the local device.
What data is at risk if this vulnerability is exploited?
An attacker could access confidential data from websites the user has visited or logged into, bypassing the same-origin policy. This could include session cookies, authentication tokens, personal information, or financial data depending on which web applications the user has open or recently accessed. The scope of exposure depends on the attacker's knowledge of which origins the user frequents.
Is this vulnerability being actively exploited in the wild?
As of the CVE publication date, this vulnerability is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, indicating no confirmed active exploitation. However, the low barrier to creating a malicious HTML page means vigilance is still warranted, particularly if you observe targeted phishing campaigns.
Do I need to take action if my organization uses Chrome on iOS or desktop?
No. This vulnerability affects only Google Chrome on Android. iOS and desktop versions are not impacted. However, you should still ensure Android devices in your fleet are patched as part of your vulnerability management program.
This analysis is provided for informational purposes and does not constitute legal, security, or investment advice. CVSS scores and vulnerability descriptions are derived from official CVE records; verify all patch versions and vendor guidance against official Google Chrome release notes and security advisories. Organizations should conduct their own risk assessment based on their specific environment and threat profile. The absence of a vulnerability from the CISA KEV catalog does not guarantee absence of exploitation; monitor threat intelligence feeds for emerging indicators. SEC.co makes no warranty regarding the completeness or accuracy of this analysis. Source: NVD (public-domain), retrieved 2026-08-17. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-0142LOWAndroid AVB RSA Key Parsing Out-of-Bounds Read Information Disclosure
- CVE-2026-11240LOWChrome Site Isolation Bypass – Low-Severity Input Validation Flaw
- CVE-2026-11244LOWChrome WebAuthentication Input Validation Bypass
- CVE-2026-11251LOWChrome Password Manager Policy Enforcement Flaw
- CVE-2026-11675LOWChrome Skia Out-of-Bounds Read Leading to Cross-Origin Data Leak
- CVE-2026-11686LOWChrome on macOS Cross-Origin Data Leak via Renderer Compromise
- CVE-2026-11691LOWChrome New Tab Page Cross-Origin Data Leak – Patch Now
- CVE-2026-12017LOWChrome Site Isolation Bypass via Extension Flaw (149.0.7827.115)