
Quentn WP <= 1.2.8 - Unauthenticated Privilege Escalation
Quentn WP <= 1.2.8 - Unauthenticated Privilege Escalation
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-2025-395969.8 (Critical)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:
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 accountOptional 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 headersExample:
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
Exploit Success By | NxploitedThis 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 )