MEDIUM 5.3

CVE-2026-13874: Chrome DataTransfer Race Condition Memory Disclosure Vulnerability

A race condition exists in Google Chrome's DataTransfer mechanism that allows attackers to leak sensitive information from process memory. An attacker can craft a malicious HTML page that, when visited by a user, exploits timing vulnerabilities to read data that should be protected. While the attack requires user interaction (visiting a malicious website) and careful timing, the potential exposure of process memory contents makes this a meaningful privacy risk.

Source data · NVD / CISA · public domain

CVSS
3.1 · 5.3 MEDIUM · CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N
Weaknesses (CWE)
CWE-362
Affected products
4 configuration(s)
Published / Modified
2026-06-30 / 2026-07-01

NVD description (verbatim)

Race in DataTransfer in Google Chrome prior to 150.0.7871.47 allowed a remote attacker to obtain potentially sensitive information from process memory 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-13874 is a race condition (CWE-362) in the DataTransfer functionality of Google Chrome prior to version 150.0.7871.47. The vulnerability allows an unauthenticated remote attacker to obtain sensitive information from process memory via a specially crafted HTML page. The attack vector is network-based and requires user interaction. The Chromium security team classified this as medium severity due to the confidentiality impact combined with the need for specific timing conditions and user engagement. The vulnerability affects Chrome on Windows, macOS, and Linux systems.

Business impact

The primary business risk is unauthorized disclosure of sensitive data from affected processes. Depending on what data is accessible in memory at the time of exploitation, this could include cached credentials, session tokens, personal information, or internal application state. For enterprises, the threat is moderate but not insignificant—a targeted campaign could extract valuable data from users browsing internal or partner websites. However, the race condition requires careful timing and user interaction, which limits the scope compared to direct remote code execution vulnerabilities.

Affected systems

Google Chrome versions prior to 150.0.7871.47 are vulnerable. The issue affects Chrome running on Microsoft Windows, Apple macOS, and Linux systems. Chrome on other platforms (Android, iOS) may also be affected; verify with the official Chrome release notes. Users of Chromium-based browsers (Edge, Brave, Opera) should check their respective vendor advisories for patched versions.

Exploitability

Exploitation requires a remote attacker to craft a malicious HTML page and trick a user into visiting it. The attacker cannot force the visit; the user must click a link or navigate to the malicious site. Additionally, the race condition must be timed correctly, meaning reliability of exploitation is not guaranteed. This limits widespread weaponization but does not eliminate the risk, particularly in targeted scenarios. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, indicating no observed in-the-wild exploitation at the time of publication, though this does not guarantee future safety.

Remediation

Immediately update Google Chrome to version 150.0.7871.47 or later. The fix addresses the race condition in DataTransfer. Enable automatic updates if not already configured. For enterprise environments, use Chrome enterprise policies to enforce updates or deploy the patched version through managed software distribution. Also advise users to avoid clicking suspicious links and to keep browser extensions minimal, as additional processes can increase memory exposure surface.

Patch guidance

Google has released Chrome 150.0.7871.47 as the fix. Verify the installed version via Chrome menu > About Google Chrome, which will show the current version and auto-update status. For macOS users, also confirm that OS-level security updates are applied, as the vulnerability affects the full Chrome application stack on that platform. Linux users should obtain the update from their distribution's package manager or directly from Google's download page. Chromium-based browser vendors (Microsoft Edge, Brave, etc.) should have released coordinated patches; check those vendors' security advisories.

Detection guidance

Monitor for Chrome process activity involving DataTransfer operations with unusual memory access patterns. Endpoint detection tools should flag attempts to read process memory across privilege boundaries. Additionally, network-based detection should identify suspicious HTML content referencing DataTransfer APIs with uncommon timing or asynchronous patterns. However, given the race condition nature, signature-based detection is challenging; focus on behavioral anomalies and ensure that web filtering solutions block known malicious sites. No specific network indicators are available without samples of actual exploits.

Why prioritize this

This vulnerability merits prompt but not emergency attention. The CVSS score of 5.3 (Medium) reflects the confidentiality risk balanced against the need for user interaction and timing precision. It does not pose a denial-of-service or code execution threat. Prioritize patching for users who frequently visit untrusted websites or access sensitive information in the browser (e.g., email, financial services, internal systems). For low-risk users in controlled environments, a standard patching window is acceptable, but enterprises should plan updates within days rather than weeks.

Risk score, explained

The CVSS v3.1 score of 5.3 (Medium) is derived from the vector CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N. The score reflects: high confidentiality impact (C:H) because process memory can leak sensitive data; no integrity or availability impact; network attack vector (AV:N); high attack complexity (AC:H) due to the race condition requirement; and required user interaction (UI:R). The lack of privilege requirements (PR:N) prevents the score from being lower. This is a classic information disclosure vulnerability where timing and luck play a role, making it non-trivial but still actionable for adversaries in targeted campaigns.

Frequently asked questions

Can this vulnerability be exploited without user interaction?

No. The attacker must trick a user into visiting a malicious HTML page. There is no mechanism for remote code execution or automatic drive-by exploitation. Users who avoid clicking suspicious links are at lower risk, though no browsing is entirely safe.

What type of data could be leaked?

Any data currently in the Chrome process memory could potentially be exposed, including session tokens, cached passwords, cookies, browsing history fragments, and data from open web pages. The exact content depends on what the browser has loaded and what is resident in memory at the moment of exploitation.

Is this vulnerability already being exploited in the wild?

As of the publication date, this vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog, meaning no confirmed active exploitation has been reported. However, the absence of public reports does not guarantee no threat actors are attempting to exploit it.

Do I need to patch if I use automatic updates?

If Chrome's automatic update is enabled (the default), you should receive version 150.0.7871.47 automatically. Check Chrome > About Google Chrome to confirm the version. Manual update is only needed if automatic updates are disabled or delayed by policy.

This analysis is based on the CVE record and Chromium security advisory published on 2026-06-30. Patch versions, affected product versions, and CVE/CVSS details must be verified against the official Google Chrome Security & Privacy blog and vendor advisories before deployment. This explainer does not constitute a guarantee of security and is provided for informational purposes. Organizations should conduct their own risk assessment based on their specific environment, user populations, and threat landscape. No exploit code or proof-of-concept is provided. Always test patches in non-production environments before broad deployment. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).