Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Remote via crafted page with no auth but required user interaction; AC:H reflects the non-trivial memory-corruption exploitation and 'potential' escape, with scope change and full impact on success.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Out of bounds write in ANGLE in Google Chrome on Windows prior to 151.0.7922.72 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
Articles & Coverage 1
AnalysisAI
Sandbox escape in Google Chrome on Windows (versions prior to 151.0.7922.72) stems from an out-of-bounds write in ANGLE, Chrome's graphics abstraction layer, letting a remote attacker who lures a victim to a crafted HTML page potentially break out of the renderer sandbox. Google rates the Chromium severity High and a fix is available in the Stable channel, but there is no public exploit identified at time of analysis and the EPSS probability is low (0.29%, 21st percentile). Exploitation requires user interaction (visiting a page) and, per the CVSS scope-change vector, success would elevate impact beyond the initially compromised component.
Technical ContextAI
ANGLE (Almost Native Graphics Layer Engine) is the translation layer Chrome uses to map WebGL/OpenGL ES calls onto native backends such as Direct3D on Windows, making it directly reachable from untrusted web content via JavaScript/WebGL. The root cause is CWE-787 (Out-of-bounds Write): a memory-corruption condition where the code writes past the bounds of an allocated buffer, typically due to an unchecked index or length in graphics command/geometry processing. Because ANGLE runs in a context bridging the sandboxed renderer and lower-level graphics drivers, a controlled OOB write here is a classic primitive for corrupting adjacent memory and pivoting toward a sandbox escape. The affected component is identified by CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*, limited to the Windows platform per the description.
RemediationAI
Vendor-released patch: update Google Chrome to 151.0.7922.72 or later on Windows via the Stable channel; the fix is confirmed available per Google's advisory at https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html. Trigger 'Help > About Google Chrome' to force the update and fully relaunch the browser so the new binary loads, then verify enterprise fleets via your management console/GPO. Until patched, the practical compensating control is to reduce the attack surface of the vulnerable ANGLE/WebGL path - for example disabling hardware acceleration or restricting WebGL (chrome://flags or enterprise policies), which lowers exposure but degrades graphics performance and may break WebGL-dependent sites; avoid untrusted sites and consider strict site isolation and content filtering. Chromium-based browsers should be updated to builds that incorporate the equivalent ANGLE fix.
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 Leap 16.0 | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50817
GHSA-4c2c-vwch-6hm8