ConnectWise patches critical ScreenConnect flaw CVE-2026-84869 (CVSS 9.9) after worm-like attacks; CISA adds it to KEV
ConnectWise fixed CVE-2026-84869, a CVSS 9.9 ScreenConnect flaw enabling unauthorized file transfer and execution through active remote sessions, in version 26.6.5 after Huntress reported worm-like exploitation since August 20; CISA added it to the KEV…
ConnectWise warned customers on September 3, 2026 of an unpatched ScreenConnect (ConnectWise Remote Access) flaw affecting file transfer behavior in both cloud and on-premises deployments, allowing files to be transferred and executed through active remote sessions without authorization or host confirmation. With no patch or CVE ID yet available, the vendor recommended an interim mitigation: removing the TransferFiles permission from session groups across all roles, effectively disabling file transfer. Shadowserver tracked nearly 6,000 internet-exposed ScreenConnect instances at the time of disclosure. The flaw was subsequently assigned CVE-2026-84869, scored 9.9 on CVSS, affecting ScreenConnect versions prior to 26.6.5, and was fixed in client version 26.6.5 and later — roughly five days after the initial warning. Sources describe the vulnerability differently: CSO Online calls it an authentication failure, while SecurityWeek characterizes it as missing authorization and improper privilege management. They also disagree on exploitation claims: the Canadian Centre for Cyber Security's advisory AV26-903 (September 9) cites open-source reporting of in-the-wild exploitation, whereas CSO Online notes the ConnectWise advisory itself does not state that exploitation has been observed. The in-the-wild reporting stems from Huntress, which documented worm-like attacks exploiting the flaw since August 20, 2026. In three unrelated August 2026 incidents — a Quick Assist tech-support scam, a phishing-delivered MSI installer, and a fake Geek Squad refund form — victims installed rogue ScreenConnect clients that repeatedly spawned wscript.exe to run a four-stage VBScript chain (1.vbs through 4.vbs). The scripts profiled hosts, enumerated installed security products, and downloaded stage-specific payloads from Dropbox, including a user-level ScreenConnect backdoor, UAC-bypass privilege-escalation tooling, or tunneling utilities bundled with an XMRig cryptocurrency miner. The chain persisted via User Run Keys, erased evidence, attempted UAC bypass, installed UltraViewer, and re-infected newly connected hosts, creating worm-like propagation across ScreenConnect sessions; Huntress recommends reimaging affected hosts. CISA added CVE-2026-84869 to its KEV catalog, requiring federal agencies to patch within three days under BOD 26-04. ScreenConnect has a history of severe flaws: CVE-2024-1709, CVE-2025-3935, and CVE-2026-3564 drew ransomware, APT, and state-sponsored attacks…
- CVE-2026-84869 affects ScreenConnect versions prior to 26.6.5; the fix shipped in client version 26.6.5 and later
- The flaw scores 9.9 on CVSS and enables unauthorized file transfer and execution through active remote sessions without host confirmation
- ConnectWise first warned customers on September 3, 2026; interim mitigation was deselecting the TransferFiles permission for session groups across all roles
- The patch arrived roughly five days after the warning; the Canadian Centre for Cyber Security issued advisory AV26-903 on September 9 urging administrators to update
- Huntress reported in-the-wild exploitation since August 20, 2026, in worm-like attacks spreading rogue ScreenConnect clients between endpoints
- Attack chain: rogue clients repeatedly spawn wscript.exe to run four VBScripts (1.vbs through 4.vbs) that profile hosts, enumerate installed security products, and download stage-specific payloads from Dropbox
- Payload branches deliver a user-level ScreenConnect backdoor, UAC-bypass privilege-escalation tooling, or tunneling utilities with an XMRig cryptocurrency miner
- Initial access in the three August 2026 incidents: a Quick Assist tech-support scam, a phishing-delivered MSI installer, and a fake Geek Squad refund form
Coverage timelineoldest first · each row is one article
- · 9d agoConnectWise warns of new ScreenConnect flaw without patch
BleepingComputer· 60
ConnectWise warns of an unpatched ScreenConnect flaw affecting file transfer in support sessions and shares interim mitigations for MSPs.
Vulnerabilities in this storyAll →
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2024-1709 | Authentication Bypass in ConnectWise ScreenConnect Creates Rogue Admin Accounts ConnectWise ScreenConnect (ConnectWise Control), a widely used remote-access and remote-monitoring tool, contains an authentication bypass (CWE-288) in its management interface. An attacker needs only network access to the management interface to trigger the flaw, with no valid credentials or user interaction required. A successful attacker gains administrative control of the ScreenConnect server by creating a new administrator-level account, providing a foothold that has already been used in ransomware campaigns against downstream managed environments. Any organization running ConnectWise ScreenConnect is affected, especially managed service providers and IT teams whose management interface is reachable from the internet; the source data specifies affected products but no version ranges. Exploitation is confirmed and urgent: CISA added the flaw to the KEV on 2024-02-22 with known ransomware use, EPSS assigns a 100% probability of exploitation within 30 days, and ConnectWise warned that no patch was available at the time of disclosure. Do: Follow ConnectWise's instructions immediately: no patch existed at disclosure, so apply the vendor's mitigations or, per the CISA KEV required action, restrict internet exposure of the management interface or discontinue use until mitigations are available, then upgrade to the vendor's patched release as soon as it ships. Audit ScreenConnect servers for unexpectedly created administrator-level accounts and unusual remote sessions, which are the attack's artifacts. Prioritize any instance whose management interface is reachable from the internet, given confirmed in-the-wild exploitation and known ransomware use. | 10.0 | 100% | KEV ransomware PoC ×3 |
| masstens of thousands of internet-exposed ScreenConnect servers (on the order of 10,000-30,000 instances in public internet scans at disclosure), managing millions… | |
| CVE-2025-3935 | ViewState Code Injection in ConnectWise ScreenConnect May Lead to RCE ConnectWise ScreenConnect versions 25.2.3 and earlier rely on ASP.NET Web Forms ViewState, whose integrity depends on machine keys; if an attacker with privileged system-level access obtains those keys, they can craft and send a malicious ViewState that the server deserializes, potentially resulting in remote code execution. The risk stems from platform-level ASP.NET behavior rather than a defect introduced by ScreenConnect, and the ScreenConnect Client is not directly impacted, though the CVSS vector (PR:H) confirms exploitation requires already having high privileges on the host. An attacker who achieves this gains code execution on the server with the confidentiality, integrity, and availability impact reflected in the 7.2 High score. ScreenConnect 2025.4 mitigates the issue by disabling ViewState entirely and removing any dependency on it. The flaw was added to CISA's Known Exploited Vulnerabilities catalog on 2025-06-02, indicating confirmed exploitation in the wild, with EPSS estimating a 3.4% chance of exploitation in the next 30 days (88th percentile). Do: Upgrade to ScreenConnect 2025.4, which disables ViewState and removes any dependency on it, per vendor instructions and CISA BOD 22-01 requirements; if an upgrade is not immediately possible, apply vendor mitigations or discontinue use of the affected product. Because exploitation requires compromised machine keys, administrators who suspect prior privileged compromise should also review and rotate ASP.NET machine keys and investigate for signs of system-level access. Note ConnectWise is separately rotating ScreenConnect code signing certificates following a nation-state intrusion, so check vendor advisories for related hardening steps. | 7.2 | 3% | KEV |
| largetens of thousands of internet-exposed ScreenConnect servers (≈40,000+ in public scans), serving millions of managed endpoints | |
| CVE-2026-3564 | A condition in the ScreenConnect server component may allow an actor with access to server-level cryptographic material used for authentication to obtain unauth A condition in the ScreenConnect server component may allow an actor with access to server-level cryptographic material used for authentication to obtain unauthorized access, including elevated privileges, in certain scenarios. ScreenConnect host and guest client agents are not independently affected by this CVE. NVD description · AI analysis pending | 9.0 | <1% | — | — | ||
| CVE-2026-84869 | Missing authorization in ScreenConnect client allows unauthorized file execution CVE-2026-84869 is a critical authorization flaw (CWE-862 missing authorization, CWE-269 improper privilege management) in the ScreenConnect client, the endpoint-side agent of ConnectWise's widely used remote access and remote support platform, in which files can be transferred to a machine and executed during an active remote session without the expected authorization or without confirmation by the Host (technician). It is triggered in certain circumstances during an active session, with a network attack vector, low attack complexity, low privileges required, and no user interaction per the CVSS 3.1 vector. An actor who obtains or already holds access to a session context could thereby push and run files on the managed endpoint, potentially achieving code execution with high confidentiality, integrity, and availability impact (CVSS 3.1 score 9.9, scope changed). Only endpoints running the ScreenConnect client are affected; ScreenConnect servers are not impacted, and the affected client version ranges are governed by ConnectWise security advisory AV26-903 (not enumerated in the available data). The flaw is not currently known to be exploited: it is not in CISA KEV, no public proof of concept is known, and EPSS assigns a modest 0.4% probability of exploitation within the next 30 days (32nd percentile). Do: Follow ConnectWise security advisory AV26-903 and update ScreenConnect clients to the patched version it specifies, noting that ScreenConnect servers do not require remediation. Until patching is complete, monitor active remote sessions, require Host confirmation for file transfers, and review recent sessions on high-value endpoints for unexpected transferred or executed files; given no known exploitation and the active-session prerequisite, prioritize endpoints routinely accessed remotely. | 9.9 | <1% | KEV |
| massplausibly millions of managed endpoints running the ScreenConnect client agent |