Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Remote crafted page needs user interaction (UI:R); a use-after-free sandbox escape causes a scope change (S:C) with full memory-control impact across C/I/A.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in ANGLE 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 ANGLE graphics layer prior to version 150.0.7871.46 lets a remote attacker break out of the renderer sandbox when a victim opens a crafted HTML page. Rated Critical by Chromium with a 9.6 CVSS score, the flaw is a use-after-free (CWE-416) requiring only that the target visit a malicious site. No public exploit or active exploitation is identified at time of analysis, and CISA's SSVC assessment lists exploitation as none.
Technical ContextAI
ANGLE (Almost Native Graphics Layer Engine) is the abstraction layer Chrome uses to translate WebGL and OpenGL ES calls to the platform's native graphics backend (Direct3D, Metal, Vulkan, or desktop GL). It runs in a highly-privileged position relative to the sandboxed renderer, making memory-corruption bugs in it valuable for sandbox escapes. The root cause is a use-after-free (CWE-416): memory is freed while a dangling reference remains reachable, so subsequent operations on that reference can be manipulated to corrupt heap state and gain code execution in the ANGLE/GPU context. The CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* confirms the affected product is the Google Chrome desktop browser across versions before the fix.
RemediationAI
Vendor-released patch: 150.0.7871.46 - upgrade Google Chrome to 150.0.7871.46 or later on all desktop platforms and relaunch the browser to apply the update (Chrome auto-updates but requires a restart to complete). Verify via the Stable channel advisory at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html. Users of Chromium-based browsers should apply their vendor's build incorporating the upstream fix. As an interim compensating control where immediate patching is not possible, restrict exposure by enforcing site isolation (default in Chrome) and consider disabling hardware-accelerated GPU/WebGL (chrome://settings - 'Use graphics acceleration when available'), which reduces the attack surface in ANGLE at the cost of degraded rendering performance and broken WebGL content; enterprise fleets can also deploy the update via managed policy to force the restart.
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 Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41196
GHSA-jcwp-jr96-x94x