CVE-2026-13935: Chrome ComputePressure Side-Channel Information Leakage (CVSS 6.5)
Google Chrome versions prior to 150.0.7871.47 contain a side-channel vulnerability in the ComputePressure API that allows an attacker to extract sensitive cross-origin data through a specially crafted webpage. The vulnerability does not require special privileges or system access—only that a user visit a malicious site—but does not enable attackers to modify data or disrupt service. The flaw stems from timing or behavioral information leakage when the browser queries system pressure metrics, potentially exposing information about other websites or applications running concurrently.
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-01
NVD description (verbatim)
Side-channel information leakage in ComputePressure 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
This vulnerability exploits improper isolation in Chrome's ComputePressure implementation, a performance API that reports CPU and memory pressure states. The side-channel attack leverages timing variations or observable state changes to infer information about concurrent processes or cross-origin activity. The vulnerability is classified as CWE-1300 (Information Exposure Through Physical Means), indicating that physical or behavioral characteristics of the system can be observed and correlated to extract confidential data. The attack surface is network-based with low complexity; no user interaction beyond visiting a page is strictly required, though the CVSS vector indicates UI interaction (clicking, navigation) is part of the attack chain. The lack of authentication or elevated privileges needed strengthens the practical attack likelihood.
Business impact
Organizations face confidential data exposure risk if employees or customers use affected Chrome versions to visit untrusted sites. Potential leaked information could include indicators of internal processes, deployment patterns, or infrastructure load—valuable for reconnaissance before targeted attacks. While not immediately enabling account takeover or system compromise, the information gain supports follow-on attacks (privilege escalation, lateral movement planning). For vendors building services on ComputePressure, the vulnerability may undermine trust in the API's isolation guarantees and prompt feature redesign or deprecation discussions.
Affected systems
The vulnerability affects Google Chrome browsers prior to version 150.0.7871.47. This includes all Chrome deployments on Windows, macOS, Linux, Android, and iOS running earlier versions. Users of Chromium-based browsers (Edge, Opera, Brave) may also be affected if they have not yet received corresponding patches in their release cycles. No server-side systems are directly affected; the attack originates from client-side browser behavior.
Exploitability
Exploitation requires only network access and the ability to host or inject a malicious HTML page into a user's browsing session. No special browser configuration, extensions, or user software is required. The attack succeeds on any unpatched version below 150.0.7871.47. However, successful data extraction likely requires either repeated observations, statistical analysis of timing measurements, or knowledge of expected system states to correlate against observed pressure signals. This raises the bar for casual exploitation but remains within reach of skilled attackers. The vulnerability is not currently tracked in CISA's Known Exploited Vulnerabilities catalog, suggesting either recent discovery or limited active exploitation in the wild.
Remediation
Users must update Chrome to version 150.0.7871.47 or later. Google typically rolls out updates automatically, but users should verify completion via Chrome Settings > About > Google Chrome. Organizations managing Chrome instances should verify deployment of the patched version across all endpoints. No workaround exists; patching is the only mitigation. Consider increasing monitoring of user browsing activity or restricting access to high-risk sites if immediate patching is delayed.
Patch guidance
Update to Chrome 150.0.7871.47 or any subsequent release. Verify the update by navigating to chrome://settings/help, which displays the installed version and triggers an automatic check for newer releases. For enterprise deployments, use Google's Chrome policy templates to enforce minimum version requirements (MinimumChromeVersion). Staggered rollout is acceptable given the vulnerability's moderate severity, but all instances should reach the patched version within 30 days of release. Monitor Chrome update status via Google Admin Console or third-party endpoint management tools.
Detection guidance
Detection is primarily behavioral. Monitor for unusual patterns of browser resource pressure queries (ComputePressure API calls) from suspicious origins or domains known for exploitation. Correlate timing of API calls with cross-origin navigation or unexpected JavaScript execution. Network-based detection is limited; the attack manifests as normal HTTPS traffic. Consider deploying Content Security Policy (CSP) headers to restrict script execution origins and reduce the attack surface. Browser telemetry and crash reports may reveal exploitation attempts; review Chrome crash logs for related errors. User reports of unexplained slowdowns or unexpected data leaks should prompt browser version audits.
Why prioritize this
This vulnerability merits prompt but non-emergency patching. The CVSS score of 6.5 reflects moderate risk: network accessibility, low attack complexity, and high confidentiality impact are offset by the lack of integrity or availability effects and the requirement for user interaction. No critical data systems are directly at risk, but information leakage can accelerate subsequent attacks. Organizations should prioritize patching endpoints whose users regularly visit untrusted or high-risk sites (research, open-source communities, forums). Workstations of security analysts, developers, and IT staff are secondary priorities. Remote workers and BYOD devices should be addressed within 30–45 days.
Risk score, explained
The CVSS 3.1 score of 6.5 (Medium) reflects: (1) Network vector (AV:N) – the flaw is remotely exploitable via a webpage; (2) Low attack complexity (AC:L) – no special browser configuration or race conditions are required; (3) No privileges required (PR:N) – standard user context suffices; (4) User interaction needed (UI:R) – the user must navigate to or remain on the attacker's page; (5) Unchanged scope (S:U) – the attack does not cross privilege boundaries; (6) High confidentiality impact (C:H) – information leakage is substantial; (7) No integrity or availability impact (I:N, A:N) – data cannot be modified and service is not disrupted. The score appropriately balances the ease of exploitation against the limited scope of harm.
Frequently asked questions
Can this vulnerability steal my passwords or credit card numbers?
The vulnerability leaks timing and behavioral information about system pressure metrics, not direct memory contents. It cannot directly exfiltrate passwords, authentication tokens, or payment card data. However, attackers could use the leaked information to infer which applications you are running or what load your system is under, potentially informing follow-on social engineering or targeted attacks. Always use strong, unique passwords and monitor accounts for unauthorized access.
Do I need to do anything if I have Chrome set to auto-update?
Chrome typically updates automatically in the background and restarts when the update is complete. Verify that you are on version 150.0.7871.47 or later by opening chrome://settings/help. If an older version is shown, restart your browser or computer to allow the update to apply. For maximum assurance, manually check for updates and restart immediately.
What is the ComputePressure API and why do I need it?
ComputePressure is a browser API that applications use to detect system CPU and memory pressure and adjust workload accordingly—for example, reducing video resolution or pausing background tasks when the system is under stress. It is useful for web applications but optional; most users will not directly interact with it. The vulnerability occurs because this API was not properly isolated from cross-origin observation.
Is this vulnerability being actively exploited in the wild?
As of the publication date, this vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog, suggesting limited or no active in-the-wild exploitation at the time of disclosure. However, the relative ease of exploitation means that proof-of-concept code could emerge quickly. Patching promptly remains the best defense.
This analysis is provided for informational purposes and should not be construed as legal, compliance, or professional security advice. Organizations must conduct their own risk assessments and consult vendor advisories before deploying patches or making security decisions. SEC.co does not warrant the completeness or accuracy of this information and disclaims liability for damages arising from its use. Always verify patch versions and affected product ranges directly with Google's official security advisories before taking action. 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-13790MEDIUMGoogle Chrome Side-Channel Vulnerability Allows Cross-Origin Data Leakage
- CVE-2026-13809MEDIUMiOS Chrome Safe Browsing Side-Channel Information Leakage
- CVE-2026-13922MEDIUMChrome Paint Side-Channel Data 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