Google Chrome
CVE-2026-7352
HIGH
Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
PR:L because a prior renderer compromise (attacker code already in the sandbox) is required; AC:H for non-trivial UAF grooming; UI:R for page load; S:C with C/I/A:H for the privileged sandbox escape.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Media in Google Chrome on Android 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
Sandbox escape in Google Chrome for Android (Media component) prior to 147.0.7727.138 lets a remote attacker who has already compromised the renderer process break out of the browser sandbox by serving a crafted HTML page that triggers a use-after-free (CWE-416). Chromium rates the severity High and a vendor patch is available; no public exploit is identified, EPSS is very low (0.01%, 1st percentile), and SSVC records exploitation status 'none'. It is a second-stage escape rather than an initial-access primitive, so it must be chained with a prior renderer compromise to have real impact.
Technical ContextAI
The flaw sits in Chrome's Media subsystem, which handles audio/video decoding and playback pipelines inside the sandboxed renderer and interacts across the browser's multi-process trust boundary. CWE-416 (Use After Free) means an object in the Media code path is freed while a dangling reference remains reachable; re-using that freed memory lets an attacker who already controls the renderer manipulate object lifetimes to corrupt state in a higher-privileged context, achieving a sandbox escape. The provided CPE (cpe:2.3:a:google:chrome:*) is generic and unversioned, but the description scopes the issue specifically to the Android build; the CVSS scope-change flag (S:C) reflects that a successful exploit crosses the renderer/browser boundary. It is tracked in Chromium issue 499023054, and the Red Hat/SUSE tags indicate Chromium-derived downstream packages may inherit the fix.
RemediationAI
Vendor-released patch: update Google Chrome for Android to 147.0.7727.138 or later, the primary and complete fix; on Android this typically arrives via Google Play auto-update, so ensure devices can update and force it through MDM where managed. Reference the Chrome Releases advisory at https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_28.html and the Chromium issue https://issues.chromium.org/issues/499023054. Because exploitation requires a prior renderer compromise, effective compensating controls until patching completes focus on reducing that first stage: keep Chrome fully updated so no renderer-level bugs remain, and for high-risk managed devices restrict browsing to trusted sites and limit autoplay/rich-media handling to shrink exposure of the Media code path - with the trade-off that media-heavy sites may render degraded. Given the patch is available, prioritize rolling the update rather than exotic mitigations.
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