HIGH 8.1

CVE-2026-13806: Chrome Site Isolation Bypass via Accessibility Vulnerability

Google Chrome versions before 150.0.7871.47 contain a vulnerability in its Accessibility feature that allows an attacker to break out of the browser's site isolation sandbox. Site isolation is Chrome's defense mechanism that keeps different websites in separate processes so that a compromised website cannot steal data from other sites. This vulnerability requires two conditions: the attacker must first compromise the renderer process (the part of Chrome that runs website code), and the user must visit a malicious HTML page. If both occur, the attacker can bypass site isolation to access data from other open websites.

Source data · NVD / CISA · public domain

CVSS
3.1 · 8.1 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
Weaknesses (CWE)
CWE-20
Affected products
1 configuration(s)
Published / Modified
2026-06-30 / 2026-07-02

NVD description (verbatim)

Insufficient validation of untrusted input in Accessibility in Google Chrome prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process 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 input validation in Chrome's Accessibility subsystem (CWE-20). An attacker with control over the renderer process can craft a malicious HTML page that exploits this validation gap to escape site isolation boundaries. Site isolation operates as a trust boundary in Chrome's architecture; when this boundary is breached, the security model that prevents cross-site data leakage fails. The attack requires renderer-level compromise as a prerequisite, meaning the attacker must already have code execution within Chrome's sandbox, but the vulnerability then allows lateral movement to other isolated sites.

Business impact

For enterprises, this vulnerability affects the confidentiality guarantees that Chrome's site isolation provides. Users who are targets of sophisticated attacks—such as employees at high-value organizations—could have sensitive information stolen from one website while viewing another. The attack chain requires initial compromise of the renderer sandbox, so it is primarily a risk in targeted scenarios rather than mass exploitation. However, when combined with other vulnerabilities, it could enable complete information theft across multiple websites visited in the same browser session.

Affected systems

Google Chrome prior to version 150.0.7871.47 is affected across all operating systems that Chrome supports (Windows, macOS, Linux, Android, iOS). Any organization or individual using Chrome versions before the fixed release is at risk. Chrome's auto-update mechanism typically delivers patches within days, but devices with disabled updates or users who defer updates remain exposed.

Exploitability

Exploitability requires two sequential events: first, the renderer process must already be compromised through another vulnerability or attack vector; second, the user must visit a malicious HTML page while that compromise is active. The CVSS score of 8.1 reflects the high impact (confidentiality and integrity compromise) balanced against the non-trivial prerequisite of renderer compromise. This is not a trivial drive-by attack; it is a post-compromise technique for attackers who have already gained a foothold in the browser process. The user interaction requirement (UI:R) also implies social engineering or targeted delivery of the malicious page.

Remediation

Update Google Chrome to version 150.0.7871.47 or later. Chrome's automatic update system should deliver this patch to most users within a few days of release. Organizations can verify the installed version at chrome://version/ and manually trigger updates through Settings > About Google Chrome. For managed environments, administrators should use Chrome Enterprise policies to enforce automatic updates and verify compliance across their fleet.

Patch guidance

Verify that Chrome has updated to 150.0.7871.47 or later by navigating to chrome://version/. On macOS and Windows, restart Chrome or the system to complete the update if prompted. For Android, update through the Google Play Store. For iOS, update through the App Store. Enterprise administrators should confirm deployment via Chrome management console and monitor for successful rollout to all managed devices. If auto-update is disabled in your environment, manually deploy the patch through your software distribution system.

Detection guidance

Detection is challenging because the vulnerability operates within the browser's process model and requires pre-existing renderer compromise. Monitor for unusual process behavior in Chrome, such as unexpected child processes or system calls that suggest sandbox escape. Network detection is unlikely to reveal exploitation unless the malicious HTML is served from a monitored gateway. Focus instead on identifying initial renderer compromise through endpoint detection tools that monitor for code execution within browser processes. Retrospective detection of site isolation bypass would require browser forensics or memory analysis, which is impractical at scale.

Why prioritize this

This vulnerability should be patched promptly because it eliminates a critical defense mechanism in Chrome—site isolation—once the renderer is compromised. While the attack requires a prerequisite compromise, organizations with high-value targets (finance, defense, intelligence, media) should treat it as a priority. The high CVSS score and confidentiality impact justify rapid patching. However, it is not an emergency patch for all users; rather, it is a standard high-priority security update that should be deployed within your normal patch cycle (typically 1–2 weeks).

Risk score, explained

The CVSS 3.1 score of 8.1 (HIGH) is derived from: high confidentiality impact (the attacker can read data from other sites), high integrity impact (the attacker can modify data), low attack complexity (no special conditions beyond the prerequisite), network-based attack vector, and a user interaction requirement. The score does not account for the renderer compromise prerequisite, which would lower real-world exploitability; CVSS assumes the attacker can reach the vulnerable code. The severity reflects the gravity of breaking site isolation once an attacker has the required foothold.

Frequently asked questions

Do I need to update Chrome immediately, or can it wait?

Update within 1–2 weeks as part of your standard patch cycle. Chrome's auto-update mechanism will deploy the fix to most users automatically. However, if your organization is a high-value target or has detected renderer compromise attempts, prioritize the patch. The vulnerability itself is not mass-exploitable without prior compromise.

What is site isolation, and why does this vulnerability matter?

Site isolation is Chrome's security feature that runs each website in a separate operating system process. This prevents a compromised website from accessing data from other websites you have open. This vulnerability allows an attacker with renderer-level code execution to escape that isolation and steal data across sites. If site isolation is broken, the attacker can exfiltrate sensitive information from all websites in your browser at once.

Can I be infected by visiting a malicious website alone?

Not from this vulnerability in isolation. The attacker must first compromise the Chrome renderer process (through another vulnerability or attack), and then trick you into visiting a malicious HTML page. This is a post-compromise technique, not an entry-point attack. However, it amplifies the damage of prior browser compromises.

How do I know if my Chrome is up to date?

Go to chrome://version/ in your address bar. Look at the version number and confirm it is 150.0.7871.47 or higher. If Chrome shows an older version, go to Settings > About Google Chrome and click 'Update.' Chrome will check for updates and install them automatically in most cases.

This analysis is provided for informational purposes and represents SEC.co's interpretation of publicly available vulnerability data. We do not guarantee accuracy of derived analysis and recommend verification against official vendor advisories and CVE publications. Patch versions, dates, and technical details should be cross-referenced with Google's official Chrome release notes. This vulnerability summary does not constitute legal, compliance, or specific technical advice for your organization; consult your security team and vendor documentation for deployment decisions. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).