CVE-2026-14034: Chrome Android WebXR Navigation Bypass Vulnerability
CVE-2026-14034 is a navigation-bypass vulnerability in Google Chrome's WebXR implementation on Android. An attacker can craft a malicious HTML page that, when visited by a user, circumvents browser navigation restrictions. While the underlying Chromium severity is rated Low, the CVSS score of 4.3 reflects the requirement for user interaction and limited direct impact. The vulnerability does not enable data theft or system crashes but does allow unauthorized page navigation, which could facilitate phishing or redirect attacks.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 4.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
- Weaknesses (CWE)
- CWE-284
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Inappropriate implementation in WebXR 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: Low)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
The vulnerability stems from inappropriate implementation in the WebXR module within Chrome's Android build (versions prior to 150.0.7871.47). WebXR is a web standard for immersive reality experiences. The flaw allows an attacker to bypass navigation restrictions—the browser mechanisms that enforce same-origin policy and user-initiated navigation controls—through a specially crafted HTML payload. This is classified under CWE-284 (Improper Access Control), indicating a failure to properly enforce security checks before allowing navigation state changes. The attack surface is network-based with low complexity and requires user interaction to trigger.
Business impact
For organizations supporting mobile Chrome users, this vulnerability presents moderate risk. An attacker could use the bypass to redirect users to phishing pages, malware distribution sites, or competitor domains, undermining browser security guardrails. The social engineering surface increases if employees browse untrusted content on Chrome Android. However, direct data exfiltration is not possible via this flaw alone. Organizations with strict mobile device management policies and content filtering may see reduced exposure.
Affected systems
The vulnerability affects Google Chrome running on Android devices, specifically versions prior to 150.0.7871.47. Desktop Chrome versions are not impacted. The scope is limited to the Android mobile operating system. Organizations relying on Chrome on Android tablets and smartphones for work or personal use should prioritize patching.
Exploitability
Exploitability is moderate and practical. An attacker needs only to host a crafted HTML page and trick a user into visiting it—no complex attack chain or special privileges are required. The attack requires user interaction (visiting a link), which is a common prerequisite for web-based attacks. No in-the-wild exploitation has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog as of this writing, indicating limited weaponization at this time. However, the simplicity of the attack surface means exploitation could emerge quickly if the fix is not widely deployed.
Remediation
Immediately update Google Chrome on Android to version 150.0.7871.47 or later. Google typically releases Chrome updates automatically for Android users, but manual installation via the Google Play Store is recommended for critical patching cycles. Verify the version in Chrome Settings > About Chrome. No workarounds exist short of disabling WebXR or avoiding untrusted websites, which are not practical mitigations for most users.
Patch guidance
Deploy Chrome 150.0.7871.47 or later on all Android devices. If your organization uses Mobile Device Management (MDM) solutions such as Google's Android Enterprise or third-party platforms, ensure auto-update policies are enabled and push the update to managed devices. For BYOD environments, communicate the patch urgently to users and monitor adoption. Verify patch installation by confirming the version number in the Chrome app. No backward compatibility issues are expected with this security patch.
Detection guidance
Detection of active exploitation is challenging because the vulnerability manifests as unauthorized navigation, which may appear as legitimate user behavior in logs. Organizations can monitor for anomalous redirect chains or users reporting unexpected page navigation in Chrome. Network-level detection is unlikely to flag the crafted HTML without deep packet inspection. Endpoint detection tools should focus on monitoring Chrome process behavior for unexpected navigation state changes. Cross-reference user reports of unexpected redirects with WebXR-capable websites visited during the relevant time window.
Why prioritize this
Although the CVSS score is moderate (4.3) and Chromium severity is Low, this vulnerability should be patched promptly due to ease of exploitation and practical attack scenarios. No KEV listing currently, but the low complexity and user-interaction requirement make it a strong candidate for mass exploitation if unpatched populations remain large. Organizations should prioritize Android Chrome patches in their mobile security update cycles, particularly for users accessing sensitive authentication portals or e-commerce platforms.
Risk score, explained
The CVSS 3.1 score of 4.3 (MEDIUM) reflects: (1) network-based attack vector with no privileges required, (2) low attack complexity, (3) user interaction as a prerequisite, (4) unchanged scope, and (5) low impact—integrity is affected (unauthorized navigation) but confidentiality and availability are not. The score balances the ease of crafting an exploit against the limited direct harm. The Chromium team's Low severity assessment emphasizes that real-world harm is mitigated by user awareness and browser sandboxing.
Frequently asked questions
Will this vulnerability steal my data or passwords?
No. CVE-2026-14034 enables unauthorized navigation only—it bypasses browser restrictions on where pages can redirect you. It does not facilitate credential theft, session hijacking, or data exfiltration. However, an attacker could redirect you to a phishing page designed to harvest credentials, so the threat is indirect and behavioral rather than cryptographic.
Do I need to do anything if I have auto-updates enabled?
Chrome on Android enables automatic updates by default. Your device should receive version 150.0.7871.47 or later automatically within days of release. You can verify the version in Settings > About Chrome. If your organization uses MDM with custom policies, confirm that auto-updates are not disabled; otherwise, manual installation via Google Play may be necessary.
Does this affect Chrome on my laptop or desktop?
No. The vulnerability is specific to Chrome on Android. Desktop and iOS versions are unaffected.
Is this vulnerability being actively exploited?
As of the publication date, there is no evidence of active exploitation in the wild, and the vulnerability is not listed on CISA's Known Exploited Vulnerabilities catalog. However, the simplicity of the attack surface means adversaries may develop exploits quickly, making rapid patching advisable.
This analysis is based on the official CVE description, CVSS vector, and vendor advisory data current as of the publication date (June 30, 2026). Patch version numbers and affected product versions should be verified against Google's official Chrome release notes and security advisories. No exploit code or proof-of-concept details are provided. This document does not constitute legal or compliance advice; organizations should assess risk according to their specific threat model and deployment environment. Recommendations are subject to change as new information emerges or additional mitigations are disclosed. 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