Severity by source
Sources disagree (Medium–Critical)AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
Network delivery via crafted page (AV:N, AC:L), no privileges needed (PR:N), victim must visit page (UI:R); SOP bypass enables cross-origin writes only (I:H), with no confidentiality or availability impact confirmed.
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: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Inappropriate implementation in DevTools in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to bypass same origin policy via a crafted HTML page. (Chromium security severity: Medium)
AnalysisAI
Same-origin policy bypass in Google Chrome's DevTools component prior to version 151.0.7922.72 allows an unauthenticated remote attacker to perform unauthorized cross-origin write operations against a victim's browser context. Exploitation requires the victim to visit a specially crafted HTML page (UI:R), making it a socially-engineered threat rather than a purely opportunistic one. EPSS is low at 0.22% (13th percentile) and no CISA KEV listing or public exploit code has been identified, consistent with the Chromium team's own 'Medium' severity rating; however, Chrome's ubiquitous deployment makes even medium-severity findings broadly relevant.
Technical ContextAI
Google Chrome's DevTools is a built-in browser subsystem providing developer debugging, profiling, and DOM inspection capabilities. The Same-Origin Policy (SOP) is the browser's primary isolation mechanism, preventing scripts from one origin from interacting with resources from another. CWE-346 (Origin Validation Error) describes failures to properly verify the origin of a communication channel or data, which is the root cause here: an inappropriate implementation within DevTools incorrectly validates or fails to enforce origin boundaries. The affected CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* for all Chrome versions prior to 151.0.7922.72 across platforms. The CVSS integrity-only impact (I:H, C:N) suggests the bypass enables cross-origin writes but not reads, which is characteristic of certain classes of SOP confusion or message-channel misrouting bugs rather than full cross-origin data exfiltration.
RemediationAI
Update Google Chrome to version 151.0.7922.72 or later, as documented in the Chrome stable channel update advisory at https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html. Chrome auto-updates on most consumer installations; verify by navigating to chrome://settings/help. Enterprise administrators managing fleet deployments via Google Admin Console or third-party MDM should push this update through their software distribution pipeline. If immediate patching is not feasible, restricting Chrome DevTools access in managed environments via the DeveloperToolsAvailability Chrome policy (set to 2 to disallow) reduces the attack surface at the cost of breaking developer workflows for affected users. Blocking navigation to untrusted or unknown external URLs via web proxy or DNS filtering can reduce exposure to crafted HTML delivery, but is not a full mitigation. No vendor-published workaround fully substitutes for the patch.
Same weakness CWE-346 – Origin Validation Error
View allSame technique Authentication Bypass
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-50736
GHSA-765r-wfrw-h7w2