Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Skia in Google Chrome prior to 148.0.7778.216 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 versions prior to 148.0.7778.216 allows a remote attacker who has already compromised the renderer process to break out of the Chromium sandbox via a crafted HTML page that triggers a use-after-free in the Skia graphics library. Google rated this Critical internally, though no public exploit identified at time of analysis and EPSS scores exploitation probability at just 0.03% (11th percentile). The flaw requires chaining with a separate renderer compromise, so it is a second-stage primitive rather than a single-shot RCE.
Technical ContextAI
Skia is the open-source 2D graphics library that Chromium uses for rasterizing web content, including paths, text, images, and effects exposed through Canvas, WebGL, and CSS rendering. The CWE-416 use-after-free class occurs when a pointer to a freed object continues to be dereferenced, allowing an attacker who can control heap layout (already trivial from a compromised renderer) to coerce the freed slot into holding attacker-controlled data and pivot execution. Because Skia runs partly in privileged GPU/browser process contexts that the renderer can reach through Mojo IPC, a UAF here can be steered into a sandbox escape rather than a renderer-only crash. The affected CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* across all platforms prior to the fixed Stable Channel build.
RemediationAI
Vendor-released patch: Google Chrome 148.0.7778.216 - update Chrome to this version or later via the built-in updater (chrome://settings/help) or by redeploying the MSI/PKG/DEB through your management tooling, then force a browser restart to load the patched binaries (in-memory exploit windows persist until restart). For Chromium-derived browsers, monitor their respective vendor advisories and apply the corresponding update once they pick up the Skia fix; refer to https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0877304591.html for vendor confirmation. No standalone workaround is practical because Skia is core to web content rendering and cannot be disabled, but compensating controls during rollout include enforcing Site Isolation (already default), enabling the Chrome 'Enhanced' Safe Browsing mode to reduce exposure to malicious pages, restricting browsing on high-value endpoints to allowlisted sites via enterprise policy (trade-off: breaks general browsing), and disabling hardware-accelerated GPU rasterization via the --disable-gpu-rasterization flag (trade-off: noticeable rendering performance regression, and this only reduces - does not eliminate - Skia attack surface).
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33188
GHSA-2pm8-794w-p8m4