CVE-2026-14065: Chrome Navigation Bypass via PageInfo Validation Flaw
CVE-2026-14065 is a navigation-bypass vulnerability in Google Chrome versions before 150.0.7871.47. An attacker who has already compromised Chrome's renderer process (the component that executes web page content) can craft a malicious HTML page to circumvent built-in navigation security controls. While this requires prior renderer compromise, the impact allows unauthorized navigation to restricted destinations. The Chromium project rates this as low severity, though the CVSS score of 6.5 reflects the potential for integrity violation.
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-20
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Insufficient validation of untrusted input in PageInfo in Google Chrome prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process 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 insufficient validation of untrusted input within Chrome's PageInfo component, which handles navigation security policies and access controls. An attacker with a compromised renderer process can supply crafted HTML that bypasses navigation restrictions—controls typically enforced to prevent users from being directed to dangerous or restricted sites. The flaw is classified under CWE-20 (Improper Input Validation), indicating that PageInfo does not adequately sanitize or validate input before applying it to navigation decisions. The attack vector is network-based with low attack complexity, but requires user interaction and assumes the renderer process is already compromised, limiting the initial attack surface.
Business impact
For organizations relying on Chrome's navigation safeguards—particularly those enforcing URL filtering, restricted site policies, or preventing access to blocked destinations—this vulnerability creates a bypass channel. If a renderer process is compromised (through a separate exploit or malware injection), an attacker can then steer users to unintended locations, potentially violating compliance controls or exposing users to secondary attacks. The impact is primarily on integrity rather than confidentiality or availability, making it a medium-severity concern rather than critical. Organizations with tight browser policy controls should evaluate whether this affects their threat model.
Affected systems
The vulnerability affects Google Chrome prior to version 150.0.7871.47 across Windows, macOS, and Linux platforms. The advisory lists Chrome, macOS, the Linux kernel, and Windows as affected vendors/products—though the core vulnerability is specific to Chrome itself; the platform listing reflects that Chrome runs on all these operating systems. Any user or system running an unpatched version of Chrome before 150.0.7871.47 is technically exposed, though exploitation requires that the renderer process has already been compromised by another attack.
Exploitability
Exploitability is constrained by prerequisites. While the network attack vector and low attack complexity suggest ease of delivery, the vulnerability requires the renderer process to be compromised beforehand. This means an attacker must first deploy separate malware, exploit, or social engineering to compromise Chrome's renderer before leveraging this PageInfo bypass. No public evidence suggests this is being actively exploited in the wild, and it is not listed in CISA's Known Exploited Vulnerabilities catalog. The practical attack chain is non-trivial, reducing immediate risk for most organizations unless they face sophisticated, multi-stage threats.
Remediation
Update Google Chrome to version 150.0.7871.47 or later. Chrome's automatic update mechanism typically deploys patches within hours to days for all supported platforms. For macOS and Linux users, check for updates via the browser menu (Help > About Google Chrome on most platforms). Windows users can enable automatic updates in Chrome settings. Organizations managing Chrome fleet-wide should use Google's official patch deployment tools and verify rollout before considering the issue resolved.
Patch guidance
Verify that your Chrome version is 150.0.7871.47 or later by navigating to Help > About Google Chrome (or the equivalent menu on your platform). The browser will display the current version and automatically check for updates. If a newer version is available, allow the update to complete and restart the browser. For managed environments, administrators should deploy this patch via Chrome policy (via Google Admin Console for G Suite domains, or via local group policy on Windows) to ensure all instances are updated promptly. No manual workarounds or configuration changes mitigate the vulnerability short of patching.
Detection guidance
Detection of exploitation attempts is challenging because the vulnerability requires prior renderer compromise. Network-based detection of the crafted HTML payloads themselves is difficult without behavioral analysis. Monitor for: (1) unexpected navigation events to unusual or restricted destinations after Chrome crashes or restarts (suggesting renderer recovery post-compromise), (2) process crashes or anomalies in the Chrome renderer process (gpu-process, renderer processes), and (3) signs of renderer-process-targeting malware (e.g., code injection, suspicious DLL loads on Windows). Behavioral analytics on endpoint detection and response (EDR) tools may flag abnormal navigation patterns. Most organizations should prioritize patching over detection-focused responses given the moderate severity and prerequisite compromise requirement.
Why prioritize this
While CVE-2026-14065 carries a CVSS score of 6.5 (Medium), it should not be treated as critical priority. The attack requires pre-existing renderer process compromise, limiting its value as a standalone initial-access vector. However, it is worth timely patching because: (1) it represents a known defense evasion technique for an already-compromised system, (2) Chrome's large user base means even low-risk vulnerabilities can accumulate organizational risk, and (3) routine patching is low-friction for Chrome. Deprioritize in favor of critical/high-severity vulnerabilities (CVSS 9+) or zero-days with active exploitation. Schedule this update in your standard patch cycle (weekly or bi-weekly) rather than emergency response protocols.
Risk score, explained
The CVSS 6.5 score reflects: Network attack vector (AV:N), low attack complexity (AC:L), no privileges required (PR:N), and user interaction required (UI:R). The score emphasizes integrity impact (I:H) with no confidentiality or availability impact (C:N, A:N). While the vector string appears to indicate a broadly accessible attack, the real-world context—that renderer compromise is prerequisite—significantly reduces the practical risk. CVSS does not account for this prerequisite, making the numerical score higher than the true exploitability risk. Organizations should weigh the score against the actual attack chain requirements.
Frequently asked questions
Does this vulnerability allow remote code execution?
No. This vulnerability allows navigation bypass only—redirecting a user to an unintended destination. Remote code execution would require a separate, distinct vulnerability. The attacker must have already compromised the renderer process through another exploit or attack vector before this vulnerability can be leveraged.
Is Chrome's auto-update sufficient to protect me?
Yes, for most users. Chrome's automatic update mechanism deploys patches silently and quickly. Verify you are on version 150.0.7871.47 or later via Help > About Google Chrome. For enterprise users, confirm that Chrome auto-updates are not disabled by policy and that your fleet management system (if in use) has rolled out the patch.
If I'm running the latest Chrome, am I safe from this?
Patched versions (150.0.7871.47+) have fixed the PageInfo validation issue, so this specific vulnerability is mitigated. However, your security posture depends on patches for other vulnerabilities as well. Keep Chrome and all browser extensions up to date, and practice good security hygiene to prevent renderer process compromise in the first place.
What's the relationship between the Chromium 'Low' severity and the CVSS 6.5 'Medium' score?
Chromium's internal severity assessment differs from CVSS scoring. Chromium rated this 'Low' because it requires prior renderer compromise (a significant prerequisite). CVSS 6.5 is calculated mechanistically from the attack vector and impact factors, without accounting for the prerequisite. Both perspectives are valid: Chromium's rating reflects real-world exploitability, while CVSS provides a standardized comparative score.
This analysis is provided for informational purposes only and should not be considered definitive legal or technical advice. Organizations should verify all patch version numbers, affected product versions, and remediation steps against official vendor advisories before deploying changes. CVSS scores are derived from standardized methodologies and may not reflect all contextual factors relevant to a specific environment. Active exploitability status and threat landscape change over time; monitor CISA's KEV catalog and vendor security bulletins for updates. Always test patches in non-production environments before broad deployment. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2026-10004MEDIUMChrome UI Spoofing Vulnerability – Password Dialog Hijacking
- CVE-2026-10912MEDIUMChrome Extension Same-Origin Policy Bypass (CVSS 6.5)
- CVE-2026-10916MEDIUMChrome DevTools UXSS Vulnerability
- CVE-2026-11008MEDIUMChrome WebAppInstalls Cross-Origin Data Leak (CVSS 6.5)
- CVE-2026-11013MEDIUMChrome Network Input Validation Flaw Enables Memory Data Theft
- CVE-2026-11016MEDIUMChrome Same-Origin Policy Bypass (Medium Severity)
- CVE-2026-11022MEDIUMChrome DevTools Same-Origin Policy Bypass (Medium)
- CVE-2026-11023MEDIUMChrome Same-Origin Policy Bypass in WebAppInstalls