Google Chrome
CVE-2026-7353
HIGH
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 precise heap grooming plus a visited crafted page (AC:H, UI:R); sandbox escape crosses a trust boundary (S:C) with total impact.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Heap buffer overflow in Skia in Google Chrome prior to 147.0.7727.138 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Heap buffer overflow in Chrome's Skia graphics library (versions prior to 147.0.7727.138) lets an attacker who has already compromised the renderer process escape the sandbox via a crafted HTML page, reported by Google's own Chrome team. Chromium rates it High severity and a vendor patch is available, but there is no public exploit identified at time of analysis and EPSS is near zero (0.01%). SSVC records exploitation as none, meaning this is a defense-in-depth second-stage bug rather than a standalone entry point.
Technical ContextAI
Skia is the open-source 2D graphics rendering engine that Chromium uses to rasterize web content, canvas, and UI drawing; it processes untrusted geometry and image data from web pages. The flaw is CWE-122 (heap-based buffer overflow), where malformed drawing input causes a write beyond an allocated heap buffer, corrupting adjacent memory. Because Skia code runs across process boundaries in Chromium's multi-process architecture, a controlled overflow here can be leveraged to break out of the renderer sandbox into a more privileged context. The single affected CPE is cpe:2.3:a:google:chrome:*, and downstream tags indicate Red Hat and SUSE also ship affected Chromium-based packages.
RemediationAI
Vendor-released patch: update Google Chrome to 147.0.7727.138 or later on all desktop platforms, which is the primary and sufficient fix; verify via chrome://settings/help and relaunch to apply the update, since staged rollouts can leave older builds running. For Chromium-based distributions, apply the corresponding Red Hat and SUSE package updates as they become available. Reference the vendor advisory at https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_28.html. As a compensating control until patching completes, enforce Chrome auto-updates via enterprise policy and consider enabling the site isolation and renderer sandbox hardening that are default in Chrome; because exploitation requires a pre-compromised renderer, keeping the browser fully updated against renderer RCEs is the most effective adjacent mitigation - there is no feature to disable that specifically neutralizes a Skia overflow without breaking page rendering.
Same weakness CWE-122 – Heap-based Buffer Overflow
View allSame technique Buffer Overflow
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