Severity by source
AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a remote attacker who had compromised the renderer process to execute arbitrary code via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Sandbox escape and arbitrary code execution in Google Chrome versions prior to 148.0.7778.216 stems from a use-after-free flaw in the ANGLE graphics translation layer. An attacker who has already compromised the renderer process can leverage a crafted HTML page to break memory safety and execute code in a higher-privileged context. No public exploit identified at time of analysis, though Chromium rates the underlying severity as High.
Technical ContextAI
ANGLE (Almost Native Graphics Layer Engine) is Chrome's abstraction library that translates OpenGL ES API calls into native graphics APIs such as Direct3D, Metal, or Vulkan, enabling consistent WebGL and GPU-accelerated rendering across platforms. The root cause is CWE-416 (Use After Free), a memory corruption class in which an object is referenced after its backing memory has been released, allowing an attacker to manipulate the freed region - typically via heap grooming - to hijack control flow or corrupt adjacent data. Because ANGLE operates at the boundary between renderer-supplied graphics commands and the host GPU stack, a UAF here is particularly impactful for chaining out of the renderer sandbox. The affected CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* across all builds prior to 148.0.7778.216.
RemediationAI
Vendor-released patch: Google Chrome 148.0.7778.216 - upgrade Chrome to this version or later via the Stable channel update described at https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0877304591.html, and verify via chrome://settings/help that the build is current. For managed fleets, push the update through Chrome Browser Cloud Management, Group Policy, or MDM and force a relaunch to ensure the patched ANGLE binary is loaded. Users of Chromium-based browsers (Edge, Brave, Opera, Vivaldi) and Electron-bundled applications should track and apply their respective downstream releases that integrate the fix. As a temporary compensating control before patching, GPU acceleration and WebGL can be disabled via the --disable-gpu and --disable-webgl flags or enterprise policies HardwareAccelerationModeEnabled=false and Disable3DAPIs=true, which removes the ANGLE attack surface at the cost of degraded rendering performance and broken WebGL-dependent sites; site isolation should also be left enabled (SitePerProcess) since it raises the bar for renderer compromise, which is the stated prerequisite for this bug.
Same weakness CWE-416 – Use After Free
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-33196
GHSA-6v49-gf9m-36r2