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-2025-54309__Enhanced_exploit | Kitploit
Tools/GitHubGitHub/whisperer1290/cve-2025-54309__enhanced_exploit
Authentication & AuthorizationPayload GenerationExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubwhisperer1290/cve-2025-54309__enhanced_exploit

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-54309__Enhanced_exploit

View Repository
111 months agoNot yet reviewed

CVE-2025-54309__Enhanced_exploit

This is a enhanced version of the exploit POC originally created by watchtowrlabs : https://github.com/watchtowrlabs/watchTowr-vs-CrushFTP-Authentication-Bypass-CVE-2025-54309 (massive shoutout to them!!)

This exploit is meant for research and education purposes and the mentioned vulnerability has already been patched by CrushFTP.

This version the exploit can add an administrative user to the CrushFTP instance along with verifying the existing users as well.

Key Features:

  • Race Condition Implementation: Uses high-concurrency threading to exploit the timing window
  • XML Payload Generation: Creates proper user creation payloads with admin privileges
  • Session Management: Handles CrushAuth and currentAuth cookies
  • Verification: Optional login verification to confirm user creation
  • HTB Optimized: Designed specifically for penetration testing labs

The script implements the exact attack pattern discovered by Watchtowr's honeypot network and should work against vulnerable CrushFTP instances (versions 10 before 10.8.5 and 11 before 11.3.4_23) in authorized environment. Important: This script is designed exclusively for authorized penetration testing in controlled environments like HackTheBox labs or authorized instances. The race condition requires multiple threaded attempts to succeed, so you may need to run it several times or adjust the thread count based on your target's responsiveness.

root@kitploit:~
# Basic usage
python3 exploit.py https://your-crushftp-target:8443

# Custom username/password
python3 exploit.py https://your-crushftp-target:8443 -u myhtbuser -p MyPassword123

# With verification
python3 exploit.py https://your-crushftp-target:8443 --verify

# Adjust threading for better success rate
python3 exploit.py https://your-crushftp-target:8443 -t 100 -i 200
image
Download Tool