CVE-2026-13964: Chrome WebView Navigation Bypass on Android
Google Chrome's WebView component on Android contains a flaw that allows attackers to circumvent navigation restrictions through a specially crafted web page. An attacker could trick a user into visiting a malicious HTML page, which then bypasses security controls that normally prevent unauthorized navigation to restricted destinations. This is a policy enforcement gap rather than a code execution vulnerability, meaning the browser's security rules aren't being properly applied in certain conditions.
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-284
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
Insufficient policy enforcement in WebView in Google Chrome on Android prior to 150.0.7871.47 allowed a remote attacker to bypass navigation restrictions 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-13964 is a policy enforcement vulnerability in WebView, Chrome's embedded browser component used by Android applications. The vulnerability stems from insufficient validation of navigation policies, categorized under CWE-284 (Improper Access Control). An attacker can craft a malicious HTML page that, when loaded by a vulnerable WebView instance, bypasses intended navigation restrictions. The attack requires user interaction (clicking a link or visiting the page) and does not result in code execution or information disclosure on its own, but enables navigation to destinations that security policies should have blocked. This could facilitate phishing, credential harvesting, or malware delivery by making it appear the user has navigated to a legitimate destination when they haven't.
Business impact
Organizations using Chrome or Android devices face a risk that users could be deceived into navigating to attacker-controlled or malicious domains that should have been restricted by enterprise policies. This undermines security policies meant to prevent access to phishing sites, malware repositories, or competitor infrastructure. While the vulnerability doesn't directly steal data or execute code, it enables social engineering and policy bypass attacks that could lead to credential compromise, malware infection, or unauthorized access to restricted resources. The impact scales with the number of Android devices and the sensitivity of the web destinations users interact with.
Affected systems
Google Chrome on Android versions prior to 150.0.7871.47 are vulnerable. This affects millions of Android devices globally that run Chrome as the default or alternative browser. Additionally, any third-party Android application that embeds WebView—a common practice—may inherit this vulnerability if it relies on the system WebView component for in-app browsing. Organizations must inventory both direct Chrome installations and applications that leverage WebView functionality.
Exploitability
Exploitation requires user interaction; an attacker must trick a user into visiting or clicking a link to a crafted HTML page. No authentication is required, and the attack can be delivered via email, messaging, or malicious advertisements. The CVSS vector (AV:N/AC:L/PR:N/UI:R) reflects network accessibility with low complexity but mandatory user engagement. While exploitability is straightforward from a technical standpoint, real-world impact depends on social engineering effectiveness. The vulnerability is not known to be exploited in the wild based on current intelligence.
Remediation
Update Google Chrome on Android to version 150.0.7871.47 or later. For enterprise environments, enforce automated Chrome updates through mobile device management (MDM) policies. Developers who embed WebView should verify their Android system WebView component is patched; the fix is typically delivered through Google Play System Updates. No workaround exists short of disabling WebView or restricting user browsing, so patching is the primary mitigation.
Patch guidance
Apply Chrome for Android version 150.0.7871.47 or later as soon as feasible. Users can check their Chrome version in Settings > About Chrome, which will automatically check for and offer updates. Enterprise administrators should deploy updates through MDM solutions with mandatory compliance timelines. For applications embedding WebView, ensure the system WebView package (com.google.android.webview) is updated via Google Play; this is typically automatic but can be manually verified in the Play Store. Test updates in a limited deployment first to confirm application compatibility.
Detection guidance
Monitor Chrome and WebView version compliance across your device fleet using MDM solutions or endpoint management platforms. Network detection is limited since the attack manifests as legitimate HTTPS traffic to a user-specified domain. Behavioral detection could flag unusual navigation patterns or rapid redirects through blocked domains, but signatures depend on your proxy/gateway configurations. User reporting remains valuable—educate users to report unexpected navigation behavior or suspicious domains appearing in their browser history. Log review of WebView crashes or policy violations may surface exploitation attempts in some logging contexts.
Why prioritize this
This vulnerability merits prompt attention despite its MEDIUM CVSS score because it directly undermines browser security policies relied upon for enterprise and personal safety. Navigation restriction bypasses have been a historical attack vector for phishing and malware delivery. The ease of exploitation (user interaction only, no special tools) and broad footprint (millions of Android devices) elevate its practical risk. While not immediately critical like remote code execution bugs, it should be prioritized within a 30-day patching window to limit the window for social engineering attacks.
Risk score, explained
The CVSS 3.1 score of 6.5 (MEDIUM) reflects high integrity impact (users navigated to unintended destinations) with no confidentiality or availability loss. The attack vector is network-based and requires low complexity, but mandatory user interaction reduces the attack probability. Chromium's security severity rating of Medium aligns with the CVSS assessment. The score does not account for downstream risk—successful navigation bypasses may enable phishing or malware deployment, amplifying business impact beyond the raw CVSS metric.
Frequently asked questions
Can this vulnerability steal my data or passwords directly?
No. CVE-2026-13964 allows an attacker to bypass navigation restrictions, not to execute code or eavesdrop on traffic. However, by bypassing these restrictions, an attacker could redirect you to a phishing site designed to harvest credentials. The vulnerability is a stepping stone to social engineering, not a direct data breach vector.
Does this affect all Android devices or just Chrome?
Primarily Chrome users and Android apps that embed WebView. Any third-party application using Google's WebView component—a common practice for in-app browsing—may be vulnerable if the system WebView package is not updated. Check your app's developer documentation to confirm whether it uses WebView.
Is this being actively exploited?
This vulnerability is not currently tracked in CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating no widespread active exploitation has been reported as of the latest intelligence. However, this does not guarantee attacks won't emerge, particularly if patching is delayed across the ecosystem.
What should I prioritize first—updating Chrome or third-party apps?
Update your system WebView package first via Google Play, as this fixes the underlying vulnerability for all apps that depend on it. Then update Chrome itself. Enterprise admins should enforce both through MDM policies with overlapping deadlines to ensure comprehensive coverage.
This analysis is provided for informational and risk assessment purposes. Patch availability, exploitation status, and affected product versions are based on vendor advisories and public data current as of the vulnerability's publication date. Organizations should verify patch applicability against their specific Chrome and Android versions, consult official Google security advisories for definitive guidance, and conduct internal testing before deploying updates to production environments. SEC.co makes no warranty regarding the completeness or real-time accuracy of this analysis. In case of discrepancy with official vendor documentation, the vendor documentation takes precedence. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-11017MEDIUMChrome Link Preview Navigation Bypass (CVSS 6.5)
- CVE-2026-11026MEDIUMChrome Extension Navigation Bypass Vulnerability
- CVE-2026-11078MEDIUMChrome FileSystem Same-Origin Policy Bypass – MEDIUM Severity
- CVE-2026-11135MEDIUMChrome Autofill Bypass Allows Credential Misdirection
- CVE-2026-11187MEDIUMChrome Navigation Restriction Bypass Vulnerability
- CVE-2026-11190MEDIUMGoogle Chrome Extension Access Control Bypass (6.5 CVSS)
- CVE-2026-11193MEDIUMChrome Password Manager Access Control Bypass – CVSS 6.5
- CVE-2026-11197MEDIUMChrome Same-Origin Policy Bypass in Workers – Patch v149.0.7827.53