CVE-2026-13944: Chrome macOS Cross-Origin Data Leak (CVSS 3.1)
Google Chrome on macOS contains a flaw in how it handles data transfers that could allow an attacker to trick users into exposing information across website boundaries. The vulnerability requires the attacker to convince the user to perform specific interactions with a malicious webpage. This is a low-severity issue affecting Chrome versions before 150.0.7871.47 on Mac systems.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 3.1 LOW · CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N
- Weaknesses (CWE)
- CWE-352
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
Inappropriate implementation in DataTransfer in Google Chrome on Mac prior to 150.0.7871.47 allowed a remote attacker who convinced a user to engage in specific UI gestures 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-13944 is a cross-origin data leak vulnerability in Chrome's DataTransfer implementation on macOS. The flaw stems from inappropriate handling of data transfer operations, allowing an attacker to craft HTML pages that, when combined with specific user UI gestures, can exfiltrate data from one origin to another. The vulnerability is classified under CWE-352 (Cross-Site Request Forgery/CSRF), indicating a failure to properly enforce origin isolation during data operations. The Chromium security team assigned this a Medium severity rating, though the CVSS 3.1 score of 3.1 reflects the high barrier to exploitation: the attacker must achieve user interaction on a crafted page, and the impact is limited to confidentiality of origin-specific data.
Business impact
The business risk from this vulnerability is minimal in most environments. Exploitation requires social engineering to convince users to interact with a malicious page in specific ways, and the data exposed is limited to what exists within the browser's data transfer context. For organizations with users accessing sensitive web applications, there is a theoretical risk that attackers could craft pages targeting those applications; however, the low CVSS score and high interaction bar suggest this is not an active threat vector in most threat models. This vulnerability does not enable remote code execution, privilege escalation, or system-wide compromise.
Affected systems
This vulnerability affects Google Chrome on macOS systems running versions prior to 150.0.7871.47. Windows, Linux, Android, and iOS versions of Chrome are not mentioned as affected. macOS users with Chrome installed should verify their version and apply updates. Organizations managing Chrome deployments via mobile device management (MDM) or enterprise policies should verify update status across managed Mac devices.
Exploitability
Exploitation requires multiple conditions: the attacker must host a crafted HTML page, convince a user to visit it, and induce specific UI gestures from that user. This multi-step social engineering requirement significantly limits practical exploitability. The vulnerability has not been added to the CISA Known Exploited Vulnerabilities (KEV) catalog, suggesting no evidence of active exploitation in the wild at the time of disclosure. The attack surface is further constrained by the fact that users must actively engage with browser UI elements in ways they do not typically perform.
Remediation
Apply Chrome version 150.0.7871.47 or later on all affected macOS systems. Users can manually update Chrome via Settings > About Google Chrome, which will prompt download and installation with a browser restart. Organizations should push this update through standard patch management channels and verify completion across their managed Mac estate. No workarounds are available; patching is the only mitigation.
Patch guidance
Verify that Chrome has been updated to version 150.0.7871.47 or later. On macOS, users can confirm the version by clicking the Chrome menu, selecting 'About Google Chrome', and verifying the build number. For enterprise deployments, consult Google's official Chrome release notes and security advisories to confirm patch deployment. No interim versions or partial patches address this specific vulnerability; full update to 150.0.7871.47 is required.
Detection guidance
Detection of exploitation attempts would be challenging without endpoint telemetry, as the vulnerability manifests as suspicious data transfer behavior within the browser process. Behavioral indicators include users receiving phishing or social engineering messages directing them to interact with specific webpage elements in unusual ways. Network detection is unlikely to flag this activity, as the malicious traffic would appear as normal HTTPS communication to legitimate sites. Endpoint detection and response (EDR) solutions may observe unusual data flow patterns from Chrome processes, but this should be correlated with user reports or browser extension logs. For most organizations, proactive patching is more effective than detection.
Why prioritize this
This vulnerability should be prioritized based on standard patch cadence rather than emergency response. The CVSS score of 3.1, combined with the lack of KEV status and the high barrier to exploitation, makes this a routine maintenance update rather than a critical patch. However, organizations should still aim for timely deployment within 2-4 weeks, as the attack is theoretically possible and affects a widely-used browser. Prioritize systems where users are exposed to untrusted content or high-risk browsing scenarios.
Risk score, explained
The CVSS 3.1 score of 3.1 (LOW) reflects several mitigating factors: Network-based attack vector (AV:N) is offset by High attack complexity (AC:H), requiring specific UI gestures and user interaction (UI:R). The scope is Unchanged (S:U), meaning the vulnerability cannot be leveraged to affect systems or data outside Chrome's sandbox. Confidentiality impact is Low (C:L), as only data within the transfer context may leak, not the entire system or all user data. Integrity and Availability are not impacted (I:N/A:N). The combination yields a score that reflects real but limited risk—notable enough to patch, but not urgent enough to disrupt operations.
Frequently asked questions
Is this vulnerability being actively exploited?
No. The vulnerability has not been added to the CISA Known Exploited Vulnerabilities (KEV) catalog, which tracks CVEs with confirmed active exploitation. This suggests no evidence of in-the-wild attacks at the time of public disclosure.
Do I need to update Chrome immediately?
Update within your standard patch cycle (typically 2-4 weeks). This is not a zero-day or critical vulnerability requiring emergency patching. However, do not delay indefinitely—the flaw does allow cross-origin data leakage under specific conditions, and users should be on 150.0.7871.47 or later.
Are non-macOS systems affected?
No. The vulnerability is specific to Chrome on macOS. Users on Windows, Linux, Android, and iOS are not affected by this particular flaw, though they should still apply routine Chrome updates for other security improvements.
What user data could be leaked?
Only data within the browser's data transfer context—typically data being copied, pasted, or dragged between origins. This is not a full system compromise or wholesale exfiltration of browsing history, passwords, or cached data. The attacker must craft a page that uses specific DataTransfer operations.
This analysis is based on the official CVE record and Chromium security advisory published as of the vulnerability's disclosure date. Patch versions, affected versions, and severity ratings are derived from authoritative vendor sources and should be verified against the latest Google Chrome and Chromium security documentation. Organizations should not rely solely on this summary for compliance or risk decisions; conduct internal testing and validate patch applicability to your specific Chrome deployment. No exploit code or proof-of-concept is provided or endorsed by this analysis. 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-11155MEDIUMChrome CSS Cross-Origin Data Leak Vulnerability