CVE-2026-14054: Chrome Navigation Policy Bypass Vulnerability
Google Chrome versions prior to 150.0.7871.47 contain a flaw in how the browser enforces navigation policies. An attacker can craft a malicious HTML page that, when visited by a user, bypasses restrictions meant to control where the browser can navigate. While the underlying vulnerability is rated Low by Chromium's own assessment, it does carry integrity risk—an attacker could potentially redirect users to unintended pages or manipulate the browser's navigation behavior in ways that undermine trust in the browser's security model.
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-602
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Insufficient policy enforcement in Network in Google Chrome 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
CVE-2026-14054 stems from insufficient policy enforcement in Chrome's Network subsystem. The vulnerability allows a remote, unauthenticated attacker to circumvent navigation restrictions through a specially crafted HTML page. The attack vector is network-based and requires user interaction (the user must visit the malicious page). The integrity impact is low but non-zero; confidentiality and availability are not affected. The issue maps to CWE-602 (Client-Side Enforcement of Server-Side Security), indicating that the browser's client-side check for navigation policy is inadequate.
Business impact
This vulnerability primarily affects the integrity of browsing sessions. Users relying on Chrome's navigation controls or website restrictions may find those controls circumvented by a determined attacker. The risk is most acute for organizations that depend on browser-enforced navigation policies as part of their security posture—for example, kiosk deployments, controlled browsing environments, or scenarios where users should only reach certain approved destinations. The low CVSS score and absence from the Known Exploited Vulnerabilities (KEV) catalog suggest this is not currently a widespread attack vector, but it remains a gap in the browser's defensive architecture.
Affected systems
Google Chrome prior to version 150.0.7871.47 is affected. This includes all releases up to and including 150.0.7871.46. The flaw affects Chrome on all platforms where it runs (Windows, macOS, Linux, Android, iOS), though the practical exploitability may vary by platform and deployment scenario.
Exploitability
Exploitation requires a remote attacker to craft and host a malicious HTML page, then socially engineer or otherwise convince a user to visit it. The attack complexity is low—no special browser configuration or user privileges are required beyond the initial visit. The user interaction requirement (clicking a link, navigating to the page) is a necessary precondition. No public exploit code has been documented in the KEV catalog, and Chromium's own assessment places this in the Low severity band, suggesting the practical impact in the wild is limited.
Remediation
Update Google Chrome to version 150.0.7871.47 or later. Chrome's auto-update mechanism typically deploys fixes within hours to days of release, but administrators managing locked-down environments should verify that auto-update is enabled or manually push the patched version.
Patch guidance
Navigate to Chrome's Settings > About Chrome to trigger an automatic update check, or manually download Chrome 150.0.7871.47 or any subsequent version from google.com/chrome. Enterprise administrators should verify their update deployment mechanisms and confirm that Chrome instances have reached the patched version. The fix address the underlying policy enforcement gap; no configuration changes are required post-patch.
Detection guidance
Detection of exploitation attempts is challenging without specialized tooling, as the attack involves only a crafted HTML page and normal navigation. Organizations concerned about this vulnerability in controlled environments might monitor for unusual navigation patterns or deploy browser controls that log and audit navigation events. Network-based detection is unlikely to be effective, since the malicious payload is embedded in the HTML itself. The most practical approach is to ensure Chrome is kept current, as updates close the enforcement gap entirely.
Why prioritize this
Although this vulnerability carries a CVSS score of 4.3 (Medium) and affects a widely used browser, its absence from the KEV catalog and Chromium's Low severity rating indicate it is not yet exploited at scale. Organizations should prioritize patching based on their risk tolerance for navigation policy bypasses and the criticality of any browser-enforced controls they rely on. For most enterprises, this is a standard patch cycle item rather than an emergency. Controlled browsing environments and kiosk deployments should prioritize this more highly.
Risk score, explained
The CVSS 3.1 score of 4.3 reflects a network attack vector, low complexity, no privileges required, and required user interaction, balanced against low integrity impact and no confidentiality or availability impact. The Medium severity rating by CVSS is somewhat higher than Chromium's own Low rating, likely because CVSS accounts for the integrity dimension more broadly, while Chromium's assessment may reflect the narrow, real-world exploitability.
Frequently asked questions
Is this vulnerability being actively exploited?
No. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, and Chromium's own assessment is Low severity. This suggests no active, widespread exploitation in the wild at this time.
Do I need to update immediately?
Not necessarily. If your organization does not rely on Chrome's navigation policies as a security boundary—which is true for most users—this can be patched during your normal Chrome update cycle. However, if you operate kiosks, controlled browsing environments, or similar deployments where navigation restrictions are critical, prioritize the update.
What exactly can an attacker do with this vulnerability?
An attacker can craft a webpage that bypasses restrictions meant to control where the browser navigates. The attacker cannot steal data or crash the browser, but they could redirect users to unexpected pages or manipulate the browser's navigation behavior. The impact depends entirely on how much you rely on browser-enforced navigation controls.
Is Chrome's auto-update sufficient to protect me?
Yes, provided auto-update is enabled (the default for most Chrome users). Auto-update typically delivers patches within hours to days. Enterprise users should verify their update deployment mechanisms to confirm Chrome instances have reached version 150.0.7871.47 or later.
This analysis is based on official vulnerability data as of 2026-07-01. Patch version numbers, affected software versions, and technical details are derived from vendor advisories and the Chromium security tracker. Organizations should verify patching status against their own Chrome deployments and consult Google's official security advisory for any updates or clarifications. This information is provided for security awareness and planning purposes and should not be considered a substitute for direct vendor guidance or your organization's risk management policies. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-11014MEDIUMChrome Extension Policy Bypass Allows Site Isolation Circumvention
- CVE-2026-11018MEDIUMChrome Navigation Policy Bypass (6.5 CVSS)
- CVE-2026-11025MEDIUMChrome Android CSP Bypass Vulnerability – Patch Guidance
- CVE-2026-11062MEDIUMChrome Extension Policy Bypass Allows Script Injection
- CVE-2026-11184MEDIUMChrome Navigation Policy Bypass via Crafted HTML
- CVE-2026-11267MEDIUMChrome Content Security Policy Bypass via Malicious Extensions
- CVE-2026-11287MEDIUMChrome Android Navigation Bypass Vulnerability Analysis
- CVE-2026-13795MEDIUMChrome iOS Navigation Bypass Vulnerability – Patch Guidance