CVE-2026-14007: Chrome Permissions Policy Bypass – Patch v150.0.7871.47
Google Chrome versions before 150.0.7871.47 contain a flaw in how it enforces the Permissions Policy—a security feature that controls what browser capabilities (like camera, microphone, geolocation) web pages can access. An attacker can craft a malicious HTML page that tricks the browser into allowing navigation or access that should have been blocked by policy. The vulnerability requires user interaction (clicking a link or opening the page), but once triggered, it can bypass navigation restrictions that administrators or page developers intended to enforce.
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
- 1 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Insufficient policy enforcement in PermissionsPolicy 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: Medium)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-14007 is a policy enforcement bypass in Chrome's PermissionsPolicy implementation. The vulnerability stems from insufficient validation when evaluating navigation requests against active permission policies. An attacker-controlled HTML document can be crafted to trigger a code path where the policy evaluation logic fails to correctly deny navigation to restricted origins or frames. The root cause maps to CWE-602 (Client-Side Enforcement of Server-Side Security), indicating the browser's client-side policy enforcement mechanism lacks proper rigor. The Chromium project assigned this a Medium severity rating; the CVSS 3.1 score of 6.5 reflects the network-reachable attack vector, low complexity, requirement for user interaction, and integrity impact without confidentiality or availability compromise.
Business impact
This flaw could allow attackers to circumvent navigation policies meant to protect users from malicious or untrusted content. In enterprise environments where Permissions Policy is used to restrict employee access to certain domains or enforce navigation rules, successful exploitation could lead to unauthorized navigation, potential credential harvesting, or social engineering attacks. The integrity impact suggests attackers might alter the intended navigation flow or trick users into visiting unintended destinations. Organizations relying on Permissions Policy as part of their content security posture should treat this as a control gap until patching is complete.
Affected systems
This vulnerability affects Google Chrome installations running versions prior to 150.0.7871.47. All platforms running vulnerable Chrome versions—Windows, macOS, Linux, Android, and iOS—are in scope. The vulnerability is user-triggered, so only Chrome instances that load attacker-controlled HTML pages are at immediate risk. Organizations with Chrome as a standard browser or developers who rely on Permissions Policy for security controls should prioritize inventory and patching efforts.
Exploitability
Exploitation is straightforward: an attacker crafts an HTML page that leverages the policy enforcement gap and hosts it on the web or embeds it in a phishing email. When a user with a vulnerable Chrome version visits or is redirected to that page, the attack triggers automatically upon interaction (e.g., clicking a link). No special user privileges, authentication bypass, or complex configuration is required. The network-accessible attack vector and low complexity mean widespread exploitation is feasible, though the requirement for user interaction (opening a page, clicking a link) raises the bar slightly compared to fully automatic attacks. As of the published date, this vulnerability is not on the CISA Known Exploited Vulnerabilities (KEV) catalog, suggesting either no public exploits have been released or weaponized in the wild, or the threat is still emerging.
Remediation
Users and administrators should update Google Chrome to version 150.0.7871.47 or later as soon as practical. Chrome's auto-update mechanism should deliver patches within days for most users, but manual verification is prudent for critical environments. Organizations managing Chrome through enterprise deployment tools should prepare and test the patch in a staging environment before rolling out broadly. Interim mitigations are limited; however, user awareness training to avoid clicking suspicious links and blocking known attacker domains at the network level can reduce exposure while patching is underway.
Patch guidance
Google Chrome will deliver version 150.0.7871.47 or later through its standard auto-update channel. For enterprise deployments, consult your organization's Chrome management console (Google Admin, Microsoft Intune, or equivalent) to track and deploy the update to all managed devices. Verify completion by checking the About Chrome page (chrome://about) to confirm the installed version. For organizations with restricted auto-update policies, manually download the latest Chrome installer from Google's official channels. Test the patch in a non-production environment first, especially if Permissions Policy configurations are critical to your security model.
Detection guidance
Detection of exploitation is challenging post-facto, as successful attacks leave minimal forensic traces in Chrome's local logs. However, monitor for suspicious navigation patterns: users unexpectedly accessing restricted domains, cross-origin frame navigations that should have been blocked, or repeated visits to pages known to host policy-bypass payloads. Consider deploying a web application firewall (WAF) or DNS filtering to block known attacker infrastructure. On the endpoint, monitor Chrome process activity for unusual child process spawning or network connections initiated from the browser. Threat intelligence feeds may eventually tag malicious domains exploiting this flaw; integrate those into your detection workflows.
Why prioritize this
This vulnerability merits prompt patching due to its network-reachable attack vector, low complexity, and potential for widespread exploitation. While not yet listed as actively exploited in the wild, the Medium CVSS score and policy-bypass nature make it a meaningful security control gap. For organizations where Permissions Policy is a key part of content security architecture, this is a high-priority fix. For general users and organizations without explicit Permissions Policy dependencies, it should still be patched within the standard Chrome update cycle (typically 1–2 weeks after release), but it is not an emergency that requires immediate out-of-band deployment.
Risk score, explained
The CVSS 3.1 score of 6.5 (Medium) reflects: (1) Network-accessible attack vector—attacker can exploit remotely via a crafted HTML page; (2) Low attack complexity—no special conditions or configuration bypass needed; (3) User interaction required—user must open or interact with the malicious page; (4) Integrity impact—unauthorized navigation or policy bypass can alter expected behavior; (5) No confidentiality or availability impact—the flaw does not leak data or crash the browser. The Medium severity appropriately balances the ease of exploitation against the limited scope of impact (navigation/integrity only, not RCE or data theft).
Frequently asked questions
Does this vulnerability allow remote code execution or data theft?
No. CVE-2026-14007 is limited to bypassing navigation policies. It does not result in code execution, memory corruption, or access to sensitive data. The integrity impact means an attacker can trick the browser into navigating to an unintended destination or allowing a navigation that should have been blocked, but not steal browsing history, passwords, or cookies.
Do I need to patch immediately, or can I wait for Chrome's next regular update cycle?
Patching within the regular Chrome auto-update cycle (typically 1–2 weeks) is appropriate for most users and organizations. However, if your organization heavily relies on Permissions Policy for security controls, prioritize testing and deployment of version 150.0.7871.47 or later within a few days. There is no indication of active in-the-wild exploitation as of the CVE publication date, so an emergency patch is not warranted unless your threat model identifies imminent risk.
What is Permissions Policy, and why does it matter for my organization?
Permissions Policy (formerly Feature Policy) is a browser security mechanism that allows web developers and administrators to enable or disable specific browser capabilities (camera, microphone, geolocation, payment APIs, etc.) on a per-page or per-frame basis. Organizations use it to restrict employees from accessing unauthorized domains or features. This vulnerability breaks that enforcement, so if you rely on Permissions Policy as part of your security controls, you should treat it as a control gap until patching is complete.
Is this vulnerability on the CISA KEV catalog?
No, as of the published date (June 30, 2026), this vulnerability is not listed on the CISA Known Exploited Vulnerabilities catalog. This suggests either no public exploits have been released yet or the threat has not been widely weaponized. However, absence from the KEV catalog does not mean the flaw is unexploitable or unimportant; it warrants timely patching as a precaution.
This analysis is provided for informational purposes and reflects publicly available information as of the CVE publication date. Patch version numbers, CVSS scores, and KEV status are based on authoritative vendor disclosures and NIST/CISA databases. Organizations should verify compatibility and performance of patches in their environment before broad deployment. No exploit code or weaponized proof-of-concept is provided. Security decisions should account for your organization's specific risk profile, asset inventory, and threat landscape. 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