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-47646 — PoC for CVE-2025-47646 - WordPress PSW Front-end Login Registration Plugin ≤ 1.12 Unauthenticated Privilege Escalation | Kitploit
Tools/GitHubGitHub/rootharpy/cve-2025-47646
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubrootharpy/cve-2025-47646

CVE-2025-47646

PoC for CVE-2025-47646 - WordPress PSW Front-end Login Registration Plugin ≤ 1.12 Unauthenticated Privilege Escalation

View Repository
1 year 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-47646 PoC

Unauthenticated Privilege Escalation exploit for WordPress PSW Front-end Login Registration Plugin ≤ 1.12


📖 Description

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.


📌 Usage

▶️ Requirements:

  • Python 3
  • requests library
  • pyfiglet library

Install required libraries:

root@kitploit:~
pip install requests pyfiglet

▶️ Run the Exploit:

root@kitploit:~
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 user

⚙️ Example

root@kitploit:~
python3 CVE-2025-47646.py --url http://victim-site.com --user hacker --password Pass1234 --email [email protected]

📑 Notes

  • This exploit depends on a specific form hash (psw_form) value which might vary depending on the target site setup. Ensure the value is correct for successful exploitation.

👨‍💻 Author

Md Shoriful Islam (RootHarpy)


📜 Disclaimer

This tool is created for educational and authorized penetration testing purposes only.
Unauthorized use of this tool against targets without consent is illegal.

Download Tool