Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
Requires a pre-compromised renderer (PR:L) and reliable heap grooming plus user interaction (AC:H, UI:R); sandbox escape crosses a trust boundary (S:C) with full host impact.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Use after free in Skia in Google Chrome prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)
AnalysisAI
Sandbox escape in Google Chrome's Skia graphics library (versions prior to 151.0.7922.72) allows a remote attacker who has already compromised the renderer process to break out of the sandbox and gain broader access on the host via a crafted HTML page. Google rates the Chromium severity as Critical, and CVSS is 8.3 due to the scope change (S:C) reflecting the sandbox boundary crossing. No public exploit identified at time of analysis, and EPSS probability is low (0.31%), consistent with an exploit that requires chaining from a prior renderer compromise.
Technical ContextAI
The flaw is a CWE-416 use-after-free in Skia, the open-source 2D graphics rendering engine that Chrome (and Chromium-derived browsers) uses to rasterize web content, canvas, and compositing operations. A use-after-free occurs when memory is freed but a dangling pointer to it is subsequently dereferenced, allowing an attacker who controls heap allocations to reclaim the freed region and manipulate program flow. Because Skia code executes across process boundaries in Chrome's multi-process architecture, a UAF here can be leveraged from a compromised renderer to corrupt memory in a more privileged context, enabling a sandbox escape. The single affected CPE is cpe:2.3:a:google:chrome:*, i.e. the Chrome desktop browser.
RemediationAI
Vendor-released patch: Google Chrome 151.0.7922.72. Update Chrome to 151.0.7922.72 or later via Help > About Google Chrome (which triggers the update and requires a browser restart to apply) or through managed enterprise deployment channels; see the advisory at https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html and the tracking bug at https://issues.chromium.org/issues/520514458. Users of Chromium-based browsers (Edge, Brave, Opera, Vivaldi) should apply the equivalent vendor update once their maintainers pick up the patched Skia. As an interim compensating control before patching, restrict browsing to trusted sites and avoid untrusted HTML content, since exploitation requires rendering a crafted page; because this is a sandbox-escape stage that depends on a prior renderer compromise, keeping the renderer itself patched and enabling site isolation reduces the chance an attacker reaches this primitive, though neither fully substitutes for the fix.
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 SP7 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50779
GHSA-vg76-cfgp-x25q