Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Requires a prior renderer compromise (PR:H) and chaining a second bug plus a heap grooming primitive (AC:H); once achieved the sandbox escape changes scope with full impact.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Use after free in ANGLE in Google Chrome prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process 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) lets a remote attacker who has already compromised the renderer process break out of the browser sandbox via a crafted HTML page. Rated Chromium severity High with a CVSS 9.6, the flaw is a use-after-free (CWE-416) reported by Google's own Chrome team; a vendor patch is available. There is no public exploit identified at time of analysis and EPSS is low (0.29%), consistent with SSVC showing no known exploitation.
Technical ContextAI
The vulnerability lives in ANGLE (Almost Native Graphics Layer Engine), the translation layer Chromium uses to map WebGL/OpenGL ES calls onto the host platform's native graphics backend (Direct3D, Metal, Vulkan, or OpenGL). Because ANGLE handles GPU-facing commands originating from untrusted web content, memory-safety bugs here are prime sandbox-escape primitives. The root cause is CWE-416 (use-after-free): a heap object is freed while a dangling reference remains, and subsequent access to that stale pointer allows an attacker to corrupt memory. The single affected product per CPE is cpe:2.3:a:google:chrome, exploited through GPU-related code paths reachable from a crafted HTML page.
RemediationAI
Vendor-released patch: update Google Chrome to 151.0.7922.72 or later, per the Chrome Stable channel update (https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html); Chrome's auto-update will apply this on relaunch, so ensure users fully restart the browser to load the new binary. As an interim compensating control before updating, you can reduce the attack surface by disabling hardware/GPU acceleration (chrome://settings 'Use graphics acceleration when available' off, or the --disable-gpu / disable-accelerated-2d-canvas flags), which limits the ANGLE code paths reachable from web content - with the trade-off of degraded rendering performance and potential breakage of WebGL/GPU-dependent sites. Enterprises can also enforce update via the ChromeVersion/relaunch-notification management policies to guarantee the fixed build is deployed.
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-50830
GHSA-r445-3fv9-v4hx