CVE-2026-13925: Chrome Downloads RCE on Windows – Patch to 150.0.7871.47
Google Chrome on Windows contains a flaw in how it handles downloaded files that could allow an attacker to run malicious code on your computer. The attack requires tricking a user into performing specific actions (like clicking or dragging) while viewing a specially crafted webpage. Once triggered, the vulnerability grants full control over the affected system, including the ability to read sensitive data, modify files, or disable functionality.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-20
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
Inappropriate implementation in Downloads in Google Chrome on Windows prior to 150.0.7871.47 allowed a remote attacker who convinced a user to engage in specific UI gestures to execute arbitrary code 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-13925 is an arbitrary code execution vulnerability stemming from improper input validation (CWE-20) in Chrome's Downloads implementation on Windows. The vulnerability exists in versions prior to 150.0.7871.47. The attack chain requires user interaction—specifically, deliberate UI gestures—to trigger the malicious payload embedded in a crafted HTML page. The Chromium project classified this as Medium severity at the code level, though the CVSS 3.1 assessment (7.5 HIGH) reflects the impact and exploitability profile: network-accessible, requires user action, but delivers complete system compromise (confidentiality, integrity, and availability impact).
Business impact
Successful exploitation could result in unauthorized access to sensitive corporate data, installation of persistent malware, lateral movement within a network, or data exfiltration. Given that Chrome is widely used for business workflows, an attacker exploiting this vulnerability could gain access to credentials, intellectual property, email, or other assets viewed or accessed through the browser. The requirement for user interaction means social engineering or targeted phishing campaigns would likely precede exploitation attempts.
Affected systems
Google Chrome on Microsoft Windows running versions prior to 150.0.7871.47 are affected. The vulnerability does not impact Chrome on macOS, Linux, or Android based on the description's Windows-specific scope. Any Windows user with Chrome installed and visiting an attacker-controlled or compromised website is at risk.
Exploitability
Exploitability is moderate and requires social engineering. An attacker must convince a user to visit a malicious webpage and then perform specific UI interactions (such as clicking, dragging, or other gestures) to trigger the payload. This is not a one-click or passive attack; it demands deliberate user actions, which raises the bar compared to drive-by attacks but remains realistic in targeted or mass-phishing scenarios. No public exploit code is known to be widely available at present.
Remediation
Immediately update Google Chrome to version 150.0.7871.47 or later on all Windows systems. Users can check their current version in Chrome Settings > About Chrome, which will automatically prompt an update if one is available and install it on the next browser restart. Organizations should enforce automatic updates through group policy, mobile device management (MDM), or browser management tools to ensure timely patching across their user base.
Patch guidance
Google Chrome auto-updates by default, but users should manually verify they are running version 150.0.7871.47 or higher. Navigate to chrome://settings/help in the address bar to check version and force an update if needed. For enterprise environments, leverage Chrome's managed preferences (enterprise.google.com) to enforce automatic updates and prevent users from disabling them. Test patched builds in a non-production environment first to confirm no compatibility issues with internal applications or extensions.
Detection guidance
Monitor Chrome version compliance across your infrastructure using MDM tools, endpoint detection and response (EDR) solutions, or browser inventory software. Hunt for suspicious child processes spawned from Chrome, unusual file write activity in the Downloads folder, or unexpected registry modifications that may indicate successful exploitation. Network-level detection is challenging because the attack leverages legitimate browser downloads; focus on behavioral indicators such as reconnaissance activity, credential theft, or malware staging following a suspected infection window.
Why prioritize this
Although not yet on CISA's KEV (Known Exploited Vulnerability) catalog, this vulnerability warrants high-priority patching due to its HIGH CVSS score, the potential for remote code execution, the ubiquity of Chrome, and the relatively low bar for triggering user interaction in targeted attacks. The Windows-specific scope means all Windows-based Chrome users are at risk. Organizations should treat this as a critical patch, particularly for users in high-risk roles (executives, researchers, developers) who may be targeted by sophisticated threat actors.
Risk score, explained
The CVSS 3.1 score of 7.5 (HIGH) reflects a network-accessible vulnerability with high impact across all security dimensions (confidentiality, integrity, availability). The attack complexity is set to HIGH because it requires deliberate user interaction via specific UI gestures, which limits opportunistic attacks. However, the score does not require authentication or special system privileges, making it accessible to remote attackers. The overall rating balances the ease of code execution (once interaction is triggered) against the practical difficulty of convincing users to perform those gestures.
Frequently asked questions
Do I need to do anything if I have Chrome set to auto-update?
Chrome auto-updates in the background, but you should manually verify you're on 150.0.7871.47 or later by going to chrome://settings/help. If an update is pending, restart Chrome to complete installation. Auto-update can be delayed or blocked by system policies, so verification is always prudent for security-critical patches.
Could this vulnerability be exploited without any user action?
No. The CVE specifically requires the user to perform deliberate UI gestures—such as clicking, dragging, or other intentional interactions—while viewing a malicious webpage. This is not a passive or drive-by attack, which lowers the risk compared to zero-interaction exploits, but it is still exploitable through social engineering and targeted campaigns.
Is this affecting Chrome on my Mac or Linux machine?
No. CVE-2026-13925 is specific to Google Chrome on Windows. macOS, Linux, and Android versions of Chrome are not mentioned as affected. However, all users should keep their browsers patched regardless of OS.
What should I do if I suspect I was exploited before patching?
Update Chrome immediately to the patched version, then run a full system antivirus and malware scan with updated definitions. Consider changing passwords for sensitive accounts (email, banking, corporate), review account activity for unauthorized access, and notify your IT or security team. If you work in a sensitive role, inform your security operations center (SOC) so they can monitor for lateral movement or data exfiltration.
This analysis is provided for informational purposes only and does not constitute professional security advice. Patch version numbers and affected versions are based on the published vulnerability record; verify against official Google Chrome release notes and vendor advisories before deploying patches in production. No exploit code is disclosed or provided. Organizations should conduct their own risk assessment and testing before applying updates. SEC.co assumes no liability for damage arising from the use or misuse of this information. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-10021HIGHGoogle Chrome USB Validation Flaw – RCE Vulnerability Patch
- CVE-2026-10904HIGHChrome V8 Sandbox Escape Remote Code Execution
- CVE-2026-10911HIGHChrome Sandbox Escape Vulnerability (High Severity)
- CVE-2026-10917HIGHChrome Media Sandbox Escape Vulnerability (High CVSS 8.3)
- CVE-2026-10922HIGHChrome DevTools Same-Origin Policy Bypass (CVSS 8.8)
- CVE-2026-10942HIGHGoogle Chrome Windows Privilege Escalation Vulnerability
- CVE-2026-10968HIGHChrome Cross-Origin Data Leak in Dawn Graphics Engine (CVSS 7.4)
- CVE-2026-10969HIGHChrome Extension Privilege Escalation Vulnerability – Patch Guidance