MEDIUM 6.5

CVE-2026-13894: Chrome Navigation Policy Bypass (CVSS 6.5)

Google Chrome prior to version 150.0.7871.47 contains a policy enforcement gap that allows an attacker positioned on the same network to manipulate how the browser handles navigation. By serving a specially crafted HTML page, an attacker can circumvent restrictions designed to prevent users from accessing certain sites or resources. The vulnerability requires the attacker to be in a network position to intercept or serve malicious content, and the user must interact with the page (clicking a link or performing an action), but does not result in direct data theft or system 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-602
Affected products
4 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 an attacker in a privileged network position 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

This vulnerability stems from insufficient validation of navigation policies in Chrome's network handling code (CWE-602: Client-Side Enforcement of Server-Side Security). When a user visits a crafted HTML page, the browser's policy enforcement mechanisms fail to properly restrict navigation, allowing an attacker to bypass intended browser controls. The attack vector is network-based with low attack complexity, meaning an attacker in a privileged network position—such as on a shared Wi-Fi network, a compromised router, or an ISP-level position—can reliably trigger the bypass without authentication. User interaction is required, reducing opportunistic exploitation but not eliminating it in social engineering or enterprise scenarios.

Business impact

For enterprises, this vulnerability primarily affects integrity controls rather than confidentiality. Users may be redirected to unauthorized sites, credential-harvesting pages, or malicious content despite browser policies intended to block such navigation. In environments with locked-down browser policies (common in regulated industries), this bypass undermines security posture. The requirement for network positioning and user interaction limits mass-scale impact, but organizations with guest Wi-Fi, BYOD programs, or users on untrusted networks face elevated risk. Attackers could use this to socially engineer employees, intercept workflows, or facilitate phishing attacks that policy-restricted browsers would otherwise block.

Affected systems

Google Chrome on Windows, macOS, and Linux systems prior to version 150.0.7871.47 are vulnerable. While the vulnerability description specifies Chrome, the vendor/product data lists multiple operating systems. This reflects that Chrome runs across these platforms and the patch availability depends on the OS-specific Chrome release cycle. Users should verify patch availability for their specific OS-Chrome combination, as macOS and Linux distributions may follow different release schedules.

Exploitability

Exploitation requires network access and user interaction, placing it in the moderate exploitability range. An attacker must be positioned to serve or intercept traffic (man-in-the-middle scenario) and then trick or socially engineer a user into visiting a malicious page. There is no remote code execution, privilege escalation, or data exfiltration—the attacker's goal is to bypass navigation policy to expose the user to secondary attacks. The barrier to exploitation is non-trivial for opportunistic attackers but relatively straightforward for targeted campaigns against employees on unprotected networks. As of publication, there is no evidence of active weaponization (KEV status: not yet included), but the technical mechanics are well-understood given Chrome's open-source nature.

Remediation

Update Google Chrome to version 150.0.7871.47 or later on all affected systems. The patch restores proper policy enforcement in the network layer to prevent policy bypass. Organizations should prioritize updates on systems used by remote workers, BYOD devices, and users accessing sensitive applications, as these cohorts are most exposed to untrusted networks. Verify patch availability through your OS vendor's Chrome channel (official Google releases, Microsoft Store, macOS App Store, or Linux repositories) to ensure you receive the signed, official update.

Patch guidance

Deploy Chrome 150.0.7871.47 or newer via your standard patch management process. On Windows, updates can be enforced through Group Policy (google/policies) or managed through endpoint management platforms. macOS users should update through System Preferences > About or wait for automatic background updates. Linux users should update through their distribution's package manager (apt, yum, etc.). Verify the version number in chrome://settings/help or the About menu after patching. For organizations requiring verified patches, consult Google's official security release notes; do not rely on third-party version announcements.

Detection guidance

Monitor for anomalous browser navigation patterns, particularly to unexpected or policy-restricted domains from users on guest or untrusted networks. While log-level detection of this specific bypass is challenging (it occurs within the browser's rendering engine), behavioral anomalies—such as sudden access to blocked categories or authentication attempts on unintended sites—may indicate compromise or exploitation. Network-level controls (DNS filtering, proxy policies) remain effective as a complementary layer. For incident response, correlate browser policy violations with network telemetry to identify when users on the same network accessed suspicious pages around the same time.

Why prioritize this

CVSS 6.5 (Medium) reflects the integrity-focused impact and requirement for network positioning plus user interaction. However, the vulnerability warrants timely patching because: (1) it directly undermines browser-based security policies in regulated and high-security environments; (2) it's a stepping stone for phishing and social engineering campaigns; (3) Chrome's ubiquity means widespread exposure; and (4) remote workers on untrusted networks are particularly vulnerable. This is not a zero-day emergency requiring out-of-cycle patching, but should be prioritized within your standard patch cycle (1–2 weeks for critical systems, 2–4 weeks for general endpoints).

Risk score, explained

The CVSS 3.1 score of 6.5 (Medium) is driven by: (1) Network attack vector (AV:N)—attacker must be positioned on the network; (2) Low attack complexity (AC:L)—the crafted HTML is straightforward to construct; (3) No privilege required (PR:N); (4) User interaction required (UI:R)—click or page interaction; (5) No confidentiality impact (C:N)—data is not directly exposed; (6) High integrity impact (I:H)—navigation policy is circumvented; (7) No availability impact (A:N). The score appropriately reflects a policy-bypass vulnerability that enables secondary attacks but does not directly compromise data or availability.

Frequently asked questions

Can this vulnerability be exploited remotely without being on the same network?

No. The attack vector requires the attacker to be in a privileged network position—typically meaning the same local network (Wi-Fi), a compromised ISP node, or a man-in-the-middle position on a routing path. Remote exploitation from the public Internet is not feasible given the network positioning requirement.

Will updating Chrome to 150.0.7871.47 fully protect my organization?

Yes, provided you deploy the patch across all affected systems. However, other security measures—such as network-level DNS filtering, proxy policies enforcing web categories, and security awareness training on phishing—should remain in place as defense-in-depth controls.

What if we cannot immediately update Chrome due to compatibility or testing requirements?

Implement compensating controls: restrict access to untrusted networks (corporate Wi-Fi only), enforce VPN usage for remote workers, and deploy network-level content filtering to block known malicious domains. Additionally, monitor browser events for policy violations and educate users to avoid clicking suspicious links.

Is this vulnerability exploited in the wild or only theoretical?

As of the publication date, there is no evidence of active exploitation in the wild, and the vulnerability is not yet on the Cybersecurity and Infrastructure Security Agency's Known Exploited Vulnerabilities (KEV) catalog. However, the technical requirements are straightforward enough that defenders should not assume they have unlimited time; apply patches within your standard patch cadence.

This analysis is based on public information available as of the vulnerability publication date (2026-06-30). Patch availability, exploitation trends, and threat actor activity may evolve. Verify all patch version numbers and availability through official vendor channels (Google Chrome release notes, OS vendor advisories) before deploying. SEC.co makes no warranty regarding the completeness or real-time accuracy of this advisory; use it as one input in your organization's vulnerability management process alongside vendor advisories and threat intelligence feeds. Treat this as educational content, not a substitute for your own risk assessment. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).