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
CVE-2026-54420-LiteSpeed-Symlink-Exploit — PoC de CVE-2026-54420: explotacion via symlink en el plugin LiteSpeed de cPanel/WHM. | Kitploit
Tools/GitHubGitHub/fevar54/cve-2026-54420-litespeed-symlink-exploit
Privilege EscalationVulnerability AnalysisExploitationWeb SecurityCloud SecurityLearning & Education
GitHubfevar54/cve-2026-54420-litespeed-symlink-exploit

CVE-2026-54420-LiteSpeed-Symlink-Exploit

PoC de CVE-2026-54420: explotacion via symlink en el plugin LiteSpeed de cPanel/WHM.

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
122 months agoNot yet reviewed

CVE-2026-54420 - LiteSpeed cPanel Plugin Symlink Privilege Escalation

Security Rating CVSS CISA KEV CWE

⚠️ WARNING

This code is ONLY for educational purposes and authorized security testing. Unauthorized use against systems without explicit permission is ILLEGAL.

📋 Description

CVE-2026-54420 is a symlink privilege escalation vulnerability in the LiteSpeed plugin for cPanel (versions < 2.4.8) and WHM (versions < 5.3.2.0). A user with FTP or web shell access on a shared hosting server with CloudLinux/CageFS can create malicious symbolic links to read files outside their assigned directory, including:

  • /etc/passwd, /etc/shadow
  • Other users' configurations
  • Database files
  • SSH keys
  • Server configurations

Technical Details

🎯 Affected Versions

ProductVulnerable VersionFixed Version
LiteSpeed cPanel Plugin< 2.4.82.4.8+
LiteSpeed WHM Plugin< 5.3.2.05.3.2.0+

🔧 Installation

root@kitploit:~
# Clonar repositorio
git clone https://github.com/username/CVE-2026-54420-LiteSpeed-Symlink-Exploit
cd CVE-2026-54420-LiteSpeed-Symlink-Exploit

# Instalar dependencias
pip install -r requirements.txt

# Dar permisos
chmod +x litespeed_symlink_exploit.py
Download Tool
FieldValue
CVECVE-2026-54420
CVSS8.5 (HIGH)
VectorAV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
CWE61 - UNIX Symbolic Link (Symlink) Following
ProductLiteSpeed cPanel Plugin / WHM Plugin
Versions< 2.4.8 / < 5.3.2.0
EnvironmentShared hosting with CloudLinux/CageFS
ExploitationConfirmed in the wild (May 2026)