Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Inappropriate implementation in Canvas in Google Chrome prior to 149.0.7827.53 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 Canvas implementation affects all versions prior to 149.0.7827.53, allowing a remote unauthenticated attacker to violate cross-origin integrity guarantees through a crafted HTML page. The vulnerability carries a High integrity impact (I:H) with no confidentiality or availability consequence, meaning an attacker can write or manipulate cross-origin data rather than read it. No public exploit code has been identified at time of analysis, and EPSS at 0.02% (4th percentile) suggests minimal observed exploitation pressure currently.
Technical ContextAI
The vulnerability resides in Chrome's HTML Canvas API implementation, which exposes a 2D and WebGL drawing surface to JavaScript. CWE-346 (Origin Validation Error) identifies the root cause: the browser's Canvas subsystem fails to correctly enforce origin boundaries, allowing a document from one origin to interact with or influence canvas state that should be isolated to another origin. The Same-Origin Policy (SOP) is a foundational browser security primitive; a flaw in its Canvas enforcement can allow cross-origin writes or tainting bypasses. The affected product per ENISA EUVD and NVD CPE data is Google Chrome versions below 149.0.7827.53 on the desktop stable channel. Chromium has internally classified this as Medium severity (consistent with CVSS 6.5).
RemediationAI
The primary remediation is to update Google Chrome to version 149.0.7827.53 or later, which contains the vendor-released patch for this issue. Enterprise administrators should verify Chrome is on the current stable channel via chrome://settings/help or fleet management tooling and push the update immediately. The release announcement is documented at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop.html. For environments where immediate upgrade is not feasible, compensating controls include enforcing Content Security Policy (CSP) headers with strict same-origin directives on internal web applications to reduce the attack surface, and restricting navigation to untrusted external URLs via browser enterprise policy (URLBlocklist). Note that CSP controls are server-side mitigations for sites you control and do not prevent a user from navigating to an attacker-controlled page independently. No workaround fully substitutes for the upstream patch.
Same weakness CWE-346 – Origin Validation Error
View allSame technique Authentication Bypass
View allVendor StatusVendor
SUSE
Severity: Medium| Product | Status |
|---|---|
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34529
GHSA-fw2c-hw9c-74wv