CVE-2026-13881: Chrome Same-Origin Policy Bypass in WebAppInstalls
A flaw in how Google Chrome handles web app installations allows attackers to bypass the same-origin policy—a critical browser security boundary—by tricking users into visiting a malicious HTML page. The vulnerability affects Chrome versions before 150.0.7871.47 across Windows, macOS, and Linux. An attacker could craft a page that tricks Chrome into loading or interacting with resources from a different origin than the user expects, potentially enabling credential theft, session hijacking, or unauthorized data access.
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-346
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Inappropriate implementation in WebAppInstalls in Google Chrome prior to 150.0.7871.47 allowed a remote attacker to bypass same origin policy 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-13881 is a same-origin policy (SOP) bypass vulnerability in Chrome's WebAppInstalls implementation. The flaw stems from inappropriate handling of web app installation flows, allowing an attacker-controlled page to circumvent origin restrictions via crafted HTML. The vulnerability maps to CWE-346 (Origin Validation Error), indicating a failure in proper origin verification during the web app installation process. The CVSS 3.1 score of 6.5 (Medium, CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N) reflects network-based attack delivery, low complexity, no privileges required, user interaction needed, and high integrity impact with no confidentiality or availability impact.
Business impact
A successful exploit could allow attackers to manipulate how web applications behave within the browser context, potentially leading to unauthorized data modification, cross-origin data exfiltration, or privilege escalation within installed web apps. For organizations relying on Chrome-based web applications or progressive web apps (PWAs), this could result in data integrity breaches, session compromise, or unauthorized actions performed on behalf of users. The requirement for user interaction (clicking a malicious link or visiting a crafted page) limits but does not eliminate risk, especially in phishing or supply chain scenarios.
Affected systems
Google Chrome versions prior to 150.0.7871.47 are vulnerable across all major operating systems: Windows, macOS, and Linux. The scope includes any user or organization running an unpatched version of Chrome. PWA users and enterprises deploying Chrome-based productivity applications face direct exposure.
Exploitability
Exploitation requires user interaction—the victim must visit a crafted HTML page or click a malicious link. No special privileges or complex conditions are needed; network access is sufficient. The attack complexity is low, making it straightforward for an attacker to deliver the payload via email, watering-hole attacks, or malvertising. Active exploitation is not currently widespread (vulnerability is not on CISA's Known Exploited Vulnerabilities catalog), but the low barrier to weaponization warrants prompt patching.
Remediation
Update Google Chrome to version 150.0.7871.47 or later immediately. Users should enable automatic updates in Chrome settings (Settings > About Chrome) to receive patches automatically. For managed environments, deploy Chrome updates through your organization's patch management system to ensure uniform coverage across all endpoints.
Patch guidance
Verify that all Chrome installations have been updated to version 150.0.7871.47 or later. Check via Chrome menu > Settings > About Chrome; the browser will report its current version and automatically download available updates. For enterprise deployments, use Google Chrome Enterprise Bundle or your endpoint management platform to verify and enforce the patched version across your fleet. Test web applications and PWAs post-update to confirm functionality remains intact.
Detection guidance
Monitor for successful installation or attempted installation of suspicious web apps via Chrome's WebAppInstalls feature. Examine browser logs and security event data for anomalous cross-origin requests initiated during or after web app installation. Watch for unusual user reports of web app behavior or unexpected permission grants. Network-level detection is limited; rely on endpoint logs and Chrome sync diagnostics if available in your environment.
Why prioritize this
This vulnerability warrants medium-to-high priority patching due to the combination of low attack complexity, user-interaction requirement (not a showstopper in phishing scenarios), and moderate integrity impact. The breadth of affected platforms and reliance on Chrome in enterprise environments means delayed patching increases risk exposure. While not currently actively exploited, the straightforward attack vector and high integrity impact make it an attractive target for determined adversaries.
Risk score, explained
The CVSS 3.1 score of 6.5 reflects a medium-severity flaw. Network-based delivery (AV:N) and low attack complexity (AC:L) make exploitation accessible. User interaction (UI:R) is required but realistic in targeted campaigns. The high integrity impact (I:H) indicates an attacker can modify or corrupt data in the victim's context. Lack of confidentiality loss (C:N) and availability impact (A:N) prevents a higher score, but the integrity threat alone justifies urgent remediation.
Frequently asked questions
Can this vulnerability be exploited without the user clicking a link or visiting a malicious page?
No. The vulnerability requires user interaction—the victim must visit a crafted HTML page or click a link to trigger the attack. This means mass, non-targeted exploitation is less likely, but phishing, watering-hole attacks, and social engineering remain viable attack paths.
What is the same-origin policy, and why is bypassing it dangerous?
The same-origin policy is a fundamental browser security control that prevents scripts and resources from one website from accessing data on another website without explicit permission. Bypassing it allows an attacker to steal data, modify content, or hijack sessions across different origins—potentially leading to credential theft and unauthorized actions.
Does the vulnerability affect all Chrome users, or only those using web apps?
While the flaw is specifically in the WebAppInstalls component, any user of vulnerable Chrome versions is at risk if visited by a malicious page. Users who actively install and use web apps or PWAs face heightened risk. Standard browser users are also vulnerable but require additional targeting.
Is this vulnerability currently being exploited in the wild?
No. As of the data provided, this vulnerability is not listed on CISA's Known Exploited Vulnerabilities catalog. However, the low complexity and moderate impact make it a likely future target, so prompt patching is essential rather than optional.
This analysis is based on vulnerability data published as of June 30, 2026. CVSS scores, patch versions, and affected product lists are drawn from official sources and should be verified against current vendor advisories before implementation. No exploit code or step-by-step weaponization guidance is provided. Organizations should conduct their own risk assessment and testing in pre-production environments before deploying patches to production systems. SEC.co makes no warranty regarding the completeness or accuracy of this analysis; users are responsible for validating all information against authoritative vendor statements. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2026-11020MEDIUMChrome Extension XML Cross-Origin Data Leak – Patch to 149.0.7827.53
- CVE-2026-11032MEDIUMChrome Password Manager Cross-Origin Data Leak
- CVE-2026-11036MEDIUMChrome Same-Origin Policy Bypass via DOM Implementation Flaw
- CVE-2026-11048MEDIUMChrome Extension Same-Origin Policy Bypass (Medium, 6.5)
- CVE-2026-11081MEDIUMChrome Canvas Same-Origin Policy Bypass
- CVE-2026-11083MEDIUMChrome Password Manager Cross-Origin Data Leak Vulnerability
- CVE-2026-11084MEDIUMChrome Password Manager Cross-Origin Data Leak (v149.0.7827.53)
- CVE-2026-11132MEDIUMChrome Same-Origin Policy Bypass in Paint Component