Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Media in Google Chrome on Windows prior to 148.0.7778.216 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Remote code execution in Google Chrome on Windows prior to version 148.0.7778.216 allows attackers to execute arbitrary code within the renderer sandbox by enticing a victim to visit a crafted HTML page that triggers a use-after-free condition in the Media component. Rated High severity by Chromium with a CVSS 8.8 score, the flaw requires user interaction (visiting a malicious page) but no authentication, and no public exploit identified at time of analysis.
Technical ContextAI
The vulnerability is a CWE-416 Use-After-Free defect in Chrome's Media subsystem, which handles audio/video decoding, playback pipelines, and MediaSource/MSE/EME APIs. Use-after-free bugs occur when memory is referenced after being freed, allowing an attacker to control the contents at the dangling pointer location and ultimately hijack control flow. The affected CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* and the issue is specifically called out for the Windows platform, although Chromium Media code is largely cross-platform. Exploitation typically involves grooming the heap from JavaScript and triggering the freed-object reuse through crafted media elements or streams rendered inside the sandboxed renderer process.
RemediationAI
Vendor-released patch: Google Chrome Stable 148.0.7778.216 for Windows - update via Chrome's built-in updater (chrome://settings/help) or by redeploying the MSI through enterprise management, then relaunch the browser to ensure the patched binary is loaded, per the Chrome Releases advisory at https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0877304591.html. Enterprises should verify rollout via the Chrome Browser Cloud Management console or Group Policy reporting and force-restart browsers that have been running uninterrupted for extended periods. Until patching completes, compensating controls include enforcing the SitePerProcess and IsolateOrigins policies to keep renderer sandboxing strong, deploying URL-filtering or DNS controls to block untrusted sites, and disabling autoplay or media-related features via policy (AutoplayAllowed, DefaultMediaStreamSetting) - note that disabling media handling will break legitimate video/audio sites and is only a stop-gap. No standalone workaround neutralizes the use-after-free itself, so patching is the only durable fix.
Same weakness CWE-416 – Use After Free
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-33087
GHSA-2gwr-36x9-98cq