ZeroHour
Story · 1 source · 1 articlefirst updated ()

Worm-Like Rogue ScreenConnect Campaign; ConnectWice Patches CVE-2026-84869 in ScreenConnect 26.6.5

What's new: Since the previous summary (2026-09-08): ConnectWise shipped ScreenConnect 26.6.5 fixing CVE-2026-84869, the CVE identifier and fix that the September 3 advisory had promised 'within the week' (Canadian Centre for Cyber Security advisory AV26-903, September 9). The vulnerability affects ScreenConnect versions prior to 26.6.5, and open-source reporting indicates it is being exploited in the wild.…
Merged summary · glm-5.3-flash · rewritten as coverage arrives

Huntress-documented social-engineering attacks (Quick Assist scams, phishing MSI installers, fake Geek Squad refund forms) installed rogue ScreenConnect clients that propagated a four-stage VBScript chain to newly connected hosts in a worm-like fashion,…

Huntress identified three unrelated incidents beginning in late August 2026 in which social engineering installed rogue ScreenConnect remote access clients on victim machines. Initial access vectors reported by The Hacker News and SecurityWeek included a Quick Assist tech-support scam, a phishing-delivered MSI installer, and a fake Geek Squad refund form. Each rogue client, with C2 at 45.13.237.190 and 131.123.40.98 (Huntress), repeatedly spawned wscript.exe to run four staged VBScript files (1.vbs through 4.vbs), which profiled the host, collected telemetry, enumerated installed security products, and downloaded stage-specific payloads from Dropbox. Depending on detected state, payloads included a user-level ScreenConnect backdoor, UAC-bypass privilege-escalation tooling, or tunneling utilities with an XMRig cryptocurrency miner. SecurityWeek additionally reported that a PowerShell stage erased evidence, attempted UAC bypass, and installed a hidden ScreenConnect client, and that UltraViewer remote desktop software was installed. Persistence was described differently across sources: Huntress and Help Net Security cited a WindowsServiceHost registry Run key, while SecurityWeek cited User Run Keys. Infected clients propagated the VBScript chain to newly connected endpoints over ScreenConnect sessions, creating worm-like spread across unrelated organizations. Separately, ConnectWise published an advisory on September 3, 2026, confirming an issue affecting file transfer behavior in both cloud and on-premises ScreenConnect deployments (including Support and Access sessions per BleepingComputer); no CVE ID or patch was available at disclosure, with a fix promised within the week. Interim mitigation: disable TransferFiles (or TransferFilesInSession) permissions per role/session group; Help Net Security noted no version upgrade was required for this mitigation, and ConnectWise had not confirmed a technical link between the flaw and the Huntress-documented campaign. BleepingComputer reported Shadowserver tracking nearly 6,000 internet-exposed ScreenConnect instances and noted prior ScreenConnect flaws (CVE-2024-1709, CVE-2025-3935, CVE-2026-3564) drew ransomware, APT, and state-sponsored attacks, with three ScreenConnect vulnerabilities on CISA's actively exploited catalog. On September 9, 2026, the Canadian Centre for Cyber Security issued advisory AV26-903 stating ConnectWise shipped ScreenConnect 26.6.5 to fix CVE-2026-84869, which affects versions prior to…

  • Three unrelated August 2026 incidents (Huntress) used a Quick Assist tech-support scam, a phishing-delivered MSI installer, and a fake Geek Squad refund form to install rogue ScreenConnect clients
  • Rogue clients with C2 at 45.13.237.190 and 131.123.40.98 spawned wscript.exe to run four staged VBScript files (1.vbs-4.vbs) for profiling, telemetry, and enumeration of installed security products
  • Stage-specific payloads downloaded from Dropbox included a user-level ScreenConnect backdoor, UAC-bypass privilege-escalation tooling, or tunneling utilities with an XMRig cryptocurrency miner
  • Persistence reported as a WindowsServiceHost Run key (Huntress, Help Net Security) versus User Run Keys (SecurityWeek); sources differ on the mechanism emphasized
  • SecurityWeek: PowerShell stage erased evidence, attempted UAC bypass, installed a hidden ScreenConnect client; UltraViewer remote desktop was installed
  • Infected clients propagated the VBScript chain to newly connected hosts over ScreenConnect sessions, creating worm-like spread across unrelated organizations
  • ConnectWise advisory (September 3, 2026): file transfer behavior issue affects both Cloud and On-Premise ScreenConnect, including Support and Access sessions; no CVE or patch at disclosure, fix promised within the week
  • Interim mitigation: disable TransferFiles (or TransferFilesInSession) permissions per role/session group; no version upgrade required; ConnectWise had not confirmed a technical link between the flaw and the campaign

Coverage timeline

  1. · 13d ago
    Huntress· 78
    Rogue ScreenConnect Installations Across Unrelated Hosts Suggest Worm-Like Activity

    Huntress observed rogue ScreenConnect deployments with worm-like VBScript propagation across unrelated organizations, prompting a ConnectWise advisory on file transfer behavior.

Vulnerabilities in this storyAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
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.0100% KEV ransomware PoC ×3
  • ConnectWise ScreenConnect
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.23% KEV
  • ConnectWise ScreenConnect 25.2.3 and earlier; mitigated in 2025.4 (ViewState disabled)
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
  • ConnectWise ScreenConnect client (endpoint agent)
massplausibly millions of managed endpoints running the ScreenConnect client agent