Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/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 to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Out-of-bounds write in the ANGLE graphics translation layer of Google Chrome before 148.0.7778.216 allows a remote attacker to trigger heap corruption by luring a user to a crafted HTML page, potentially leading to arbitrary code execution within the renderer process. Chromium rates the severity as High and CVSS scores it 8.8, but EPSS exploitation probability is currently very low (0.03%, 11th percentile) and no public exploit identified at time of analysis. The flaw was reported through Chrome's internal disclosure process and a fixed build is already available from the vendor.
Technical ContextAI
ANGLE (Almost Native Graphics Layer Engine) is the abstraction library Chromium uses to translate OpenGL ES API calls from WebGL and similar web graphics features into native graphics APIs (Direct3D on Windows, Metal on macOS, Vulkan/OpenGL on Linux). The CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* indicates all Chrome desktop builds prior to 148.0.7778.216 are in scope. The underlying weakness is CWE-787 (Out-of-bounds Write), a memory-safety class in which a write operation crosses the bounds of an allocated buffer; in graphics translation code this typically arises from miscalculated buffer sizes when handling attacker-controlled shader inputs, vertex data, or texture parameters, and corrupting adjacent heap structures can be steered toward control-flow hijack or sandboxed code execution inside the renderer.
RemediationAI
Vendor-released patch: Google Chrome 148.0.7778.216 - update all desktop Chrome installations to this Stable channel build (or later) as documented in the Chrome Releases advisory https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0877304591.html, and verify rollout via chrome://settings/help. For managed fleets, push the update through Group Policy, Jamf/Intune, or your endpoint management platform and force a browser restart, since Chrome only loads the new binary after relaunch. Until the patched build is deployed, compensating controls include disabling hardware-accelerated graphics via the policy 'HardwareAccelerationModeEnabled=false' (which reduces the ANGLE attack surface but degrades video and WebGL performance) or blocking WebGL via 'DefaultWebGLSetting=2' (which breaks legitimate 3D web apps such as Google Maps 3D, Figma, and many dashboards). Downstream Chromium-based browsers (Edge, Brave, Opera, Electron apps) should be updated as soon as their vendors ship a build that incorporates the upstream ANGLE fix.
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-33107
GHSA-f6h3-cpvj-2xp3