Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
S:C assessed over vendor's S:U because cross-origin data leakage inherently breaches a separate security scope (another origin); other metrics match the provided vector.
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Inappropriate implementation in PerformanceAPIs in Google Chrome prior to 150.0.7871.47 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: Medium)
AnalysisAI
Cross-origin data leakage in Google Chrome's PerformanceAPI implementation (versions prior to 150.0.7871.47) allows a remote unauthenticated attacker to infer sensitive data from other browser origins by luring a victim to visit a crafted HTML page. The flaw exploits timing measurements exposed by the Performance API to create a side-channel that bypasses the Same-Origin Policy for limited data reads. No public exploit code or active exploitation (CISA KEV) has been identified; EPSS probability stands at 0.21% (11th percentile), consistent with SSVC's 'exploitation: none' assessment.
Technical ContextAI
The Performance API (window.performance, PerformanceObserver, PerformanceMark/Measure) is a W3C browser API that exposes high-resolution timing data to JavaScript. An 'inappropriate implementation' in Chromium's handling of these APIs creates a timing side-channel: a crafted page can issue cross-origin resource requests and measure fine-grained timing deltas via PerformanceResourceTiming entries or similar hooks, allowing inference about the content or state of resources from another origin. This class of flaw is rooted in CWE-352 as tagged, though the description's cross-origin data-leak pattern more precisely resembles a CWE-203 (Observable Timing Discrepancy) or CWE-359 side-channel - the CSRF/CWE-352 tag may indicate the mechanism by which cross-origin requests are triggered as part of the measurement. Affected CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* for versions prior to 150.0.7871.47.
RemediationAI
Update Google Chrome to stable channel version 150.0.7871.47 or later, which contains the vendor-released patch for this issue. The advisory is published at http://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html. Chrome's built-in auto-update mechanism should apply this patch automatically for most managed and consumer deployments; administrators should verify fleet compliance via endpoint management tooling. As a temporary compensating control pending patching, browser-based mitigations such as enabling Site Isolation (--site-per-process, enabled by default in modern Chrome) may reduce the cross-origin data accessible via timing side-channels, though this does not fully remediate the flaw. Reducing PerformanceObserver and PerformanceResourceTiming API surface via enterprise policy is not straightforward without breaking legitimate web application performance tooling.
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
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-40640
GHSA-w89m-8ch9-hcx6