Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Remote, low-complexity, unauthenticated but requires visiting a page (UI:R); the memory-corruption sandbox escape crosses the renderer trust boundary (S:C) with total C/I/A impact.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Out of bounds write in Tint 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: High)
AnalysisAI
Sandbox escape in Google Chrome's Tint WebGPU shader compiler affects all Desktop builds prior to 150.0.7871.46, where a crafted HTML page triggers an out-of-bounds write (CWE-787) that a remote attacker can leverage to break out of the renderer sandbox. Reported internally by the Chrome team and rated High by Chromium, the flaw carries a CVSS 9.6 due to its scope-changing memory-corruption impact, but there is no public exploit identified at time of analysis and CISA's SSVC records exploitation status as none. A vendor patch is already available, so the practical priority is rapid browser updating rather than emergency mitigation.
Technical ContextAI
Tint is the shader-language compiler inside Chrome's Dawn/WebGPU stack that translates WGSL (WebGPU Shading Language) supplied by web content into the intermediate and backend representations used by the GPU. Because WebGPU exposes this compilation path to untrusted JavaScript/HTML, a malformed shader or GPU workload can reach parsing/codegen logic in Tint. The root cause is classified as CWE-787 (Out-of-bounds Write): the compiler writes past the bounds of an allocated buffer, corrupting adjacent memory. The affected component identified by CPE cpe:2.3:a:google:chrome is the Chrome desktop browser; the scope-change flag (S:C) in the CVSS vector reflects that a successful write in the sandboxed renderer/GPU process can be chained into a sandbox escape, crossing the trust boundary Chrome relies on to contain web content.
RemediationAI
Vendor-released patch: update Google Chrome to 150.0.7871.46 or later on all Desktop platforms; the fix is delivered via the Stable Channel update announced at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html, and users should relaunch the browser to apply it (verify via chrome://settings/help). For managed fleets, push the updated build through enterprise update policies and confirm the minimum version. Where immediate updating is not possible, a targeted compensating control is to disable WebGPU (turn off the 'Unsafe WebGPU' flag at chrome://flags and, on managed devices, the WebGPU-related enterprise policies) to remove access to the vulnerable Tint compilation path; the trade-off is that WebGPU-dependent web applications will lose acceleration or fail to function. Restricting browsing to trusted sites and keeping site isolation enabled (default) further limits exposure until the update is deployed.
Same weakness CWE-787 – Out-of-bounds Write
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-41185
GHSA-3gwq-6p88-8h45