Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Network delivery via crafted web page (AV:N, AC:L), active victim visit required (UI:R), no attacker privileges needed (PR:N), impact limited to low integrity within browser scope only (I:L, C:N, A:N, S:U).
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Insufficient policy enforcement in GetUserMedia in Google Chrome prior to 150.0.7871.47 allowed a remote attacker to bypass same origin policy via a crafted HTML page. (Chromium security severity: Low)
AnalysisAI
Same-origin policy bypass in Google Chrome's GetUserMedia implementation prior to version 150.0.7871.47 allows a remote, unauthenticated attacker to achieve limited cross-origin integrity impact by delivering a crafted HTML page to a victim. Chromium's own severity classification is Low, consistent with the CVSS 4.3 score and an EPSS exploitation probability of just 0.18% (8th percentile). No public exploit code and no active exploitation have been identified at time of analysis; Google has issued a remediated build in Chrome 150.0.7871.47.
Technical ContextAI
CWE-346 (Origin Validation Error) identifies failures to correctly validate or enforce the origin of incoming data or requests. GetUserMedia is a browser-native Web API (part of the MediaDevices interface) that grants web pages access to camera and microphone device streams; same-origin policy governs which page origins may invoke and share such access. The flaw in Chrome's policy enforcement layer within GetUserMedia allows a crafted cross-origin page to circumvent these restrictions, potentially enabling unintended cross-origin interactions. The EUVD entry EUVD-2026-40726 confirms the affected product is Google Chrome prior to version 150.0.7871.47; no CPE string was included in source data, but the affected surface is the Chrome stable desktop channel across platforms.
RemediationAI
Update Google Chrome to version 150.0.7871.47 or later, as documented in Google's stable channel advisory at chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html. Chrome auto-update should handle this for most consumer users; enterprise administrators should verify deployment via Google Admin Console, Microsoft Intune, or equivalent endpoint management tooling and confirm the installed version meets or exceeds 150.0.7871.47. If immediate patching is operationally blocked, a targeted compensating control is to enforce a browser policy that disables GetUserMedia access for untrusted or external origins (e.g., via Chrome's MediaStreamMicAvailable and VideoCaptureAllowedUrls policies), though this will deny legitimate media capture on non-allowlisted sites. No other documented workarounds are available from the referenced advisories.
Same weakness CWE-346 – Origin Validation Error
View allSame technique Authentication Bypass
View allVendor StatusVendor
SUSE
Severity: Moderate| 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-40726
GHSA-97m6-c5rg-v543