Severity by source
Sources disagree (Medium–Critical)AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Network-reachable via a crafted page needing user interaction; AC:H because a memory-corruption sandbox escape via ANGLE requires non-trivial heap grooming, and S:C reflects breaking out of the renderer sandbox.
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: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Out of bounds read and write in ANGLE in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Medium)
AnalysisAI
Sandbox escape in Google Chrome's ANGLE graphics layer allows a remote attacker to corrupt memory via a crafted HTML page in versions prior to 151.0.7922.72. The flaw is an out-of-bounds read and write (CWE-125) that a victim triggers simply by visiting a malicious page, potentially letting attacker-controlled code break out of the renderer sandbox. Google has released a fixed stable channel build; there is no public exploit identified at time of analysis and EPSS risk is currently low (0.21%).
Technical ContextAI
ANGLE (Almost Native Graphics Layer Engine) is Chromium's graphics abstraction library that translates OpenGL ES / WebGL API calls into the platform's native GPU backend (Direct3D, Metal, Vulkan, or desktop GL). Because it processes untrusted WebGL/graphics commands originating from web content, ANGLE runs at a security-sensitive boundary between the sandboxed renderer and the GPU process. The root cause is CWE-125 class memory safety failure - an out-of-bounds read combined with an out-of-bounds write, indicating missing or incorrect bounds validation when parsing or executing crafted graphics commands. The affected CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* for all builds before 151.0.7922.72.
RemediationAI
Vendor-released patch: update Google Chrome to 151.0.7922.72 or later via the Stable channel, then fully restart the browser to load the new build (Chrome auto-updates but requires a relaunch to apply). The fix is documented in the Chrome Releases advisory at https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html. Because the vulnerable code is in ANGLE/WebGL, an interim compensating control for high-risk fleets is to disable hardware acceleration or block WebGL (e.g., via enterprise policy 'HardwareAccelerationModeEnabled=false' or by disabling WebGL), which reduces the ANGLE attack surface but degrades graphics performance and breaks WebGL-dependent sites. Enforce managed auto-update policies so endpoints reach 151.0.7922.72 promptly, and verify Chromium-based browsers (Edge, Brave, Opera) are updated to their equivalent patched releases.
Same weakness CWE-125 – Out-of-bounds Read
View allSame technique Buffer Overflow
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-50750
GHSA-mqwp-x4h4-hcg4