Google Chrome
CVE-2026-7335
HIGH
Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Web-delivered so AV:N/AC:L/PR:N, but visiting a page is required (UI:R); execution stays in the renderer so scope unchanged (S:U) with total renderer C/I/A impact.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in media in Google Chrome prior to 147.0.7727.138 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 desktop before 147.0.7727.138 lets a remote attacker run arbitrary code inside the renderer sandbox by luring a victim to a crafted HTML page that triggers a use-after-free in the media component. Google rates the Chromium severity High and has shipped a fix; there is no public exploit identified at time of analysis and EPSS is very low (0.04%, 11th percentile). Notably the description confines code execution to inside the sandbox, so a separate sandbox-escape bug would be required for full host compromise.
Technical ContextAI
The flaw is a CWE-416 use-after-free in Chrome's media subsystem - the pipeline that decodes and renders audio/video content driven by HTML/JavaScript. Use-after-free occurs when a heap object is freed but a dangling pointer to it is later dereferenced, letting an attacker groom the heap to place attacker-controlled data where the freed object was and gain control of execution. Because media playback is reachable directly from web content (e.g. HTML5 <video>/<audio>, MSE, or WebCodecs paths), a malicious page can drive the vulnerable code without any plugin. The affected code runs in the sandboxed renderer process (cpe:2.3:a:google:chrome), which is the browser's primary attack surface for hostile web content.
RemediationAI
Vendor-released patch: update Google Chrome to 147.0.7727.138 or later via the Stable channel (Help > About Google Chrome, then relaunch), per the Chrome Releases advisory at https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_28.html. In managed environments, push the update through your existing browser-management tooling and force a relaunch, since the fix is inert until the browser restarts; users on Chromium-based distributions should apply Red Hat/SUSE package updates as they become available. Until patched, reduce exposure by restricting untrusted browsing and, where feasible, disabling or restricting media autoplay and site permissions to limit automatic media processing - noting this can break legitimate video/audio sites - and enabling Chrome's site isolation (default on) to preserve the sandbox boundary that already constrains this bug's impact.
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 Leap 16.0 | Fixed |
| SUSE Package Hub 15 SP6 | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today