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

CVE-2024-2563: PandaX Path Traversal Vulnerability

CVE-2024-2563 is a critical path traversal vulnerability in PandaXGO PandaX affecting the DeleteImage function. Attackers can exploit this remotely to access unauthorized files. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 8, 2026

CVE-2024-2563 Overview

A critical path traversal vulnerability has been identified in PandaXGO PandaX up to version 20240310. This vulnerability affects the DeleteImage function within the file /apps/system/router/upload.go. By manipulating the fileName argument with directory traversal sequences such as ../../../../../../../../../tmp/1.txt, an attacker can traverse outside the intended directory structure to access or delete arbitrary files on the system.

Critical Impact

This path traversal vulnerability allows remote unauthenticated attackers to delete arbitrary files on the server, potentially leading to system compromise, data loss, or denial of service through the deletion of critical system files.

Affected Products

  • PandaXGO PandaX versions up to and including 20240310
  • PandaX deployments with exposed upload router endpoints
  • Systems running vulnerable /apps/system/router/upload.go implementations

Discovery Timeline

  • 2024-03-17 - CVE-2024-2563 published to NVD
  • 2025-03-05 - Last updated in NVD database

Technical Details for CVE-2024-2563

Vulnerability Analysis

This vulnerability is classified as CWE-24 (Path Traversal: '../filedir'), a common weakness where user-controlled input is used to construct filesystem paths without proper sanitization. The DeleteImage function in PandaX fails to validate or sanitize the fileName parameter before using it in file operations. This oversight allows attackers to escape the intended upload directory and target files anywhere on the filesystem that the application has permissions to access.

The exploit has been publicly disclosed, increasing the risk of widespread exploitation. The vulnerability can be triggered remotely without authentication, making it particularly dangerous for internet-facing PandaX installations. Successful exploitation could allow attackers to delete configuration files, application data, or even system files, potentially leading to complete system compromise or denial of service.

Root Cause

The root cause of this vulnerability lies in the insufficient input validation within the DeleteImage function. The application directly uses the fileName parameter provided by the user without sanitizing path traversal characters such as ../ sequences. This allows attackers to construct malicious file paths that escape the intended directory boundary and reference arbitrary locations on the filesystem.

Proper input validation should include canonicalizing the path, validating that the resolved path remains within the allowed directory, and rejecting any input containing directory traversal sequences.

Attack Vector

The attack can be initiated remotely over the network without requiring authentication. An attacker sends a crafted HTTP request to the vulnerable endpoint with a malicious fileName parameter containing directory traversal sequences. The payload ../../../../../../../../../tmp/1.txt demonstrates how an attacker can traverse multiple directory levels to reach the root filesystem and target any file.

The attack sequence involves:

  1. Identifying a PandaX installation with the vulnerable DeleteImage endpoint exposed
  2. Crafting an HTTP request with a malicious fileName parameter containing ../ sequences
  3. Submitting the request to delete arbitrary files outside the intended upload directory
  4. Potentially chaining with other vulnerabilities or deleting critical files to achieve further compromise

Detection Methods for CVE-2024-2563

Indicators of Compromise

  • HTTP requests to /apps/system/router/upload.go endpoints containing ../ or encoded variants (%2e%2e%2f)
  • Unexpected file deletions in system directories or outside the application's upload folder
  • Log entries showing access to the DeleteImage function with suspicious path characters
  • File integrity monitoring alerts for unexpected modifications to critical system files

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal sequences in HTTP parameters
  • Monitor application logs for requests containing ../, ..%2f, %2e%2e/, or similar encoded traversal patterns
  • Deploy file integrity monitoring on critical system files and application directories
  • Configure intrusion detection systems (IDS) to alert on known path traversal attack signatures

Monitoring Recommendations

  • Enable detailed logging for all file operations within the PandaX application
  • Set up real-time alerting for file deletion events in sensitive directories
  • Monitor network traffic for HTTP requests targeting the vulnerable upload router
  • Implement baseline behavior analysis to detect anomalous file access patterns

How to Mitigate CVE-2024-2563

Immediate Actions Required

  • Review the GitHub Pull Request #3 for the official fix and apply the patch immediately
  • If patching is not immediately possible, restrict network access to the PandaX application
  • Implement web application firewall rules to block path traversal attempts
  • Audit recent access logs for potential exploitation attempts

Patch Information

The vendor has addressed this vulnerability through a pull request. Organizations should update to a version of PandaXGO PandaX that includes the fix from Pull Request #3. The patch implements proper input validation to prevent directory traversal attacks against the DeleteImage function.

Additional technical details and threat intelligence information are available through the VulDB entry.

Workarounds

  • Implement network segmentation to restrict access to PandaX administrative interfaces from untrusted networks
  • Configure a reverse proxy or WAF to filter requests containing path traversal patterns before they reach the application
  • Apply filesystem permissions to limit the application's ability to access or modify files outside its designated directories
  • Consider temporarily disabling the DeleteImage functionality until the patch can be applied

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechPandax

  • 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-24
  • Technical References
  • VulDB #257062 CTI

  • VulDB #257062
  • Vendor Resources
  • GitHub Pull Request
  • Related CVEs
  • CVE-2024-2562: Pandax PandaX SQL Injection Vulnerability

  • CVE-2024-2565: Pandax Pandax 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