CVE-2026-13790: Google Chrome Side-Channel Vulnerability Allows Cross-Origin Data Leakage
A side-channel vulnerability in Google Chrome's Scroll feature allows attackers to extract sensitive cross-origin data by tricking users into visiting a malicious webpage. The flaw exploits timing or behavioral patterns in how the browser handles scroll operations, potentially exposing information from websites the user has visited or is logged into. Chrome versions prior to 150.0.7871.47 are vulnerable.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 6.5 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
- Weaknesses (CWE)
- CWE-1300
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
Side-channel information leakage in Scroll 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: High)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-13790 is a side-channel information leakage vulnerability (CWE-1300) in the Scroll implementation of Google Chrome. An unauthenticated remote attacker can craft a malicious HTML page that, when visited by a user, leaks cross-origin data through observable differences in scroll behavior or timing. The vulnerability requires user interaction but no special privileges. The attack surface is broad because any website can host the malicious payload. Google assigned this a High security severity rating; the CVSS 3.1 score of 6.5 (Medium) reflects the confidentiality impact and user-interaction requirement.
Business impact
This vulnerability poses a direct threat to user privacy and organizational security posture. Attackers could harvest authentication tokens, session cookies, personal information, or other sensitive data from cross-origin contexts without users' awareness. For enterprises, this means users who visit a phishing or compromised website could inadvertently leak credentials or information related to internal services or SaaS platforms they're authenticated to. Widespread exploitation could erode user trust and create compliance risks under privacy regulations (GDPR, CCPA, etc.) if user data is exfiltrated at scale.
Affected systems
Google Chrome browsers running version 150.0.7871.47 and earlier are vulnerable. This includes Chrome on Windows, macOS, Linux, Android, and iOS. Any user who has not yet updated to 150.0.7871.47 or later is at risk. Organizations relying on Chrome as their primary browser face exposure across their user base until patches are deployed.
Exploitability
Exploitability is moderate to high. The attack requires no special privileges and does not depend on software vulnerabilities elsewhere on the system. However, it requires user interaction—specifically, a user must visit or be redirected to the attacker's crafted HTML page. This is a realistic threat vector via phishing, drive-by download scenarios, or social engineering. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog as of the published date, but side-channel flaws are often weaponized once details become public.
Remediation
The primary remediation is to update Google Chrome to version 150.0.7871.47 or later. Google typically deploys patches automatically and notifies users of available updates. Organizations should verify that auto-updates are enabled and audit their deployed Chrome versions to identify stragglers. Additionally, encourage users to be cautious about visiting untrusted links or websites, particularly from unsolicited emails or messages.
Patch guidance
Deploy Chrome 150.0.7871.47 or later across all endpoints. Verify the patch version through Chrome's Settings > About Google Chrome, which will display the current version and trigger auto-update if available. For enterprise deployments using Google Admin Console, push the minimum version requirement to Chrome 150.0.7871.47 or newer. Test the patch in a non-production environment to confirm functionality before enterprise rollout. Monitor Chrome release notes for any associated breaking changes.
Detection guidance
Standard log-based detection is limited because this is a browser-level side-channel exploit; no network-layer signatures reliably identify the attack. Focus on behavioral indicators: monitor for users visiting suspicious domains shortly before credential compromise, watch for unusual patterns in session token usage or geographic anomalies, and implement endpoint detection and response (EDR) rules to flag potential data exfiltration. Browser telemetry and sandboxing can help isolate affected devices. Consider supplementing detection with security awareness training to reduce user susceptibility to phishing that delivers the malicious payload.
Why prioritize this
Although the CVSS score is 6.5 (Medium), this vulnerability warrants elevated priority due to its high confidentiality impact, broad user base affected, and low barrier to exploitation (only user interaction required). Side-channel leaks of cross-origin data can expose authentication credentials or sensitive personal information with no obvious artifact on the user's device. The lack of a KEV listing does not diminish urgency—organizations should patch proactively rather than waiting for public exploitation to materialize.
Risk score, explained
The CVSS 3.1 score of 6.5 reflects a Medium severity: the vulnerability has high confidentiality impact (C:H) but no integrity or availability impact (I:N/A:N), requires user interaction (UI:R), has low attack complexity (AC:L), requires no privileges (PR:N), and affects only the confidentiality of user data in the victim's security context (S:U). While the score is moderate, the practical risk is elevated because cross-origin data leakage is a persistent privacy threat, and the attack requires only social engineering to deliver.
Frequently asked questions
Will Chrome auto-update fix this automatically?
Yes, Chrome's automatic update mechanism will deploy version 150.0.7871.47 or later to most users within days of release. However, users who disable auto-updates or do not restart their browser may remain vulnerable. Enterprises managing Chrome deployments should enforce minimum version policies to ensure universal coverage.
Can I tell if I've been exploited by this vulnerability?
Not reliably. Side-channel attacks leave minimal forensic evidence because the data leak occurs through browser behavior (timing, rendering, etc.) rather than a network request or file write. If you suspect exposure, monitor accounts for suspicious activity: check login histories, review open sessions, and consider rotating sensitive credentials as a precaution.
Does this only affect Chrome, or are other browsers vulnerable?
Based on available information, this specific flaw is in Google Chrome's Scroll implementation. Other browsers may have similar side-channel risks in their own rendering engines, but they are not affected by CVE-2026-13790. Each browser vendor is responsible for patching their own implementations.
What is a side-channel attack, and why is cross-origin data leakage serious?
A side-channel attack infers sensitive information by observing indirect effects—such as timing differences, resource consumption, or rendering behavior—rather than directly accessing protected data. Cross-origin leakage is serious because it violates the same-origin policy, a core browser security model. An attacker can harvest data from websites you're logged into without any direct compromise of those sites.
This analysis is based on publicly available vulnerability data and vendor advisories as of the publication date. CVSS scores and severity ratings are assigned by vendors and may be revised. Patch version numbers and affected product versions should be verified against official Google Chrome security bulletins before deployment. SEC.co provides this information for educational and situational awareness purposes; organizations must conduct their own risk assessment based on their specific environment and threat model. No exploit code or detailed attack instructions are provided herein. Always test patches in non-production environments before enterprise deployment. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-11284MEDIUMChrome Performance API Side-Channel Information Disclosure (CVSS 6.5)
- CVE-2026-11289MEDIUMChrome Paint Side-Channel Information Disclosure Vulnerability
- CVE-2026-13809MEDIUMiOS Chrome Safe Browsing Side-Channel Information Leakage
- CVE-2026-13922MEDIUMChrome Paint Side-Channel Data Leakage (CVSS 6.5)
- CVE-2026-13935MEDIUMChrome ComputePressure Side-Channel Information Leakage (CVSS 6.5)
- CVE-2026-14012MEDIUMChrome CSS Side-Channel Information Leakage – Patch Now
- CVE-2026-14071MEDIUMChrome WebAudio Side-Channel Data Leakage (CVSS 6.5)
- CVE-2026-14074MEDIUMChrome iOS WebAuthentication Side-Channel Information Leak