Severity by source
Sources disagree (Medium–Critical)AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
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 Codecs in Google Chrome prior to 149.0.7827.53 allowed a remote attacker to potentially perform a sandbox escape via a crafted video file. (Chromium security severity: Medium)
AnalysisAI
Sandbox escape in Google Chrome versions prior to 149.0.7827.53 allows a remote attacker to break out of the browser's renderer sandbox by serving a crafted video file processed by Chrome's media codec stack. The flaw stems from insufficient validation of untrusted input in the Codecs component and requires the victim to load attacker-controlled video content, but successful exploitation yields cross-origin impact (Scope: Changed) with high confidentiality, integrity, and availability impact. No public exploit identified at time of analysis and EPSS exploitation probability is low (0.05%, 15th percentile), though the 9.6 CVSS rating and sandbox-escape primitive make this a high-priority browser patch.
Technical ContextAI
The vulnerability lives in Chrome's media Codecs subsystem, which decodes container and stream formats (e.g., WebM, MP4, VP8/VP9, AV1) inside Chromium's multi-process architecture. The root cause is CWE-20 (Improper Input Validation): the codec parser accepts malformed or unexpected fields in a crafted video file and reaches a state that lets attacker-controlled data influence execution beyond the renderer's sandbox boundary. Because codec parsing historically runs in privileged-adjacent processes (GPU/media service) and the CVSS scope is Changed, exploitation can cross the security boundary that normally isolates per-origin renderer content from the rest of the browser and host. Affected builds map to Chromium-based Chrome stable prior to 149.0.7827.53; Chromium itself rates the underlying issue Medium, while NVD's 9.6 score reflects the chained sandbox-escape impact.
RemediationAI
Apply the vendor-released patch by upgrading Google Chrome to 149.0.7827.53 or later on all desktop platforms (Windows, macOS, Linux) as published in the Chrome Releases advisory at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop.html; managed fleets should force the update via group policy or MDM rather than relying on user-initiated relaunches. For Chromium-based downstream browsers, track their respective security channels and apply equivalent builds. As a temporary compensating control until patching completes, deploy enterprise policies to disable autoplay of media from untrusted origins and restrict site permissions for video, and consider routing browsing through endpoints with strong EDR coverage; note these controls degrade media-heavy workflows and do not block exploitation if a user opens a malicious video directly. There is no documented Chrome flag to disable the affected codec parser without breaking legitimate video playback, so patching is the only durable fix.
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 Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34659
GHSA-w7pf-4g5q-p5j6