Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Remote crafted page (AV:N) with no privileges (PR:N) but requiring the victim to visit it (UI:R); renderer-only compromise keeps scope unchanged (S:U) with full renderer C/I/A loss.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
6DescriptionNVD
Use after free in Media in Google Chrome prior to 147.0.7727.55 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: Medium)
AnalysisAI
Sandboxed remote code execution in Google Chrome desktop before 147.0.7727.55 stems from a use-after-free in the Media component, letting a remote attacker who lures a victim to a crafted HTML page execute arbitrary code within the renderer sandbox. Rated 8.8 (High) by CVSS despite Chromium's internal 'Medium' severity, it was reported internally by the Chrome team and is patched, but shows no public exploit identified at time of analysis and an EPSS of just 0.04% (11th percentile), consistent with the SSVC 'Exploitation: none' determination.
Technical ContextAI
The flaw is a CWE-416 Use After Free in Chrome's Media subsystem, the pipeline responsible for decoding and rendering audio/video content (e.g. HTMLMediaElement, media source buffers, and codec handling). Use-after-free bugs arise when a heap object is freed while a dangling pointer still references it; an attacker who controls page content can groom the heap so the freed slot is reoccupied with attacker-controlled data, converting the stale reference into a controlled read/write and ultimately code execution. Per the CPE (cpe:2.3:a:google:chrome:*), all Chrome desktop builds prior to 147.0.7727.55 are affected. Notably, the description scopes execution to 'inside a sandbox' - the renderer process sandbox - meaning this bug alone does not yield host compromise without a separate sandbox-escape primitive.
RemediationAI
Vendor-released patch: update Google Chrome to 147.0.7727.55 or later via the stable channel and relaunch the browser to load the new binaries; confirm through chrome://settings/help. Managed fleets should push the update through their update-management tooling and verify enrolled clients report the fixed build. There is no supported configuration-based workaround for a media-parsing use-after-free, so patching is the only reliable fix; as an interim compensating control for unpatched endpoints, restrict browsing of untrusted sites and consider enterprise policies that reduce exposure to hostile media content, accepting that this degrades usability and does not close the bug. Ensure Chromium-based browsers (Edge, Brave, Opera) and embedded Electron runtimes are updated to versions incorporating the same upstream fix. Reference the Chrome Releases advisory at https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop.html.
Same weakness CWE-416 – Use After Free
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| SUSE Package Hub 15 SP6 | Fixed |
| openSUSE Leap 15.6 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP6 | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-20693
GHSA-px27-v386-gc8q