Severity by source
Sources disagree (Low–Critical)AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
AC:H because exploitation requires a pre-compromised renderer plus a crafted page; PR:N as no browser auth is needed and UI:R as the victim must load content; S:C with C/I/A:H reflect the sandbox escape into a more privileged process.
vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Use after free in ANGLE in Google Chrome prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Low)
AnalysisAI
Sandbox escape in Google Chrome's ANGLE graphics layer (versions prior to 150.0.7871.47) lets a remote attacker who has already compromised the renderer process break out of the browser sandbox via a crafted HTML page. The flaw is a use-after-free (CWE-416) and is second-stage: it is not directly exploitable from the open web without a prior renderer compromise. No public exploit has been identified at time of analysis, and its EPSS exploitation probability is low (0.17%, 7th percentile); notably, Google rated the Chromium security severity as Low despite the NVD CVSS of 9.6.
Technical ContextAI
ANGLE (Almost Native Graphics Layer Engine) is Chrome's graphics abstraction layer that translates OpenGL ES / WebGL API calls into the platform's native backend (Direct3D, Metal, Vulkan, or desktop GL). Because ANGLE sits in the GPU/renderer path and processes attacker-influenceable WebGL content, memory-safety bugs there are a recurring sandbox-escape surface. 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 - driven by a crafted HTML/WebGL page - allows memory corruption in a more privileged context. In Chrome's multi-process model the renderer is sandboxed, so a UAF reachable from a compromised renderer that touches the GPU/browser boundary can be leveraged to escape that sandbox.
RemediationAI
Vendor-released patch: update Google Chrome to 150.0.7871.47 or later on the Stable desktop channel, per the Chrome Releases advisory (https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html). Chrome auto-updates on relaunch, so the primary action is to force a browser restart across the fleet to apply the fix; verify via chrome://settings/help. Users of Chromium-based browsers should apply their vendor's build that incorporates the corresponding ANGLE fix. As an interim compensating control where patching is delayed, reduce the attack surface by disabling hardware-accelerated/WebGL rendering (chrome://settings, 'Use graphics acceleration when available', or enterprise policy HardwareAccelerationModeEnabled=false), which lowers exposure of the ANGLE path at the cost of degraded graphics performance and broken WebGL/GPU-accelerated content; because exploitation also requires a pre-compromised renderer, keeping the renderer sandbox and Site Isolation enabled remains the most important control.
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-40731
GHSA-g4xj-vxvq-mqxr