Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Network-delivered via a crafted page (AV:N, UI:R, PR:N) with a renderer-to-host scope change; AC:H because reliable use-after-free sandbox escapes require precise heap grooming.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in ANGLE in Google Chrome 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)
AnalysisAI
Sandbox escape in Google Chrome's ANGLE graphics layer (versions prior to 151.0.7922.72) allows a remote attacker to break out of the renderer sandbox via a crafted HTML page, leveraging a use-after-free memory-corruption bug. Google rates the Chromium severity High and the CVSS is 9.6 due to the scope change from sandboxed renderer to host. There is no public exploit identified at time of analysis and the EPSS exploitation probability is low (0.21%, 11th percentile), consistent with CISA SSVC recording no known exploitation.
Technical ContextAI
The flaw lives in ANGLE (Almost Native Graphics Layer Engine), Chrome's translation layer that maps OpenGL ES / WebGL calls onto the host platform's native graphics API (Direct3D, Metal, Vulkan, or desktop GL). Because ANGLE processes attacker-influenced GPU commands originating from web content, a memory-safety defect here is reachable from any rendered page. The root cause is CWE-416 (Use After Free): an object is freed while a dangling reference remains, and subsequent access to that freed memory can corrupt the heap. In Chrome's multi-process model this component runs with enough privilege that corrupting it can pivot out of the renderer, which is why the CVSS scope is marked Changed (S:C).
RemediationAI
Vendor-released patch: update Google Chrome to 151.0.7922.72 or later on the Stable channel per the Chrome release advisory (https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html); most environments receive this via Chrome's automatic updater, so verify the update actually applied and relaunch the browser to complete it, since Chrome does not swap the running binary until restart. In managed fleets, push the update through your enterprise policy/MDM and confirm version compliance. As an interim compensating control before patching, you can reduce ANGLE/WebGL attack surface by disabling hardware acceleration or WebGL (chrome://settings or the WebGLDisabled / policy controls) - trade-off: this degrades graphics performance and breaks WebGL/3D content and some video features. Users of other Chromium-based browsers should apply the equivalent vendor update once released.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
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-50844
GHSA-p4j8-jw78-gvc8