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
    • 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-51567

CVE-2024-51567: CyberPanel Auth Bypass Vulnerability

CVE-2024-51567 is an authentication bypass flaw in CyberPanel that allows remote attackers to execute arbitrary commands. Exploited in the wild by PSAUX in October 2024, this post covers technical details, impact, and mitigation.

Published: January 28, 2026

CVE-2024-51567 Overview

CVE-2024-51567 is a critical authentication bypass and command injection vulnerability in CyberPanel (also known as Cyber Panel). The vulnerability exists in the upgrademysqlstatus function within databases/views.py, allowing remote attackers to bypass authentication and execute arbitrary commands via the /dataBases/upgrademysqlstatus endpoint. This is achieved by bypassing the secMiddleware security mechanism, which only protects POST requests, and injecting shell metacharacters in the statusfile property.

Critical Impact

This vulnerability has been actively exploited in the wild by the PSAUX ransomware group in October 2024, targeting approximately 22,000 CyberPanel instances. The vulnerability allows unauthenticated remote attackers to achieve full system compromise with arbitrary command execution capabilities.

Affected Products

  • CyberPanel versions through 2.3.6
  • CyberPanel version 2.3.7 (unpatched)
  • All CyberPanel versions before commit 5b08cd6

Discovery Timeline

  • 2024-10-29 - CVE-2024-51567 published to NVD
  • 2025-11-07 - Last updated in NVD database

Technical Details for CVE-2024-51567

Vulnerability Analysis

The vulnerability combines two critical weaknesses: an authentication bypass (CWE-306) and command injection (CWE-78). The secMiddleware security layer in CyberPanel was designed to protect sensitive endpoints but only validates POST requests. Attackers can exploit this oversight by using alternative HTTP methods to access the /dataBases/upgrademysqlstatus endpoint without authentication.

Once the authentication is bypassed, the statusfile parameter is passed directly to system commands without proper sanitization. This allows attackers to inject arbitrary shell metacharacters, resulting in remote code execution with the privileges of the CyberPanel application. The combination of these two flaws creates a devastating pre-authentication remote code execution vulnerability.

Root Cause

The root cause stems from two fundamental security failures. First, the authentication middleware (secMiddleware) was improperly implemented to only intercept POST requests, leaving other HTTP methods unprotected. Second, the upgrademysqlstatus function fails to properly sanitize user-supplied input in the statusfile parameter before passing it to shell commands, enabling OS command injection attacks.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can send a crafted HTTP request to the vulnerable endpoint, bypassing the security middleware by using a non-POST method. The malicious payload is then injected via the statusfile property, where shell metacharacters allow arbitrary command execution. This vulnerability has been weaponized by the PSAUX ransomware group to deploy ransomware across thousands of vulnerable CyberPanel installations.

The attack flow involves accessing the /dataBases/upgrademysqlstatus endpoint while evading the POST-only middleware check, then injecting shell commands through the statusfile parameter that get executed on the underlying system.

Detection Methods for CVE-2024-51567

Indicators of Compromise

  • Unexpected HTTP requests to /dataBases/upgrademysqlstatus endpoint in web server logs
  • Presence of shell metacharacters (;, |, $(), backticks) in request parameters to database endpoints
  • Evidence of PSAUX ransomware artifacts or encrypted files on CyberPanel servers
  • Unusual outbound network connections from CyberPanel servers to unknown IP addresses

Detection Strategies

  • Monitor web access logs for requests to /dataBases/upgrademysqlstatus with suspicious parameters containing shell metacharacters
  • Implement web application firewall (WAF) rules to detect and block command injection patterns in the statusfile parameter
  • Deploy endpoint detection to identify anomalous process spawning from CyberPanel web application processes
  • Review authentication logs for successful access to protected endpoints without valid session tokens

Monitoring Recommendations

  • Enable verbose logging for the CyberPanel application and associated web server
  • Configure alerts for requests to database management endpoints from external IP addresses
  • Monitor system process trees for unexpected child processes spawned by web server or Python processes
  • Implement file integrity monitoring on critical CyberPanel directories and configuration files

How to Mitigate CVE-2024-51567

Immediate Actions Required

  • Immediately update CyberPanel to version 2.3.8 or later that includes the security fix (commit 5b08cd6d53f4dbc2107ad9f555122ce8b0996515)
  • If immediate patching is not possible, restrict network access to CyberPanel management interfaces using firewall rules
  • Review system logs for evidence of exploitation and conduct incident response if compromise indicators are found
  • Consider taking affected CyberPanel instances offline until patching is complete given active exploitation

Patch Information

CyberPanel has released a security patch addressing this vulnerability. The fix is available in commit 5b08cd6d53f4dbc2107ad9f555122ce8b0996515 on the official GitHub repository. Users should update to the latest version immediately. Detailed patch information and upgrade instructions are available in the CyberPanel Security Advisory.

Workarounds

  • Implement network segmentation to restrict access to CyberPanel management interfaces from trusted networks only
  • Deploy a web application firewall (WAF) with rules to block requests containing shell metacharacters in URL parameters
  • Disable or restrict access to the /dataBases/upgrademysqlstatus endpoint if MySQL upgrade functionality is not required
  • Consider using reverse proxy authentication to add an additional layer of access control to the CyberPanel interface
bash
# Example: Restrict CyberPanel access using iptables
# Allow only trusted management network
iptables -A INPUT -p tcp --dport 8090 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8090 -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/TechCyberpanel

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability94.31%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-306
  • Technical References
  • MITRE CWE-420 Definition

  • MITRE CWE-78 Definition

  • CyberPanel Change Logs

  • CyberPanel Security Patch Details

  • BleepingComputer Ransomware Attack Report

  • CISA Known Exploit CVE-2024-51567
  • Vendor Resources
  • Dreyand CyberPanel RCE Options

  • GitHub CyberPanel Commit Update
  • Related CVEs
  • CVE-2024-51378: CyberPanel Auth Bypass Vulnerability

  • CVE-2024-51568: CyberPanel 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