Google Chrome
CVE-2026-7357
HIGH
Severity by source
AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Requires prior renderer compromise (modeled as PR:L) and complex heap grooming (AC:H) via a crafted page (UI:R); crossing the sandbox into the GPU process is a scope change (S:C) with high C/I/A.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Use after free in GPU in Google Chrome prior to 147.0.7727.138 allowed a remote attacker who had compromised the renderer process to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Heap corruption in the GPU component of Google Chrome before 147.0.7727.138 lets an attacker who has already compromised the renderer process escalate impact via a use-after-free triggered by a crafted HTML page. This is a High-severity Chromium memory-corruption bug reported internally by Chrome, with a vendor patch shipped in the April 2026 stable channel update and no public exploit identified at time of analysis. EPSS is minimal (0.01%) and CISA SSVC records exploitation status as none, though technical impact is rated total.
Technical ContextAI
The flaw is a CWE-416 use-after-free in Chrome's GPU process, the component responsible for compositing and hardware-accelerated rendering (GPU acceleration, WebGL/WebGPU, canvas). A dangling pointer to freed GPU-related heap memory can be reclaimed and reused, producing heap corruption that a skilled attacker may steer toward controlled memory writes. The single CPE (cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*) covers all Chrome desktop builds prior to the fixed release. Because Chrome isolates web content in a sandboxed renderer, the GPU process sits across a separate process boundary; a UAF here is typically valuable as a sandbox-escape building block rather than an initial-access primitive, which is why the description explicitly conditions exploitation on the renderer already being compromised.
RemediationAI
Vendor-released patch: 147.0.7727.138 - update Google Chrome to that build or later via the Chrome Releases advisory (https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_28.html) and restart the browser to apply. Enterprises using Red Hat or SUSE Chromium packages should pull the corresponding distributor updates once published. As an interim compensating control before patching, GPU-side attack surface can be reduced by disabling hardware acceleration (chrome://settings 'Use graphics acceleration when available' off, or the --disable-gpu flag), which lowers exposure of the vulnerable GPU code paths at the cost of degraded rendering/video performance and higher CPU use; this is only partial mitigation. Enforcing automatic Chrome updates via policy is the durable fix.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
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