Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Scored as a web-facing sandbox-escape chain component: network vector, user must load a page (UI:R), scope changes from renderer to host (S:C) with full C/I/A impact; PR:N retained per vendor scoring despite the renderer-compromise prerequisite.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Type Confusion 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)
Articles & Coverage 1
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 using a crafted HTML page. Rated High by Chromium and CVSS 9.6, the flaw is a CWE-843 type confusion; Google has shipped a fixed Stable channel build. There is no public exploit identified and no CISA KEV listing, and EPSS is low at 0.31% (24th percentile), indicating no evidence of active exploitation at time of analysis.
Technical ContextAI
ANGLE (Almost Native Graphics Layer Engine) is Chromium's graphics abstraction that translates WebGL / OpenGL ES calls from web content into the host platform's native graphics API (Direct3D, Metal, or Vulkan). Because it processes attacker-influenceable GPU commands in a more privileged process than the renderer, memory-safety defects in ANGLE are a classic sandbox-escape surface. The root cause here is CWE-843 (Type Confusion): code interprets a memory object as one type when it is actually another, enabling out-of-bounds reads/writes and controllable memory corruption. The single affected CPE, cpe:2.3:a:google:chrome:*, confirms the Chrome desktop browser as the affected product; the tags (Memory Corruption, Information Disclosure) align with type-confusion primitives that leak and corrupt memory.
RemediationAI
Vendor-released patch: update Google Chrome to 151.0.7922.72 or later via the Stable channel and restart the browser to apply it (see https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html). In managed environments, push the update through your enterprise update policy / MDM and verify the running version afterward. If patching must be delayed, the practical compensating control is to reduce renderer-compromise exposure that this bug chains from: restrict browsing to trusted sites, deploy Chrome's site-isolation and enterprise hardening policies, and consider disabling GPU acceleration/WebGL for high-risk user groups (trade-off: degraded graphics/WebGL performance and possible breakage of GPU-dependent web apps). These are stopgaps only - the type-confusion fix requires the updated build.
Same technique Information Disclosure
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-50813
GHSA-8m3j-qh2v-pc64