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) but no privileges; a sandbox escape crosses a trust boundary (S:C) with total renderer memory-corruption impact (C/I/A:H).
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: High)
AnalysisAI
Sandbox escape in Google Chrome's ANGLE graphics component affects all desktop builds prior to 150.0.7871.46, where a use-after-free condition lets a remote attacker who lures a victim to a crafted HTML page potentially break out of the renderer sandbox. Chromium rates the severity High and a fixed stable-channel build is available, but SSVC records no observed exploitation and no public exploit identified at time of analysis. The high CVSS (9.6) is driven by the scope change inherent to sandbox escape rather than confirmed real-world abuse.
Technical ContextAI
ANGLE (Almost Native Graphics Layer Engine) is Chrome's graphics abstraction layer that translates OpenGL ES / WebGL calls into the platform's native GPU API (Direct3D, Metal, Vulkan, or desktop GL). Because ANGLE processes attacker-influenced WebGL/graphics content and straddles the boundary between the sandboxed renderer and lower-level GPU handling, memory-safety bugs here are especially valuable for sandbox escapes. The root cause is CWE-416 (Use After Free): an object is freed while a dangling reference remains, and subsequent access to that reference can corrupt memory and be leveraged for controlled code execution. The single affected CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*, and while Chrome itself is the named product, the same ANGLE code is shared by other Chromium-based browsers.
RemediationAI
Vendor-released patch: update Google Chrome to 150.0.7871.46 or later via the stable desktop channel, then relaunch the browser to apply the update, as documented at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html. Users of other Chromium-based browsers should apply their vendor's build that incorporates the equivalent ANGLE fix. Where immediate patching is not possible, exposure can be reduced by restricting browsing to trusted sites and by disabling hardware-accelerated graphics / WebGL (chrome://settings 'Use graphics acceleration when available', or enterprise policy 'HardwareAccelerationModeEnabled=false'), which lowers the attack surface in ANGLE at the cost of degraded graphics performance and broken WebGL-dependent web applications; this is a mitigation, not a substitute for the update.
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-41198
GHSA-vrq7-mpjq-fcxr