Description
Insufficient policy enforcement in Workers in Google Chrome prior to 149.0.7827.53 allowed a remote attacker who had compromised the renderer process to bypass same origin policy via a crafted HTML page. (Chromium security severity: Medium)
Published: 2026-06-04
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the policy enforcement for Workers in Google Chrome allows an attacker who has already compromised the renderer process to bypass the browser’s same‑origin policy by serving a specially crafted HTML page. The impact is that the attacker can read or modify data that should be confined to a different origin, effectively leaking sensitive information or injecting hostile content. The weakness represents an improper access control violation, allowing cross‑origin access that the browser was designed to block.

Affected Systems

Google Chrome browsers running any version prior to 149.0.7827.53 are affected. The vulnerability is specific to the rendering process where Workers are created, and no other Google products or vendor platforms are listed as impacted.

Risk and Exploitability

The vulnerability carries a CVSS score of 6.5, indicating medium severity according to Chromium’s internal assessment. The EPSS score is <1%, suggesting a very low probability of exploitation, and the issue is not listed in CISA’s KEV catalog, indicating it is not known to be actively exploited at the time of this analysis. The likely attack vector requires an attacker to first compromise the renderer process, which typically means that the attacker already has some foothold on the system. Once that foothold is present, the attacker can load a malicious HTML page that creates a Worker and then use the bypassed same‑origin policy to access data from another origin. Because the privilege escalation is limited to the renderer sandbox, the damage is confined to browser‑based data, though it can still expose credentials, cookies, or other sensitive information.

Generated by OpenCVE AI on June 7, 2026 at 14:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Google Chrome to version 149.0.7827.53 or later as soon as the update is available.
  • If an immediate browser upgrade is not possible, consider disabling the creation of Workers for untrusted origins using Chrome policies or extensions that block the worker API until the fix is applied.
  • Enforce system‑sandbox boundaries and monitor for compromised renderer processes to prevent the exploitation from affecting other applications or system resources.

Generated by OpenCVE AI on June 7, 2026 at 14:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6325-1 chromium security update
History

Sun, 07 Jun 2026 12:15:00 +0000

Type Values Removed Values Added
Title chromium-browser: Insufficient policy enforcement in Workers
Weaknesses CWE-346
References
Metrics threat_severity

None

threat_severity

Moderate


Fri, 05 Jun 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Apple
Apple macos
Linux
Linux linux Kernel
Microsoft
Microsoft windows
CPEs cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*
cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*
cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*
Vendors & Products Apple
Apple macos
Linux
Linux linux Kernel
Microsoft
Microsoft windows

Fri, 05 Jun 2026 17:15:00 +0000

Type Values Removed Values Added
Title Same Origin Policy Bypass through Workers in Chrome

Fri, 05 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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

ssvc

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


Fri, 05 Jun 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Fri, 05 Jun 2026 07:00:00 +0000

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

Fri, 05 Jun 2026 05:15:00 +0000

Type Values Removed Values Added
Title Same Origin Policy Bypass through Workers in Chrome
Weaknesses CWE-200
CWE-284

Thu, 04 Jun 2026 23:15:00 +0000

Type Values Removed Values Added
Description Insufficient policy enforcement in Workers in Google Chrome prior to 149.0.7827.53 allowed a remote attacker who had compromised the renderer process to bypass same origin policy via a crafted HTML page. (Chromium security severity: Medium)
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-06-05T15:33:35.059Z

Reserved: 2026-06-04T17:10:45.629Z

Link: CVE-2026-11197

cve-icon Vulnrichment

Updated: 2026-06-05T14:50:34.058Z

cve-icon NVD

Status : Analyzed

Published: 2026-06-04T23:17:26.830

Modified: 2026-06-05T20:42:47.770

Link: CVE-2026-11197

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-06-02T00:00:00Z

Links: CVE-2026-11197 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-07T15:00:13Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control

  • CWE-346

    Origin Validation Error