The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-21764

CVE-2024-21764: Rapid SCADA Auth Bypass Vulnerability

CVE-2024-21764 is an authentication bypass flaw in Rapid SCADA caused by hard-coded credentials that allow unauthorized port connections. This article covers technical details, affected versions, impact, and mitigation.

Published: April 8, 2026

CVE-2024-21764 Overview

CVE-2024-21764 is a hardcoded credentials vulnerability affecting Rapid Software LLC's Rapid SCADA, an open-source industrial automation platform used in SCADA (Supervisory Control and Data Acquisition) systems. In versions prior to 5.8.4, the product uses hard-coded credentials, which may allow an attacker to connect to a specific port and gain unauthorized access to the system.

This vulnerability is classified as CWE-798 (Use of Hard-coded Credentials), a critical security weakness that bypasses normal authentication mechanisms. Hard-coded credentials in industrial control systems (ICS) environments represent a severe security risk as they cannot be easily changed and are often discoverable through reverse engineering or documentation analysis.

Critical Impact

Attackers can leverage hard-coded credentials to gain unauthorized network access to Rapid SCADA systems, potentially enabling complete system compromise, data manipulation, or disruption of industrial control operations.

Affected Products

  • Rapid SCADA versions prior to 5.8.4
  • rapidscada rapid_scada (all configurations)
  • Industrial control systems running vulnerable Rapid SCADA deployments

Discovery Timeline

  • 2024-02-02 - CVE-2024-21764 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-21764

Vulnerability Analysis

The vulnerability exists because Rapid SCADA versions prior to 5.8.4 contain hard-coded credentials embedded directly within the application. This authentication bypass vulnerability allows remote attackers to connect to the application on a specific network port using these static credentials without proper authorization.

Hard-coded credentials are particularly dangerous in SCADA/ICS environments because these systems often control critical infrastructure and industrial processes. Once an attacker discovers the credentials (through reverse engineering, source code analysis, or leaked documentation), they can authenticate to any vulnerable Rapid SCADA installation using the same credentials.

The vulnerability has a network attack vector with low complexity, requiring no privileges or user interaction to exploit. Successful exploitation can result in complete compromise of confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of CVE-2024-21764 is the improper security practice of embedding static authentication credentials directly into the application's source code or configuration files. This design flaw (CWE-798) violates security best practices that require unique, configurable credentials for each deployment.

In the context of Rapid SCADA, these credentials likely allow access to administrative functions or communication ports used for system control and data exchange, making the impact particularly severe for industrial environments.

Attack Vector

The attack vector for this vulnerability is network-based. An attacker with network access to a vulnerable Rapid SCADA installation can exploit this vulnerability by:

  1. Identifying an exposed Rapid SCADA service on the network
  2. Using the hard-coded credentials to authenticate to the specific port
  3. Gaining unauthorized access to the SCADA system with the privileges associated with those credentials

The vulnerability does not require any special privileges, user interaction, or complex attack chains, making it highly exploitable for any attacker who can reach the vulnerable service over the network.

Since no verified code examples are available for this vulnerability, the exploitation mechanism involves discovering the hard-coded credentials through analysis of the Rapid SCADA application and using them to authenticate to the vulnerable service. The CISA ICS Advisory ICSA-24-011-03 provides additional technical details and guidance.

Detection Methods for CVE-2024-21764

Indicators of Compromise

  • Unexpected authentication attempts or successful logins to Rapid SCADA services from unknown IP addresses
  • Network connections to Rapid SCADA ports from external or unauthorized internal sources
  • Configuration changes or data modifications without corresponding legitimate administrative activity
  • Unusual process spawning or command execution originating from Rapid SCADA processes

Detection Strategies

  • Monitor network traffic for connections to Rapid SCADA services from untrusted networks
  • Implement anomaly detection for authentication patterns, specifically looking for credential usage from new or unusual source addresses
  • Deploy network intrusion detection systems (NIDS) with rules to identify Rapid SCADA protocol traffic from unauthorized sources
  • Audit authentication logs for signs of credential abuse or brute-force attempts

Monitoring Recommendations

  • Enable comprehensive logging for all authentication attempts to Rapid SCADA services
  • Implement network segmentation monitoring to detect cross-zone communication attempts targeting SCADA systems
  • Configure alerts for any successful authentication to Rapid SCADA from non-whitelisted IP addresses
  • Utilize SentinelOne's Singularity platform to monitor endpoint activity on systems running Rapid SCADA

How to Mitigate CVE-2024-21764

Immediate Actions Required

  • Upgrade Rapid SCADA to version 5.8.4 or later immediately
  • Implement network segmentation to isolate SCADA systems from untrusted networks
  • Deploy firewall rules to restrict access to Rapid SCADA ports to only authorized management stations
  • Review access logs for any signs of unauthorized access using the hard-coded credentials
  • Conduct a security assessment of all Rapid SCADA deployments in your environment

Patch Information

Rapid Software LLC has addressed this vulnerability in Rapid SCADA version 5.8.4. Organizations should upgrade to this version or later to remediate the hard-coded credentials vulnerability. For additional information, contact the vendor through their official contact page or review the CISA ICS Advisory ICSA-24-011-03 for detailed guidance.

Workarounds

  • Implement strict network segmentation to prevent unauthorized network access to Rapid SCADA systems
  • Deploy application-layer firewalls or VPNs to control access to SCADA ports
  • Enable network monitoring and intrusion detection to identify exploitation attempts
  • Consider taking vulnerable systems offline if they cannot be immediately upgraded and are exposed to untrusted networks
bash
# Network segmentation example - restrict access to Rapid SCADA ports
# Replace SCADA_PORT with the actual port number used by your deployment
iptables -A INPUT -p tcp --dport SCADA_PORT -s TRUSTED_MANAGEMENT_IP -j ACCEPT
iptables -A INPUT -p tcp --dport SCADA_PORT -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechRapidscada

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-798
  • Technical References
  • RapidScada Contact Information

  • CISA ICS Advisory ICSA-24-011-03
  • Related CVEs
  • CVE-2024-21852: Rapid SCADA Zip Slip RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English