Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Network-delivered crafted page needs no auth but requires the victim to visit it (UI:R); code execution stays within the sandbox (S:U) yet fully compromises that process (C/I/A:H).
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Use after free in GPU in Google Chrome prior to 148.0.7778.168 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: Medium)
AnalysisAI
Arbitrary code execution in Google Chrome's GPU component (prior to 148.0.7778.168) lets a remote attacker run code inside the renderer/GPU sandbox by luring a victim to a crafted HTML page. The flaw is a CWE-416 use-after-free that Chromium rates Medium, though CVSS scores it 8.8 (High). No public exploit is identified and there is no CISA KEV listing; EPSS is very low at 0.08%, indicating no observed exploitation activity at time of analysis.
Technical ContextAI
The vulnerability resides in Chrome's GPU process, which handles hardware-accelerated rendering, WebGL/WebGPU, and compositing on behalf of untrusted web content. A use-after-free (CWE-416) occurs when memory backing a GPU object is freed but a dangling reference is subsequently dereferenced, allowing an attacker to control freed-then-reallocated memory and steer execution. The single affected product per CPE is cpe:2.3:a:google:chrome (all versions before the fixed build). Notably, the description states code execution occurs 'inside a sandbox' - meaning this alone yields code execution within the constrained GPU/renderer sandbox rather than a full host compromise; a separate sandbox-escape chain would be required for system-level impact, consistent with the CVSS Scope:Unchanged (S:U) rating.
RemediationAI
Vendor-released patch: update Google Chrome to 148.0.7778.168 or later via the Stable channel (https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_12.html); restart the browser to complete the update since Chrome patches only apply after a relaunch. For managed fleets, push the updated build through enterprise policy/MDM and verify the version. On Red Hat and SUSE systems, apply the corresponding distribution package update for Chrome/Chromium. If patching must be briefly delayed, compensating controls include disabling hardware acceleration in Chrome settings (chrome://settings, 'Use graphics acceleration when available'), which reduces GPU-process attack surface at the cost of degraded rendering/video performance, and restricting browsing to trusted sites, since exploitation requires loading attacker-controlled HTML.
Same weakness CWE-416 – Use After Free
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-30401
GHSA-xw77-7rcc-vw8q