Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-57728

CVE-2024-57728: SimpleHelp RCE Vulnerability via Zip Slip

CVE-2024-57728 is a remote code execution vulnerability in SimpleHelp that allows admin users to upload malicious zip files and execute arbitrary code. This article covers the technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2024-57728 Overview

CVE-2024-57728 is a path traversal vulnerability affecting SimpleHelp remote support software versions 5.5.7 and earlier. The vulnerability allows authenticated admin users to upload arbitrary files anywhere on the file system by exploiting a crafted zip file containing directory traversal sequences—a technique commonly known as "Zip Slip." Successful exploitation can lead to arbitrary code execution on the host system in the context of the SimpleHelp server user.

Critical Impact

Authenticated attackers with admin privileges can achieve arbitrary code execution on SimpleHelp servers by exploiting improper archive extraction handling, potentially compromising entire remote support infrastructure.

Affected Products

  • SimpleHelp Remote Support Software v5.5.7 and earlier versions
  • All SimpleHelp server deployments running vulnerable versions
  • Both Windows and Linux SimpleHelp server installations

Discovery Timeline

  • 2025-01-15 - CVE-2024-57728 published to NVD
  • 2025-01-31 - Last updated in NVD database

Technical Details for CVE-2024-57728

Vulnerability Analysis

This vulnerability stems from improper validation of file paths during zip archive extraction in the SimpleHelp administrative interface. When an admin user uploads a zip file, the application fails to properly sanitize the file paths contained within the archive entries. An attacker can craft a malicious zip file containing entries with directory traversal sequences (e.g., ../../../) that, when extracted, write files outside the intended upload directory.

The vulnerability is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory) and CWE-59 (Improper Link Resolution Before File Access). The Zip Slip attack vector is particularly dangerous because it allows attackers to overwrite critical system files or place executable payloads in web-accessible directories or startup locations.

Root Cause

The root cause of CVE-2024-57728 is the failure to validate and sanitize file paths within uploaded zip archives before extraction. The SimpleHelp server does not properly check whether extracted file paths remain within the designated target directory. When processing archive entries, the application concatenates the target extraction directory with the file path from the zip entry without validating that the resulting path is still within the intended directory boundary.

Attack Vector

The attack requires network access and authenticated admin-level privileges to the SimpleHelp server. An attacker with valid admin credentials can craft a malicious zip archive containing files with path traversal sequences in their names. When this archive is uploaded through the administrative interface, the extraction process writes files to arbitrary locations on the server's file system.

For example, a zip entry named ../../../etc/cron.d/malicious would write a file to the system's cron directory on Linux systems, enabling scheduled execution of arbitrary commands. On Windows systems, similar techniques can place executables in startup directories or overwrite DLLs for hijacking purposes.

The vulnerability mechanism involves crafting a zip archive where internal file entries contain path traversal characters. When the SimpleHelp server processes the upload, it extracts these entries without validating whether the final destination path escapes the intended directory. For detailed technical analysis, refer to the Horizon3 Attack Research Disclosure.

Detection Methods for CVE-2024-57728

Indicators of Compromise

  • Unexpected files appearing in system directories outside SimpleHelp's installation path
  • New cron jobs, scheduled tasks, or startup entries not created by administrators
  • Modified or newly created files in web server directories or executable paths
  • Suspicious zip file uploads in SimpleHelp admin logs containing unusual file paths

Detection Strategies

  • Monitor file system activity for writes to sensitive directories (e.g., /etc/cron.d/, Windows startup folders) originating from the SimpleHelp server process
  • Analyze SimpleHelp server logs for zip file uploads, particularly those with unusually large numbers of entries or suspicious naming patterns
  • Implement file integrity monitoring on critical system directories to detect unauthorized modifications
  • Review admin authentication logs for unauthorized or anomalous login activity

Monitoring Recommendations

  • Deploy endpoint detection and response (EDR) solutions to monitor process behavior and file system changes on SimpleHelp servers
  • Configure SIEM alerts for file creation events in sensitive system directories by the SimpleHelp process
  • Enable detailed logging for all administrative actions within SimpleHelp
  • Implement network monitoring to detect unusual outbound connections from SimpleHelp servers following potential exploitation

How to Mitigate CVE-2024-57728

Immediate Actions Required

  • Upgrade SimpleHelp to a patched version released after January 2025 immediately
  • Review admin account credentials and enforce strong authentication policies
  • Audit existing admin accounts and remove unnecessary privileged access
  • Check file system integrity for signs of previous exploitation

Patch Information

Simple-Help has released security updates addressing this vulnerability. Organizations should upgrade to the latest version of SimpleHelp that includes the fix for this Zip Slip vulnerability. Refer to the Simple Help Security Advisory for specific version information and upgrade instructions.

Workarounds

  • Restrict network access to SimpleHelp administrative interfaces using firewall rules or VPN requirements
  • Implement additional authentication factors for admin accounts until patching is complete
  • Monitor and audit all admin-level actions, particularly file uploads
  • Consider temporarily disabling file upload functionality if business operations permit
bash
# Example: Restrict admin interface access via firewall (iptables)
# Allow admin access only from trusted management network
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSimple Help

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability1.16%

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

  • CWE-22
  • Technical References
  • Horizon3 Attack Research Disclosure
  • Vendor Resources
  • Simple Help Security Advisory
  • Related CVEs
  • CVE-2024-57726: SimpleHelp Privilege Escalation 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