Description
Insufficient validation of untrusted input in Workers in Google Chrome prior to 151.0.7922.109 allowed a remote attacker who had compromised the renderer process to bypass site isolation via a crafted HTML page. (Chromium security severity: High)
Published: 2026-08-06
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An input validation flaw in Chrome Workers allows an attacker who has already compromised a renderer process to craft an HTML page that bypasses site isolation. The vulnerability is a classic example of CWE‑20, insufficient bounds checking or input validation. Additionally, CWE‑807 indicates improper isolation of renderer processes, which is exploited by the site isolation bypass. Because site isolation is designed to keep renderer processes separate, the bypass can let the attacker gain higher privileges and potentially access data or control other tabs that were otherwise isolated. The Chromium team rated the severity of this flaw as high.

Affected Systems

The weakness affects Google Chrome versions that precede the 151.0.7922.109 release. The update published on August 1, 2026 addresses the input validation flaw in Workers, restoring proper site isolation enforcement. Users running Chrome 151.0.7922.108 or earlier are at risk.

Risk and Exploitability

The EPSS score is < 1%, and the vulnerability is not listed in the CISA KEV catalog. However, the flaw has a high internal severity rating and requires that an attacker already has a foothold in the renderer process to create the crafted HTML page. This suggests the attack vector is a local or session-based compromise that escalates via a browser‑level exploit rather than a purely remote attack. The low EPSS score of < 1% indicates a low probability of exploitation, but the high severity and the nature of the flaw still warrant a quick patch.

Generated by OpenCVE AI on August 13, 2026 at 13:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Chrome version 151.0.7922.109 or newer, ensuring that the fix for the Workers input validation flaw is in place.
  • Verify that automatic updates are enabled in Chrome; if not, configure group policy or enterprise policy to enforce frequent updates for all endpoints.
  • If immediate update is not feasible, implement a temporary restriction that blocks the creation of Web Workers from arbitrary origins using a browser extension or policy that limits worker URLs.

Generated by OpenCVE AI on August 13, 2026 at 13:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4728-1 chromium security update
Debian DSA Debian DSA DSA-6422-1 chromium security update
History

Thu, 13 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Title chromium-browser: Google Chrome: Site isolation bypass via insufficient input validation in Workers
Weaknesses CWE-807
References
Metrics threat_severity

None

threat_severity

Important


Fri, 07 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Title Chrome Workers Input Validation Weakness Enables Site Isolation Bypass

Fri, 07 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 07 Aug 2026 00:45:00 +0000

Type Values Removed Values Added
First Time appeared Google
Google chrome
Vendors & Products Google
Google chrome

Fri, 07 Aug 2026 00:30:00 +0000

Type Values Removed Values Added
Title Chrome Workers Input Validation Weakness Enables Site Isolation Bypass

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description Insufficient validation of untrusted input in Workers in Google Chrome prior to 151.0.7922.109 allowed a remote attacker who had compromised the renderer process to bypass site isolation via a crafted HTML page. (Chromium security severity: High)
Weaknesses CWE-20
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-08-07T17:07:43.543Z

Reserved: 2026-08-06T16:51:48.233Z

Link: CVE-2026-19153

cve-icon Vulnrichment

Updated: 2026-08-07T17:07:30.422Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-06T22:16:57.547

Modified: 2026-08-07T20:09:30.407

Link: CVE-2026-19153

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-06T20:33:49Z

Links: CVE-2026-19153 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T14:00:04Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-807

    Reliance on Untrusted Inputs in a Security Decision