CVE-2026-15130: Chrome Site Isolation Bypass – Patching Guidance
Google Chrome versions before 150.0.7871.115 contain a flaw in how the browser enforces navigation policies that could allow an attacker to bypass the site isolation security feature. Site isolation is a critical Chrome security boundary that prevents malicious websites from accessing data belonging to other sites. An attacker could exploit this by crafting a malicious HTML page and tricking a user into visiting it, potentially allowing unauthorized access to sensitive information from other websites the user is logged into.
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:L/I:N/A:N
- Weaknesses (CWE)
- CWE-602
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-07-08 / 2026-07-09
NVD description (verbatim)
Insufficient policy enforcement in Navigation in Google Chrome prior to 150.0.7871.115 allowed a remote attacker to bypass site isolation via a crafted HTML page. (Chromium security severity: High)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
The vulnerability stems from insufficient policy enforcement within Chrome's Navigation component. Site isolation, introduced to prevent cross-site data theft, relies on strict enforcement of navigation policies to maintain process boundaries between sites. This flaw allows a remote attacker to circumvent those protections through a specially crafted HTML page, without requiring elevated privileges or complex user interaction beyond visiting a malicious URL. The Chromium security team classified this as High severity in their internal assessment, reflecting the potential for cross-site information disclosure.
Business impact
Site isolation bypass creates direct exposure to credential theft and sensitive data exfiltration. For organizations where employees access high-value web applications (SaaS platforms, internal portals, financial systems), a compromised browsing session could lead to unauthorized access to business-critical information. The attack requires user interaction but no special network positioning, making it a feasible vector against targeted users or broad phishing campaigns. Data loss, compliance violations, and remediation costs are the primary business concerns.
Affected systems
Google Chrome browser installations prior to version 150.0.7871.115 are vulnerable. This includes all Chrome variants (stable, extended) on Windows, macOS, Linux, iOS, and Android running older builds. Organizations relying on Chrome as a standard browser, particularly in security-sensitive roles, should prioritize inventory and patching. ChromeOS devices also run the Chrome engine and require corresponding security updates.
Exploitability
Exploitability is straightforward: an attacker needs only to craft an HTML page and deliver it to a user, typically via email, social engineering, or malicious advertising. No user technical sophistication is required beyond following a link. The attack surface is wide because the flaw exists in core navigation logic. However, the vulnerability requires active user engagement (visiting the malicious page) rather than being triggered passively. There is no evidence this flaw is currently leveraged in widespread attacks, as it is not listed in the CISA Known Exploited Vulnerabilities catalog.
Remediation
Update Google Chrome to version 150.0.7871.115 or later. Users should enable automatic updates if not already configured. Organizations should verify deployment through Chrome management policies and mobile device management solutions. For enterprise deployments, validate update completion via policy reporting before considering remediation complete. No workarounds are available; patching is the only mitigation.
Patch guidance
Chrome auto-updates are typically delivered within days of release. Verify your installed version at chrome://version/. Enterprise administrators should deploy via Chrome Enterprise update channels, confirming version 150.0.7871.115 or newer across all managed devices. Organizations using managed Chrome policies can enforce minimum version requirements to prevent use of vulnerable builds. On Android and iOS, updates are delivered through the respective app stores; ensure your organization's mobile device management system permits or enforces timely app updates.
Detection guidance
Monitor Chrome version distributions in your environment to identify stragglers on pre-150.0.7871.115 builds. Network-based detection is unlikely to be reliable without behavioral context; focus on asset inventory and version enumeration. Endpoint Detection and Response tools with browser telemetry can flag outdated Chrome instances. For incident response, examine browser history and cache for unexpected cross-site navigation patterns or signs of credential compromise following suspicious browsing activity. Log authentication systems for anomalous login sources or timing around the vulnerability publication date.
Why prioritize this
Although the CVSS score is moderate (4.3), the practical impact of site isolation bypass justifies urgent attention. Site isolation is a foundational Chrome security feature; its circumvention directly enables credential and data theft. The wide attack surface (any HTML page), low barrier to user interaction, and potential for targeted attacks against high-value users make this a priority above its CVSS rating. Organizations with sensitive web application usage should patch within days, not weeks. The absence from the KEV list does not lower priority; it reflects current threat intelligence, not the absence of risk.
Risk score, explained
The CVSS 3.1 score of 4.3 (MEDIUM) reflects low attack complexity, no privilege requirement, and user interaction needed, but limited scope (single user's confidentiality). The score underrepresents the security boundary violation because CVSS does not fully weight the loss of site isolation as a defense-in-depth layer. Real-world impact depends on what the targeted user accesses; compromise of a user with high-privilege SaaS accounts or access to sensitive portals elevates risk considerably. Recommend contextual risk scoring based on user roles and accessed applications.
Frequently asked questions
Will updating Chrome disrupt my workflows or require a restart?
Chrome auto-updates are designed to minimize disruption. Updates are typically staged in the background, and Chrome will prompt you to relaunch—usually at the next browser restart. No data loss occurs, and open tabs can be restored. Enterprise deployments can schedule updates during maintenance windows if needed.
Is my data automatically compromised if I visit a malicious page?
No. The vulnerability allows a potential attacker to bypass site isolation, but exploitation still requires crafting a specific HTML payload and delivering it to a user. Simply visiting a page does not guarantee compromise; however, if you visit a page while logged into sensitive services (email, banking, SaaS apps), an attacker could potentially access those resources without your knowledge. Updating closes this window entirely.
Does this vulnerability affect Chrome on mobile devices?
Yes. Chrome on Android and iOS before 150.0.7871.115 is vulnerable. Update via the Google Play Store (Android) or Apple App Store (iOS). Organization-managed devices should enforce updates through mobile device management policies.
What should I do if I suspect I've been compromised?
Change passwords for high-value accounts (email, banking, corporate services) from a clean device. Monitor those accounts for unauthorized activity (login alerts, password changes, data access). Review account activity logs and consider enabling multi-factor authentication if not already active. For organizational incidents, engage your security team and consider credential reset campaigns for affected users.
This analysis is based on publicly disclosed vulnerability details current as of the publication date. Patch versions and update availability should be verified directly with Google's official security advisories. This summary does not constitute legal advice or a guarantee against exploitation. Organizations should assess risk within their own threat model, user base, and asset criticality. Timelines for updates and deployment are recommendations; consult your internal security policy and change management procedures before deploying updates. Source: NVD (public-domain), retrieved 2026-08-17. 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