Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Out of bounds write in ANGLE in Google Chrome prior to 148.0.7778.216 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)
AnalysisAI
Out-of-bounds write in the ANGLE graphics translation layer in Google Chrome before 148.0.7778.216 allows a remote attacker who has already compromised the renderer process to potentially escape the Chrome sandbox via a crafted HTML page. The flaw is rated High severity by Chromium and chained exploitation could lead to code execution outside the renderer sandbox, though no public exploit identified at time of analysis and EPSS estimates only a 0.03% near-term exploitation probability.
Technical ContextAI
ANGLE (Almost Native Graphics Layer Engine) is the abstraction layer Chrome uses to translate OpenGL ES API calls into the host platform's native graphics APIs (Direct3D on Windows, Metal on macOS, Vulkan/OpenGL on Linux), and it is reachable from web content via WebGL and related GPU-backed surfaces. The root cause is CWE-787 (Out-of-bounds Write), a memory-corruption class where a write operation crosses the bounds of an allocated buffer; in ANGLE this typically stems from incorrect length validation on shader inputs, vertex arrays, or texture parameters supplied by attacker-controlled JavaScript/WebGL calls. Because ANGLE code runs inside the GPU process - which sits at a higher privilege boundary than the sandboxed renderer - corrupting its memory provides a credible primitive for sandbox escape. CPE data (cpe:2.3:a:google:chrome) confirms the affected product is the Chrome browser application.
RemediationAI
Vendor-released patch: Google Chrome 148.0.7778.216 - update Chrome to 148.0.7778.216 or later via the built-in updater (chrome://settings/help) or by deploying the latest Stable channel package through your enterprise management tooling (Chrome Browser Cloud Management, Group Policy, Jamf, Intune). Downstream Chromium-based browsers (Edge, Brave, Opera, Vivaldi, Electron-based apps) should be updated when their vendors ship the corresponding ANGLE backport. As a temporary compensating control until patching, you can reduce reachability of the ANGLE attack surface by disabling hardware acceleration in chrome://settings (which forces software rendering and shrinks WebGL/ANGLE code paths) or by blocking WebGL via the policy 'DefaultWebGLSetting' or the chrome://flags/#disable-webgl flag - note this will break WebGL-based applications, video conferencing effects, and some maps/3D content. Refer to the Chrome Releases advisory at https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0877304591.html for the authoritative fix notice.
Same weakness CWE-787 – Out-of-bounds Write
View allSame technique Buffer Overflow
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33211
GHSA-535m-8qpw-vrx6