CVE-2026-13952: Chrome PerformanceAPIs Cross-Origin Data Leak (Medium Severity)
A flaw in Google Chrome's PerformanceAPIs allows attackers to steal data from different websites without proper authorization. An attacker can craft a malicious webpage that, when visited by a user, reads sensitive information from other sites the user has open. The vulnerability requires user interaction—the victim must visit the attacker's page—but no special browser settings or advanced technical knowledge are needed to exploit it. Google has patched this issue in Chrome version 150.0.7871.47 and later.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 4.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
- Weaknesses (CWE)
- CWE-352
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
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)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-13952 stems from inappropriate implementation in Chrome's PerformanceAPIs, enabling cross-origin data leakage through a crafted HTML page. The vulnerability is classified as CWE-352 (Cross-Site Request Forgery), though the manifestation here is more specifically a cross-origin information disclosure. The attack surface is network-based (AV:N) with low attack complexity (AC:L), requiring no privileges but user interaction (UI:R). The impact is limited to confidentiality of cross-origin data; integrity and availability are not affected. Chromium security assessment: Medium severity.
Business impact
While the CVSS score is relatively modest at 4.3, the practical risk should not be underestimated. Attackers could exfiltrate session tokens, CSRF tokens, API keys, or other sensitive cross-origin content that a logged-in user possesses. For organizations where employees access sensitive cloud applications, banking platforms, or internal dashboards, this vulnerability creates a vector for credential theft or unauthorized data access. The requirement for user interaction (visiting a malicious site) limits mass exploitation but remains a credible phishing or watering-hole attack scenario.
Affected systems
Google Chrome releases prior to version 150.0.7871.47 are affected. This includes stable, beta, and extended-release channels on Windows, macOS, Linux, Android, and iOS. Organizations standardizing on Chrome for employee access should prioritize confirmation that all deployed instances have been updated to 150.0.7871.47 or later.
Exploitability
Exploitation is straightforward in technical terms: an attacker hosts a malicious webpage, tricks or waits for a user to visit it, and the PerformanceAPIs flaw permits reading cross-origin data without the victim's explicit knowledge. No sophisticated techniques, exploit kit integration, or zero-day chain is required. However, real-world exploitation depends on social engineering or compromised distribution channels to drive traffic to the attack page. As of the published date (2026-06-30), this vulnerability has not been added to CISA's Known Exploited Vulnerabilities (KEV) catalog, though the low barrier to exploitation suggests monitoring is warranted.
Remediation
Update Google Chrome to version 150.0.7871.47 or any subsequent release. Organizations with managed Chrome deployments should trigger automatic updates or use group policy (on Windows) and configuration management to enforce the patch. For personal devices, users should enable automatic updates and restart their browser. Verify the installed version via Chrome menu > About Google Chrome, which will also show whether the update has been applied and the browser restarted.
Patch guidance
Google released the fix in Chrome 150.0.7871.47. Check your current version under Settings > About > Google Chrome (it auto-checks for updates). If your installed version is 150.0.7871.47 or higher, you are protected. If your version number is lower, click 'Update' and restart the browser. Enterprise administrators should confirm patch deployment via Chrome management console or device management tools within 5–7 days of publication.
Detection guidance
Network-level detection is difficult because the attack occurs within the browser's PerformanceAPIs and does not generate abnormal network traffic signatures. Endpoint detection should focus on Chrome process version auditing—ensure all Chrome instances report version 150.0.7871.47 or later. User-awareness training remains important: advise employees to avoid visiting untrusted or unexpected links, particularly from unfamiliar senders. Monitor for anomalous cross-origin requests in web application logs if your environment has sophisticated session telemetry.
Why prioritize this
Although the CVSS score is moderate (4.3), prioritize patching because: (1) exploitation requires no special privileges or technical complexity, (2) the attack vector is network-facing and user-initiated phishing is a common delivery method, and (3) the leaked data—tokens, cookies, credentials—can have severe downstream consequences. This is a low-friction attack that should be remediated quickly to reduce window of exposure.
Risk score, explained
The CVSS 3.1 score of 4.3 reflects the attack vector (network), low complexity, no privileges required, but the necessity of user interaction and limited scope (confidentiality only, no integrity or availability impact). While the numerical score is medium-range, the real-world risk is amplified by how easily an attacker can craft the exploit and by the sensitive nature of cross-origin data that may be leaked. Security teams should not anchor decisions on the CVSS score alone; contextualize it within your threat model and the sensitivity of data users access.
Frequently asked questions
Can this vulnerability be exploited without the user clicking a link?
No. The attacker must induce the user to visit a crafted webpage. However, this can be accomplished via phishing, malicious ads, social engineering, or watering-hole attacks. Once the user lands on the attacker's page, the exploit executes automatically without further interaction.
Will updating Chrome break my extensions or settings?
Chrome patches are designed to be backward-compatible. Extensions and settings are preserved across minor and security updates. However, always test critical workflows in a non-production environment if you manage large deployments.
How do I know if my organization's Chrome instances are patched?
For personal use, check Settings > About > Google Chrome. For enterprise, use your device management platform (MDM) to audit Chrome versions across your fleet. Most organizations with auto-update enabled should be protected within 48–72 hours of patch release.
What type of data can an attacker steal with this vulnerability?
Attackers can read cross-origin data that the browser has loaded, potentially including session cookies, CSRF tokens, API response data, or other sensitive information from websites the user is logged into. The exact data depends on the target website's security posture and what is exposed via the PerformanceAPIs interface.
This analysis is based on publicly available vulnerability information as of June 30, 2026. Actual exploitation risk may vary depending on your environment, user behavior, and the sensitivity of accessed data. Always verify patch details and compatibility with your organization's systems before deployment. SEC.co does not provide warranty for the accuracy of third-party vendor advisories; reference official Chrome security releases for authoritative guidance. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-11020MEDIUMChrome Extension XML Cross-Origin Data Leak – Patch to 149.0.7827.53
- CVE-2026-11083MEDIUMChrome Password Manager Cross-Origin Data Leak Vulnerability
- CVE-2026-11084MEDIUMChrome Password Manager Cross-Origin Data Leak (v149.0.7827.53)
- CVE-2026-11106MEDIUMCross-Origin Data Leak in Google Chrome Media Component
- CVE-2026-11129MEDIUMChrome Extension Cross-Origin Data Leak Vulnerability
- CVE-2026-11134MEDIUMChrome Media Component Cross-Origin Data Leak Vulnerability
- CVE-2026-11139MEDIUMChrome Cross-Origin Data Leak in Paint Implementation
- CVE-2026-11148MEDIUMChrome Android Payment Data Leak Vulnerability