CVE-2024-21764

9.8 CRITICAL

📋 TL;DR

Rapid SCADA versions before 5.8.4 contain hard-coded credentials that allow attackers to connect to a specific port. This affects all users running vulnerable versions of Rapid SCADA software, potentially exposing industrial control systems to unauthorized access.

💻 Affected Systems

Products:
  • Rapid SCADA
Versions: All versions prior to 5.8.4
Operating Systems: Windows, Linux
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all installations of vulnerable versions regardless of configuration.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise allowing attackers to manipulate industrial processes, disrupt operations, or exfiltrate sensitive data from SCADA systems.

🟠

Likely Case

Unauthorized access to SCADA systems enabling reconnaissance, data theft, or manipulation of non-critical functions.

🟢

If Mitigated

Limited impact if network segmentation isolates SCADA systems and access controls are properly implemented.

🌐 Internet-Facing: HIGH
🏢 Internal Only: HIGH

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Hard-coded credentials make exploitation trivial once the specific port is identified.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 5.8.4

Vendor Advisory: https://rapidscada.org/contact/

Restart Required: Yes

Instructions:

1. Download Rapid SCADA version 5.8.4 or later from official sources. 2. Backup current configuration and data. 3. Install the updated version following vendor instructions. 4. Restart all Rapid SCADA services.

🔧 Temporary Workarounds

Network Segmentation

all

Isolate Rapid SCADA systems from untrusted networks using firewalls

Port Restriction

all

Block access to the specific port mentioned in the vulnerability

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate SCADA systems
  • Monitor network traffic to the affected port for unauthorized access attempts

🔍 How to Verify

Check if Vulnerable:

Check Rapid SCADA version in administration interface or configuration files

Check Version:

Check ScadaServer.exe or ScadaComm.exe version properties on Windows; check package version on Linux

Verify Fix Applied:

Confirm version is 5.8.4 or higher in administration interface

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized connection attempts to SCADA port
  • Authentication failures from unknown IPs

Network Indicators:

  • Unexpected traffic to SCADA port from external sources
  • Connection attempts using default credentials

SIEM Query:

source_port: [SCADA_PORT] AND (event_type: authentication_failure OR src_ip NOT IN [allowed_ips])

🔗 References

📤 Share & Export