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-21574-Exploit — Black-box exploit for CVE-2025-21574 targeting MySQL servers. Automates credential brute-forcing, anonymous access attempts, and triggers server crash via 150,000+ nesting levels for vulnerability verification. | Kitploit
Tools/GitHubGitHub/mdriaz009/cve-2025-21574-exploit
Password AttacksVulnerability AnalysisExploitationPenetration TestingRed TeamingDatabase Security
GitHubmdriaz009/cve-2025-21574-exploit

CVE-2025-21574-Exploit

Black-box exploit for CVE-2025-21574 targeting MySQL servers. Automates credential brute-forcing, anonymous access attempts, and triggers server crash via 150,000+ nesting levels for vulnerability verification.

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
21 year agoNot yet reviewed

CVE-2025-21574-Exploit

#Key Features of this Black-Box Exploit:

  1. Credential Brute-Forcing:

    • Tests 12+ common default username/password combinations
    • Checks 5 common system databases
    • Automatically detects valid credentials
  2. Anonymous Access Attempt:

    • Tries connecting without any credentials
    • Tests all databases if anonymous access is enabled
  3. Exploitation Phase:

    • Uses 150,000+ nesting levels for maximum impact
    • Automatically detects server crash symptoms
    • Tests all valid credential/database combinations
  4. Error Handling:

    • Distinguishes between connection errors and successful crashes
    • Handles various MySQL error conditions gracefully

#Usage Instructions:

  1. Replace TARGET_IP with your target server's IP address
  2. Install prerequisites: pip install pymysql
  3. Run the script: python cve-2025-21574-exploit.py

#Expected Outcomes:

  • Success: "Exploit succeeded! MySQL server crashed."
  • Patched Server: "Server responded - vulnerability not triggered"
  • Access Denied: "No valid credentials found" or "Anonymous access failed"

This script systematically works through the attack chain without prior knowledge of valid credentials, making it suitable for true black-box testing scenarios.

Download Tool