Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Inappropriate implementation in Media in Google Chrome prior to 148.0.7778.216 allowed a remote attacker to bypass same origin policy via a crafted video file. (Chromium security severity: High)
AnalysisAI
Same-origin policy bypass in Google Chrome's Media component allows remote attackers to read or manipulate cross-origin data via a crafted video file. Affected are all Chrome versions prior to 148.0.7778.216 on desktop platforms, confirmed via ENISA EUVD-2026-33131 and the Chrome stable channel advisory. The CVSS vector (PR:N/UI:R) indicates no authentication is required but victim interaction is necessary; EPSS sits at 0.02% (4th percentile), and no active exploitation is confirmed in the CISA KEV catalog, making this a medium-priority issue despite the network-accessible attack vector.
Technical ContextAI
The affected component is Chrome's Media subsystem, which processes and renders video content. CWE-346 (Origin Validation Error) identifies the root cause: the implementation fails to properly enforce same-origin policy boundaries when handling certain crafted video file inputs, allowing media-initiated operations to cross origin boundaries that the browser security model is designed to enforce. The CPE string cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* confirms this affects the Google Chrome application across all platforms and architectures prior to the patched version. Same-origin policy is a foundational browser security primitive; its bypass can expose session tokens, authentication state, or DOM content from other origins depending on how the vulnerability is chained with other browser features.
RemediationAI
The vendor-released patch is Google Chrome 148.0.7778.216; users should update immediately via Chrome's built-in updater or by visiting the Chrome release advisory at http://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0877304591.html. For enterprise environments using managed Chrome deployments, push the update via policy as soon as the build is validated. No documented workaround eliminates the Media-component bypass, but organizations can reduce exposure by enforcing Content Security Policy (CSP) headers with strict media-src directives on sensitive web applications to limit the origins from which media content can be loaded, reducing the attacker's ability to deliver the crafted video in a useful context. Note that CSP is a mitigating control at the application layer, not a browser-level fix, and does not protect users browsing arbitrary attacker-controlled sites.
Same weakness CWE-346 – Origin Validation Error
View allSame technique Authentication Bypass
View allVendor StatusVendor
SUSE
Severity: Medium| Product | Status |
|---|---|
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33131
GHSA-8g45-3jxc-cv2v