
PoC for CVE-2025-47646 - WordPress PSW Front-end Login Registration Plugin ≤ 1.12 Unauthenticated Privilege Escalation
Unauthenticated Privilege Escalation exploit for WordPress PSW Front-end Login Registration Plugin ≤ 1.12
This Python script is a proof-of-concept (PoC) exploit for CVE-2025-47646, targeting a vulnerability in the WordPress PSW Front-end Login Registration Plugin ≤ 1.12.
The vulnerability allows an unauthenticated attacker to register new user accounts via an exposed AJAX action without proper validation or restrictions.
requests librarypyfiglet libraryInstall required libraries:
pip install requests pyfiglet
python3 CVE-2025-47646.py --url http://target.com --user testuser --password testpass123 --email [email protected]
Arguments:
--url : Target WordPress site URL (with HTTP/HTTPS)--user : Username to register--password : Password for the new user--email : Email address for the new userpython3 CVE-2025-47646.py --url http://victim-site.com --user hacker --password Pass1234 --email [email protected]
psw_form) value which might vary depending on the target site setup. Ensure the value is correct for successful exploitation.Md Shoriful Islam (RootHarpy)
This tool is created for educational and authorized penetration testing purposes only.
Unauthorized use of this tool against targets without consent is illegal.