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-39596 — Quentn WP <= 1.2.8 - Unauthenticated Privilege Escalation | Kitploit
Tools/GitHubGitHub/nxploited/cve-2025-39596
Privilege EscalationPayload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAuthentication
GitHubnxploited/cve-2025-39596

CVE-2025-39596

Quentn WP <= 1.2.8 - Unauthenticated Privilege Escalation

View Repository
1210 months 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-39596

Quentn WP <= 1.2.8 - Unauthenticated Privilege Escalation

🚨 Quentn WP <= 1.2.8 - Unauthenticated Privilege Escalation

📝 Description

The Quentn WP plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 1.2.8. This allows unauthenticated attackers to escalate their privileges to administrator level.

  • CVE: CVE-2025-39596
  • CVSS: 9.8 (Critical)

💻 Exploit Script Description

This repository contains a Python exploit for CVE-2025-39596, allowing the creation of a new WordPress admin user without authentication using a crafted API request.

Features:

  • HTTP/HTTPS auto-detection
  • Advanced randomization & evasion headers
  • Proxy, cookie, SSL-bypass, and header-bypass support
  • Clean modular structure for easy tweaking

⚙️ Usage

root@kitploit:~
python3 CVE-2025-39596.py -u <target_url> -e <email> [options]

Required Arguments:

  • -u, --url      Target WordPress site URL (e.g., http://127.0.0.1/wordpress)
  • -e, --email   Email for the new admin account

Optional Arguments:

  • -f, --fname       First name (default: Pwn)
  • -l, --lname       Last name (default: Admin)
  • -r, --role        Role to assign (default: administrator)
  • -k, --key        Quentn API key if known
  • --cookie        Cookie for authenticated bypass if available
  • --proxy         Proxy support (e.g., http://127.0.0.1:8080)
  • --skip-ssl      Skip SSL verification
  • --extra         Enable extra evasion headers

Example:

root@kitploit:~
python3 CVE-2025-39596.py -u http://target.com/wordpress -e [email protected] --fname Root --lname User --proxy http://127.0.0.1:8080 --extra

📤 Output

  • On Success:
    Exploit Success By | Nxploited
  • On Failure:
    Shows the HTTP status code and response message for troubleshooting.

⚠️ Disclaimer

This tool is provided for educational and authorized security testing purposes only.
Any misuse is strictly prohibited.
The author is not responsible for any damage or misuse caused by this code.


By: Nxploited ( Khaled Alenazi )

Download Tool