Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Remote crafted page needs no auth (PR:N) but requires the user to visit it (UI:R); the sandbox escape crosses a trust boundary (S:C) with total memory-corruption impact (C/I/A:H).
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Out of bounds read and write in Dawn in Google Chrome prior to 150.0.7871.46 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)
AnalysisAI
Sandbox escape in Google Chrome's Dawn WebGPU implementation prior to 150.0.7871.46 lets a remote attacker use a crafted HTML page to trigger an out-of-bounds read and write, potentially breaking out of the renderer sandbox. Rated Critical by Chromium with a CVSS of 9.6 (scope-changed), it requires the victim to visit a malicious page but no authentication. There is no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
Dawn is Chromium's open-source implementation of the WebGPU standard, translating web-facing GPU API calls into native graphics backends (Vulkan, Metal, D3D12). Because WebGPU exposes low-level buffer and command handling to untrusted JavaScript, memory-safety bugs here are especially dangerous. The root cause is CWE-125 (Out-of-bounds Read), reported alongside an out-of-bounds write, indicating a bounds-checking failure in Dawn's handling of GPU resources or command buffers. An OOB read/write within the GPU process is a classic primitive for corrupting adjacent memory and escaping the renderer sandbox, consistent with the CVSS scope change (S:C). The affected component is the browser binary itself (cpe:2.3:a:google:chrome).
RemediationAI
Vendor-released patch: update Google Chrome to 150.0.7871.46 or later via the Stable channel (https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html); relaunch the browser to complete the update since Chrome does not apply the fix until restart. In managed environments, push the update through enterprise auto-update policies and verify the running version. As an interim compensating control before patching, WebGPU can be disabled to remove the vulnerable attack surface - set the chrome://flags/#enable-unsafe-webgpu flag off or block WebGPU via enterprise policy - at the cost of breaking GPU-accelerated web applications that rely on WebGPU. Downstream Chromium-based browsers should be updated to a build incorporating the fixed Dawn code.
Same weakness CWE-125 – Out-of-bounds Read
View allSame technique Buffer Overflow
View allVendor StatusVendor
SUSE
Severity: Critical| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41175
GHSA-g9cr-jqjw-cv33