Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
AC:H and UI:R reflect the required prior renderer compromise plus crafted-page interaction; S:C with C/I/A:H captures the sandbox escape from renderer to a more privileged process.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Use after free in Media in Google Chrome on Windows 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: High)
AnalysisAI
Sandbox escape in Google Chrome's Media component on Windows (versions before 151.0.7922.72) lets an attacker who has already compromised the renderer process break out of the browser sandbox through a crafted HTML page, exploiting a use-after-free (CWE-416). Rated High by Chromium and CVSS 8.3, it enables a scope-changing escalation from constrained renderer code to broader host access. There is no public exploit identified at time of analysis and it is not in CISA KEV; EPSS is low at 0.21% (11th percentile).
Technical ContextAI
The flaw lives in Chrome's Media subsystem, which handles decoding and playback of audio/video content delivered via HTML and web APIs. CWE-416 (use-after-free) means a heap object in the media pipeline is freed while a reference to it remains live, and subsequent access to that dangling pointer allows an attacker to control freed memory and corrupt browser process state. Because media parsing runs partly in the privileged browser process outside the renderer sandbox, a use-after-free reachable across that boundary can be leveraged for a sandbox escape. The CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* identifies Google Chrome as the affected application; the issue is specific to the Windows build prior to 151.0.7922.72.
RemediationAI
Vendor-released patch: update Google Chrome to 151.0.7922.72 or later on Windows via the Stable channel, per https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html - restart the browser to ensure the update is applied, since Chrome staging can leave an outdated binary running. In managed environments, push the update through your enterprise update policy and verify the effective version on endpoints. Because exploitation requires a prior renderer compromise, compensating controls that reduce initial renderer takeover help in the interim: enable the Windows/Chrome site-isolation and sandbox hardening that ship by default (do not disable them), enforce enterprise policies restricting untrusted media/plugin content, and prioritize patching internet-facing and high-risk user endpoints. These are stopgaps only - none substitute for the upgrade, and the media pipeline cannot be selectively disabled without breaking core browsing functionality.
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-50849
GHSA-h5r7-76mx-726x