
⚠ HIGH PRIORITY — CISA KEV. CVE-2024-1709 is an authentication bypass in ConnectWise ScreenConnect remote access software. Attackers create admin accounts and deploy ransomware without valid credentials — widely exploited in Q1 2024 campaigns.
Affected ScreenConnect
- ScreenConnect 23.9.7 and earlier
- Self-hosted ScreenConnect on Windows or Linux (port 8040/443)
- MSP environments with hundreds of downstream endpoints
Detect exposure
nmap -p 8040,443 --script http-title msp-subnet/24
curl -sk https://support.example.com:8040/ | grep -i screenconnectPatching Method
- Upgrade to ScreenConnect 23.9.8+ immediately from ConnectWise portal.
- Linux host: stop service, backup
/opt/screenconnect, run vendor upgrade script or replace WAR/JAR per release notes. - Windows host: run ConnectWise installer over existing install.
- Restart ScreenConnect service; confirm version in admin About page.
- Audit Users tab for unknown admin accounts created in last 30 days.
- Review connected sessions and extension inventory for rogue plugins.
# Linux — verify version after patch
systemctl status screenconnect
grep -i version /opt/screenconnect/App_Data/*.xml 2>/dev/nullPost-patch
- Enable MFA for all ScreenConnect admins
- Block ScreenConnect ports from public internet — require VPN
- Notify customers if MSP-hosted instance was exposed