Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cloudpanel-2.4.2-CVE-2024-44765-recovery — How to "recover" a CloudPanel server affected by the CVE-2024-44765 vulnerability | Kitploit
Tools/GitHubGitHub/josephgodwinkimani/cloudpanel-2.4.2-cve-2024-44765-recovery
ReconnaissanceVulnerability AnalysisWeb SecurityCloud SecurityMisconfigurationIncident Response
GitHubjosephgodwinkimani/cloudpanel-2.4.2-cve-2024-44765-recovery

cloudpanel-2.4.2-CVE-2024-44765-recovery

How to "recover" a CloudPanel server affected by the CVE-2024-44765 vulnerability

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
11 year agoNot yet reviewed

CVE-2024-44765 is an Improper Authorization (Access Control Misconfiguration) vulnerability in MGT-COMMERCE GmbH CloudPanel versions 2.0.0 to 2.4.2

  1. Follow instructions in every folder (this should be done locally)

  2. Reset Passwords and Access

root@kitploit:~
# for root 
$ sudo passwd root
#  while for users 
$ getent passwd | grep -vE "nologin|false" | cut -d: -f1
$ sudo passwd <username>
  1. Remove Unauthorized Access
root@kitploit:~
$ getent passwd | grep -vE "nologin|false" | cut -d: -f1
$ sudo userdel <username>
  1. Upload /tmp/cloudpanel/ to /tmp/cloudpanel/

  2. Run clp-update

You will should see this at the end

root@kitploit:~
CloudPanel has been updated to v2.5.0

Now you can export your databases and data files away using the panel.

  1. Follow security recommendations here https://github.com/EagleTube/CloudPanel/blob/main/README.md

Note

  • Anywhere there is mention of your new installation of cloudpanel (v2.5.0) this assumes you have a new server with same specifications i.e. Operating system version e.g. Ubuntu 24.04 LTS in compromised server and same exact os in new clean server OR you can get the .deb file by running apt download cloudpanel go to cloudpanel-2.5.0-source/tmp/cloudpanel and copy that to /tmp/cloudpanel then see here finally follow instructions from step 2 above.

  • If your CloudPanel installation is compromised due to the CVE-2024-44765 vulnerability, updating to the latest version of CloudPanel should patch the vulnerability however, you should either use tools here https://github.com/josephgodwinkimani/install-cloudpanel or install afresh (recommended).

  • Since this vulnerability allows an unauthenticated remote attacker to exploit the misconfiguration, potentially leading to arbitrary code execution, data tampering, or full system compromise the Best cause of action is to always recover from a trusted backup and updating CloudPanel installation from that point.

  • You can scan your server before following the instructions in this repo https://pentest-tools.com/network-vulnerability-scanning/network-security-scanner-online

Download Tool