Severity by source
Sources disagree (Medium–Critical)AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
Network-delivered via crafted HTML page (AV:N, AC:L, PR:N, UI:R); SOP bypass enables cross-origin writes but not reads, yielding I:H and C:N with scope unchanged.
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 Blink 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 Blink rendering engine (versions prior to 151.0.7922.72) allows a remote attacker to violate cross-origin isolation boundaries by luring a user to visit a specially crafted HTML page. The CVSS vector assigns High integrity impact with no privilege requirement, meaning successful exploitation could enable an attacker to inject or manipulate cross-origin content within the victim's browser session. No public exploit has been identified at time of analysis and EPSS sits at 0.22% (13th percentile), with SSVC confirming no observed exploitation - placing this in the patch-on-schedule rather than emergency-response tier.
Technical ContextAI
Blink is Google Chrome's HTML rendering engine, responsible for parsing and executing web content including enforcement of the same-origin policy (SOP) - the foundational browser security boundary that prevents JavaScript in one origin from reading or writing resources belonging to another. The root cause is classified as CWE-346 (Origin Validation Error), indicating that a specific implementation path in Blink fails to correctly validate the origin of an operation before permitting it. The affected CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* covers all Chrome desktop builds; the EUVD entry EUVD-2026-50704 and vendor advisory narrow the affected range to all versions below 151.0.7922.72. The exact Blink code path is not yet publicly disclosed, consistent with the Chromium issue tracker reference (issues.chromium.org/issues/501675996) likely being restricted to allow patch propagation before full disclosure.
RemediationAI
The definitive fix is upgrading Google Chrome to version 151.0.7922.72 or later, as released in the stable desktop channel and documented at https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html. Chrome's built-in auto-update mechanism handles this transparently for most consumer deployments; enterprise administrators using managed browser policies (Google Admin Console, Chrome Browser Cloud Management, or GPO-based deployment) should verify that the stable channel version has propagated to managed endpoints and confirm via fleet inventory. If an immediate upgrade is operationally blocked, a compensating control is to restrict end-user browsing to allowlisted trusted origins via enterprise URL filtering or Chrome's managed site list policy - this limits the attack surface but introduces significant usability trade-offs and is not a substitute for patching. No vendor-documented workarounds exist beyond 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-50704
GHSA-v874-3455-525x