Google Chrome
CVE-2026-7333
CRITICAL
Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Remote crafted page needs no privileges but requires the victim to load it (UI:R); a GPU-process sandbox escape crosses a privilege boundary (S:C) with total impact.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in GPU 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
Sandbox escape in Google Chrome's GPU process prior to 147.0.7727.138 lets a remote attacker corrupt memory via a use-after-free when a victim visits a crafted HTML page, potentially breaking out of the renderer sandbox. Rated High by Chromium and scored CVSS 9.6 due to the scope change (S:C) inherent to a sandbox escape, though it requires user interaction (visiting a page). There is no public exploit identified at time of analysis, EPSS is very low (0.03%), and it is not on CISA KEV.
Technical ContextAI
The flaw is a CWE-416 use-after-free in Chrome's GPU component, the privileged process that handles graphics acceleration (GPU command buffers, WebGL/WebGPU, video decode, and compositing) on behalf of sandboxed renderer processes. A dangling pointer to freed GPU-side memory can be reallocated with attacker-influenced data and then dereferenced, giving control over freed-object contents. Because the GPU process runs at higher privilege than the renderer sandbox, corrupting it is a classic vector for sandbox escape. Affected CPE is cpe:2.3:a:google:chrome:*, i.e. the desktop Chrome browser across platforms; downstream rebuilds are tracked by Red Hat and SUSE per the tags.
RemediationAI
Vendor-released patch: update Google Chrome to 147.0.7727.138 or later on all desktop platforms and restart the browser so the new version loads (open Settings > About Chrome to force the update check). Users of Chromium-based downstreams should apply the equivalent Red Hat or SUSE package updates as they become available. If immediate patching is not possible, reduce exposure by limiting browsing to trusted sites and, as a stronger stopgap, disabling GPU/hardware acceleration (Settings > System > 'Use graphics acceleration when available', or launch with --disable-gpu) to shrink the vulnerable GPU-process attack surface - with the trade-off of degraded rendering, video, and WebGL/WebGPU performance. Refer to Google's advisory at https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_28.html.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allVendor StatusVendor
SUSE
Severity: Critical| 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