Severity by source
Sources disagree (Low–Critical)AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
AC:H because exploitation is chained and requires a pre-compromised renderer; UI:R for the crafted media, S:C and C/I/A:H reflect the sandbox escape into the browser process.
vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Insufficient validation of untrusted input in Media in Google Chrome prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted video file. (Chromium security severity: Low)
AnalysisAI
Sandbox escape in Google Chrome's Media component before version 150.0.7871.47 allows a remote attacker who has already compromised the renderer process to break out of the sandbox using a crafted video file. The flaw stems from insufficient validation of untrusted input (CWE-20) and carries a scope-changing CVSS 3.1 score of 9.6, though Google rated the underlying Chromium severity as Low and no public exploit has been identified at time of analysis. EPSS is low at 0.16% (6th percentile), and it is not listed in CISA KEV.
Technical ContextAI
The vulnerability lives in Chrome's Media subsystem, which parses and decodes audio/video content. Chrome uses a multi-process architecture where untrusted web content is confined to a sandboxed renderer process; a sandbox escape is the second link in a chain that lets attacker-controlled code in the renderer reach the more-privileged browser process and the host OS. The root cause is CWE-20 (Improper Input Validation) - a crafted video file is not adequately validated before processing, and because media handling can cross the renderer/GPU/browser trust boundary, the malformed input can be leveraged to violate the sandbox. The single affected product per EUVD is Google Chrome (Chrome 150.0.7871.47, all builds prior to 150.0.7871.47); no formal CPE strings were provided in the input, so exact configuration matching relies on the vendor version cutoff.
RemediationAI
Vendor-released patch: 150.0.7871.47 - upgrade Google Chrome to 150.0.7871.47 or later, which is delivered through Chrome's automatic Stable channel update mechanism (verify via chrome://settings/help and relaunch to apply). Enterprises managing Chrome via policy should confirm auto-update is enabled and not pinned to an older milestone, and push the update through their management tooling. As an interim compensating control while updates roll out, restrict exposure to the earlier renderer-compromise stage of the chain by keeping renderer sandbox hardening and site isolation enabled (both default in Chrome) and avoiding untrusted sites, since the bug is only reachable after a renderer is already compromised; disabling the media handling that processes crafted video is not practical without breaking core browsing, so patching is the correct path. See the vendor advisory at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html.
Same weakness CWE-20 – Improper Input Validation
View allSame technique Information Disclosure
View allVendor StatusVendor
SUSE
Severity: Critical| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-40743
GHSA-5wmq-8c77-hhq5