Google Chrome
CVE-2026-7354
HIGH
Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Remote crafted page, no auth (PR:N) but requires visiting it (UI:R); GPU-process memory corruption yields high C/I/A, scope unchanged since the escape is only potential.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Out of bounds read and write in Angle in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Out-of-bounds read/write in Google Chrome's ANGLE graphics layer lets a remote attacker who lures a victim to a crafted HTML page corrupt GPU-process memory and potentially escape the browser sandbox, on all Chrome builds before 147.0.7727.138. Rated High by Chromium with CVSS 8.8; a vendor patch is available and no public exploit identified at time of analysis. EPSS is very low (0.01%) and SSVC records exploitation status 'none', so risk is currently theoretical despite the total technical impact.
Technical ContextAI
ANGLE (Almost Native Graphics Layer Engine) is Chromium's graphics abstraction layer that translates OpenGL ES / WebGL calls into the platform's native GPU API (Direct3D, Metal, Vulkan, or desktop GL). It runs inside Chrome's GPU process and is reachable from untrusted web content through WebGL/WebGPU, making it a long-standing browser attack surface. The root cause is CWE-125 (out-of-bounds read) combined with an out-of-bounds write, meaning ANGLE mishandles buffer/array bounds while processing attacker-controlled rendering commands, allowing memory disclosure and corruption in the GPU process - a step toward the sandbox escape the advisory describes.
RemediationAI
Vendor-released patch: update Google Chrome to 147.0.7727.138 or later via the stable channel, and on managed fleets force a browser relaunch so the update actually applies (per https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_28.html). Users of Chromium-based or distro-packaged builds (Red Hat, SUSE) should apply the corresponding vendor update once it ships the fixed ANGLE. As an interim compensating control where patching is delayed, ANGLE is reached primarily through hardware-accelerated WebGL/WebGPU, so disabling GPU acceleration (chrome://settings 'Use graphics acceleration when available' off, or --disable-gpu / policy HardwareAccelerationModeEnabled=false) reduces exposure, with the trade-off of degraded rendering performance and broken WebGL/WebGPU content. Restricting browsing to trusted sites via policy further limits the crafted-page delivery vector.
Same weakness CWE-125 – Out-of-bounds Read
View allSame technique Buffer Overflow
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| SUSE Package Hub 15 SP6 | Fixed |
| openSUSE Leap 15.6 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| SUSE Package Hub 15 SP6 | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today