CISA Warns of Active Exploitation of Critical ConnectWise ScreenConnect Flaw (CVE-2026-84869, CVSS 9.9)

CISA Warns of Active Exploitation of Critical ConnectWise (TL-2026-2533) is a critical-severity software vulnerability scored CVSS 9.9, first published 2026-09-16. It has no confirmed attribution, affects ConnectWise ScreenConnect (client), references 1 CVE (CVE-2026-84869), maps to 17 MITRE ATT&CK techniques (T1027, T1036.005, T1059.001), and is covered by 9 detection rules and 27 indicators of compromise.

Key facts for TL-2026-2533

Threat ID
TL-2026-2533
Severity
CRITICAL
CVSS
9.9 (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H)
Status
ACTIVE
Category
VULNERABILITY
First published
2026-09-16
Last reviewed
2026-09-16
Attribution confidence
LOW
Motivation
FINANCIAL
Target sectors
information-technology, managed-service-providers, consumer
Target regions
North America, Europe
Detection rules
9
Indicators of compromise
27

Malware and tooling in CISA Warns of Active Exploitation of Critical ConnectWise

Malware and tooling: Trojan:Script/Wacatac.H!ml, xmrig, ConnectWise - S0591, ScreenConnect, UltraViewer, wstunnel

A missing-authorization/improper-privilege-management flaw in ConnectWise ScreenConnect clients (CVE-2026-84869, CVSS 9.9) lets an attacker who controls one active remote session push and execute files on newly connected Host systems without confirmation. Huntress documented three August 2026 incidents in which social-engineered rogue ScreenConnect installs ran a four-stage VBScript chain to deploy a self-propagating backdoor, UAC-bypass/persistence tooling, an XMRig cryptominer, and tunneling malware; CISA added the CVE to its KEV catalog on 2026-09-11 with over 1,000 unpatched internet-exposed instances still tracked by Shadowserver.

How CISA Warns of Active Exploitation of Critical ConnectWise works

CVE-2026-84869 is a CVSS 3.1 9.9 (AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H) vulnerability in the ConnectWise ScreenConnect client, tracked under CWE-862 (Missing Authorization) and CWE-269 (Improper Privilege Management). It allows files to be transferred and executed through an active remote session without authorization or Host confirmation in certain circumstances; only ScreenConnect clients are affected, not servers. ConnectWise shipped the fix in ScreenConnect 26.6.5 on 2026-09-08, and had earlier (2026-09-07) issued interim guidance to disable the TransferFiles permission on all session-group roles as a temporary mitigation.

Huntress reported the flaw has been exploited in the wild since 2026-08-20. Three unrelated incidents combined distinct social-engineering lures -- a Quick Assist tech-support scam, a phishing-delivered 'ScreenConnect.ClientSetup.msi' installer, and a fake Geek Squad refund-form lure delivering 'ScreenConnect.Client.exe' -- to get a rogue ScreenConnect client installed. Once installed, the client repeatedly spawned wscript.exe to run a four-stage VBScript chain (1.vbs-4.vbs): 1.vbs profiles the host (RAM >5GB check, existing-ScreenConnect check, enumeration of Cisco AMP, CrowdStrike, Huntress, Malwarebytes, SentinelOne, Sophos, and Symantec Endpoint Protection) and writes a three-bit state value to %TEMP%\value.txt; 2.vbs fetches a base64/XOR-obfuscated payload map from Dropbox and writes %TEMP%\map.txt; 3.vbs downloads the AES-encrypted payload selected by the state value (branches: 000/001 = user-level ScreenConnect backdoor, 010 = UAC-bypass/persistence tooling, 011 = tunneling + cryptominer); 4.vbs decrypts the payload via an inline PowerShell runner (runner.ps1, execution-policy bypass) into %APPDATA%\Microsoft\Windows\Templates\Classic\sys_cache.zip and launches PyTorchFix.ps1, then kills wscript.exe/cscript.exe and cleans the staging directory. Windows Defender flags the chain as Trojan:Script/Wacatac.H!ml.

The '010' access package builds a UAC-bypass helper (Password.exe) via inline C# abusing the hijacked ms-settings: protocol handler through ComputerDefaults.exe, sets AmsiUtils.amsiInitFailed=true to blind AMSI, adds C:\Users to Defender exclusions, tunes power settings to prevent sleep, installs a concealed second ScreenConnect client (ID 7a4d7d66502d4260), strips its Registry uninstall entry, and applies a restrictive service security descriptor. The '011' package disables Defender reporting/notifications and Hypervisor-Protected Code Integrity, drops wstunnel disguised as Themes.exe for C2 tunneling over homehub.opik[.]net:443, runs an XMRig cryptominer renamed SearchIndex.exe, and stages a vulnerable WinRing0 driver (svcdrv64.sys) for kernel-level privilege abuse. Persistence is established via an HKCU Run key (WindowsServiceHost) pointing to %AppData%\WindowsServiceHost.vbs / WindowsServiceHost.bat.

The campaign is worm-like: modified '010'-state ScreenConnect clients monitor the EndPointStatusMessage.Connections collection for newly established Host sessions and automatically repackage 1.vbs-4.vbs into ScreenConnect file-transfer/execute messages queued against each new connection, copying the scripts to C:\Users\Public\Libraries\Default\Lib\Lib1 -- this abuse of the legitimate file-transfer/execute feature against every newly connected session is the direct mechanism of CVE-2026-84869. Connection IDs are tracked to avoid re-targeting a session but are cleared on disconnect, allowing re-infection on reconnect. A secondary RMM tool, UltraViewer, was also observed connecting to attacker infrastructure. The Dropbox-hosted staging URLs went offline around 2026-09-02. No threat-actor attribution has been published; the cryptomining, BYOVD, and backdoor tooling point to financially motivated cybercrime rather than a named APT group.

CISA added CVE-2026-84869 to its Known Exploited Vulnerabilities catalog on 2026-09-11, giving Federal Civilian Executive Branch agencies until 2026-09-14 (a 3-day window) under Binding Operational Directive 26-04. As of the 2026-09-16 reporting, Shadowserver tracked over 1,000 unpatched, internet-exposed ScreenConnect instances (758 in North America, 180 in Europe). ScreenConnect is used by more than 100,000 IT service providers, and CISA notes this class of RMM abuse is 'a frequent attack vector for malicious cyber actors'; since 2024 CISA has added four ScreenConnect CVEs to KEV, two of which were tied to ransomware campaigns (including CVE-2024-1709, exploited by the North Korea-linked Kimsuky group and multiple ransomware gangs).

MITRE ATT&CK techniques used in TL-2026-2533

Defense Evasion

T1027 Obfuscated Files or Information; T1036.005 Match Legitimate Resource Name or Location; T1140 Deobfuscate/Decode Files or Information

Execution

T1059.001 PowerShell; T1059.005 Visual Basic; T1204.002 Malicious File

Discovery

T1082 System Information Discovery; T1518.001 Security Software Discovery

defense-impairment

T1112 Modify Registry; T1685 Disable or Modify Tools

Command and Control

T1219 Remote Access Tools; T1572 Protocol Tunneling

Impact

T1496 Resource Hijacking

Persistence

T1547.001 Registry Run Keys / Startup Folder

Privilege Escalation

T1548.002 Bypass User Account Control

Initial Access

T1566 Phishing

Lateral Movement

T1570 Lateral Tool Transfer

Affected products and versions in CISA Warns of Active Exploitation of Critical ConnectWise

  • ConnectWise — ScreenConnect (client)
    Vulnerable versions: prior to 26.6.5
    Fixed in: 26.6.5 and later

Remediation for CISA Warns of Active Exploitation of Critical ConnectWise

Patches

  • ScreenConnect 26.6.5 (fixes CVE-2026-84869 / CWE-862 / CWE-269)

Immediate actions

  • Apply ScreenConnect 26.6.5 or later immediately on all client deployments
  • If unable to patch immediately, disable the TransferFiles permission for every session-group role under Administration > Security > Roles (ConnectWise interim guidance, 2026-09-07) -- temporary only, not a substitute for patching
  • Review ScreenConnect user accounts and roles, remove unrecognized users, reset passwords, and enable MFA

Workarounds

  • Temporarily disable the TransferFiles permission on all session-group roles pending patch deployment

Longer-term hardening

  • Restrict internet exposure of ScreenConnect instances (VPN/allow-list access) to reduce the 1,000+ exposed-instance attack surface tracked by Shadowserver
  • Deploy EDR with behavioral detection tuned to flag wscript.exe/cscript.exe spawned by ScreenConnect client processes, inline PowerShell with execution-policy bypass, and ms-settings:/ComputerDefaults.exe UAC-bypass chains
  • Monitor for rogue/duplicate ScreenConnect client installations, unexpected HKCU Run-key entries, and Defender exclusion or AMSI-tamper changes

CVEs associated with CISA Warns of Active Exploitation of Critical ConnectWise

CVE-2026-84869

Weaknesses (CWE) in CISA Warns of Active Exploitation of Critical ConnectWise

CWE-862, CWE-269

Timeline of CISA Warns of Active Exploitation of Critical ConnectWise

  • Huntress observes two unrelated incidents (Quick Assist tech-support scam; phishing-delivered ScreenConnect.ClientSetup.msi) installing rogue ScreenConnect clients that launch the four-stage 1.vbs-4.vbs infection chain.
  • A third, unrelated incident uses a fake Geek Squad refund-form lure to deliver ScreenConnect.Client.exe, triggering the same VBScript chain.
  • Dropbox URLs hosting the stage-2/stage-3 payload map and encrypted payloads go offline.
  • Huntress publishes technical analysis of the worm-like rogue ScreenConnect campaign.
  • ConnectWise issues interim guidance recommending disabling the TransferFiles permission pending a fix.
  • ConnectWise releases ScreenConnect 26.6.5, fixing CVE-2026-84869 (CWE-862 / CWE-269); CVE published in NVD with CVSS 3.1 score 9.9.
  • CISA adds CVE-2026-84869 to the Known Exploited Vulnerabilities catalog, confirming active exploitation.
  • BOD 26-04 remediation deadline for Federal Civilian Executive Branch agencies (3-day window from KEV addition).
  • BleepingComputer and The Hacker News report on the KEV addition; Shadowserver tracks over 1,000 unpatched internet-exposed ScreenConnect instances (758 North America, 180 Europe).

Sources cited for CISA Warns of Active Exploitation of Critical ConnectWise

More in vulnerability

Detection coverage for TL-2026-2533

As of 2026-09-16, Threadlinqs Intelligence publishes 9 detection rule(s) for TL-2026-2533 across Splunk SPL, Microsoft KQL and Sigma, covering 27 indicator(s) of compromise. The whole corpus is readable without an account; a free account unlocks full detection query text in Splunk SPL, Microsoft KQL and Sigma; paid tiers add raw indicator values, correlation and the MCP server. Threadlinqs MCP server · View plans.

Threadlinqs Intelligence — Real-Time Threat Detection Platform

[ 0 threats ] [ 0 det ] [ CRIT: 0 ] [ HIGH: 0 ]
// threat_feed
$ sort --newest
Showing all threats

Latest Threats