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-21852

CVE-2024-21852: Rapid SCADA Zip Slip RCE Vulnerability

CVE-2024-21852 is a Zip Slip remote code execution vulnerability in Rapid SCADA that allows attackers to upload malicious configuration files. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-21852 Overview

CVE-2024-21852 is a Path Traversal vulnerability affecting Rapid Software LLC's Rapid SCADA, an open-source industrial automation platform used for supervisory control and data acquisition (SCADA) systems. The vulnerability exists in versions prior to 5.8.4 and stems from a Zip Slip flaw in the unpacking routine that processes configuration files. An attacker can exploit this vulnerability by supplying a malicious configuration file containing specially crafted archive entries with directory traversal sequences, allowing arbitrary file writes outside the intended extraction directory and ultimately achieving remote code execution.

Critical Impact

This vulnerability allows attackers with low privileges to achieve remote code execution on SCADA systems, potentially compromising critical industrial control infrastructure and operational technology environments.

Affected Products

  • Rapid SCADA versions prior to 5.8.4
  • Rapidscada Rapid SCADA (all platforms)
  • Industrial control systems utilizing vulnerable Rapid SCADA deployments

Discovery Timeline

  • 2024-01-11 - CISA ICS Advisory ICSA-24-011-03 published
  • 2024-02-01 - CVE-2024-21852 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-21852

Vulnerability Analysis

This vulnerability is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, also known as 'Path Traversal'). The flaw resides in the configuration file unpacking mechanism within Rapid SCADA, which fails to properly sanitize file paths contained within uploaded archive files.

The Zip Slip attack technique exploits archive extraction routines that do not validate file paths before writing extracted content to disk. When a malicious archive contains entries with relative path sequences such as ../, the extraction routine writes files outside the intended destination directory. In the context of Rapid SCADA, this allows an attacker to overwrite critical system files, inject malicious executables, or place web shells in accessible locations.

Given that Rapid SCADA is deployed in industrial control system (ICS) environments, successful exploitation could have severe consequences for operational technology infrastructure, potentially affecting physical processes and safety systems.

Root Cause

The root cause of CVE-2024-21852 is inadequate input validation in the archive extraction functionality. The vulnerable code fails to canonicalize and validate file paths extracted from configuration archive files before writing them to the filesystem. Specifically, the unpacking routine does not:

  1. Check for directory traversal sequences (../ or ..\) in archive entry names
  2. Verify that the resolved extraction path remains within the intended destination directory
  3. Reject archive entries with absolute paths or symbolic links that could escape the extraction boundary

Attack Vector

The attack is network-based and requires low privileges to execute. An authenticated attacker can exploit this vulnerability through the following attack flow:

  1. Craft a malicious ZIP archive containing files with path traversal sequences in their names (e.g., ../../../../var/www/html/shell.php)
  2. Upload the malicious archive through the Rapid SCADA configuration import functionality
  3. When the server processes and extracts the archive, files are written to arbitrary locations on the filesystem
  4. The attacker can then access the planted malicious files to achieve code execution

The vulnerability mechanism involves crafting archive entries where the filename contains directory traversal sequences. When extracted, these paths resolve outside the intended extraction directory. For example, an archive entry named ../../../tmp/malicious.sh would be extracted to /tmp/malicious.sh rather than within the configuration directory. For detailed technical information, refer to the CISA ICS Advisory ICSA-24-011-03.

Detection Methods for CVE-2024-21852

Indicators of Compromise

  • Unexpected files appearing outside the Rapid SCADA configuration directories
  • Web shells or executable files in web-accessible directories
  • Modified system files or startup scripts that were not administratively changed
  • Archive extraction operations writing to paths containing ../ sequences in logs
  • Unauthorized configuration uploads from unusual IP addresses or user accounts

Detection Strategies

  • Monitor file system activity for writes outside the expected Rapid SCADA installation and configuration directories during archive extraction operations
  • Implement file integrity monitoring (FIM) on critical system directories and Rapid SCADA installation paths
  • Analyze web server and application logs for configuration upload requests followed by suspicious file access patterns
  • Deploy endpoint detection rules to alert on archive extraction operations that attempt to write files using path traversal patterns

Monitoring Recommendations

  • Enable detailed logging for all configuration file uploads and archive extraction operations in Rapid SCADA
  • Implement network segmentation monitoring to detect lateral movement from compromised SCADA systems
  • Configure SIEM rules to correlate configuration upload events with subsequent unexpected file creation events
  • Monitor for process execution from non-standard directories, particularly those reachable via traversal from the configuration path

How to Mitigate CVE-2024-21852

Immediate Actions Required

  • Upgrade Rapid SCADA to version 5.8.4 or later immediately
  • Audit configuration upload logs for any suspicious activity prior to patching
  • Perform file integrity checks on critical system directories to identify potential compromise
  • Restrict network access to Rapid SCADA administrative interfaces to trusted networks only
  • Review and minimize user accounts with configuration upload privileges

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 CVE-2024-21852. The patch implements proper path validation during archive extraction to prevent directory traversal attacks. For upgrade assistance and additional information, contact the vendor through the Rapid SCADA Contact Page.

Workarounds

  • Implement network-level access controls to restrict configuration upload functionality to trusted administrative workstations only
  • Deploy a web application firewall (WAF) or reverse proxy that can inspect archive uploads for path traversal patterns
  • Configure file system permissions to prevent the Rapid SCADA service account from writing outside its designated directories
  • Temporarily disable the configuration import feature if not required for operations until patching can be completed
bash
# Example: Restrict network access to Rapid SCADA admin interface using iptables
# Replace 192.168.1.0/24 with your trusted admin network
iptables -A INPUT -p tcp --dport 10008 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 10008 -j DROP

# Verify Rapid SCADA version after upgrade
cat /opt/scada/ScadaServer/version.txt

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechRapidscada

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability1.15%

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

  • CISA ICS Advisory ICSA-24-011-03
  • Related CVEs
  • CVE-2024-21764: Rapid SCADA Auth Bypass 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