
Real Estate 7 <= 3.5.2 - Unauthenticated Privilege Escalation
Real Estate 7 <= 3.5.2 - Unauthenticated Privilege Escalation
This repository contains a Python proof-of-concept tool for CVE-2025-39459, affecting the Real Estate 7 WordPress theme in versions <= 3.5.2.
The vulnerability allows an unauthenticated attacker to register a new user and escalate privileges to administrator, resulting in full site compromise.
Telegram: @Kxploit
Telegram Channel: https://t.me/KNxploited
The script:
list.txt)ct_register_nonce)wp-admin/admin-ajax.php (action=ct_add_new_member) with:
xplpass)success_results.txtdebug_responses/ for troubleshooting and validationNxploited_####)success_results.txt for successful hitsdebug_responses/ for captured server responsesrequestsurllib3richInstall:
pip install -r requirements.txt
If you don’t have requirements.txt, install directly:
pip install requests urllib3 rich
Create list.txt (one target per line):
https://example.com
http://target.tld
target-without-scheme.com
The tool will auto-add http:// if the scheme is missing.
python3 CVE-2025-39459.py
You will be prompted for:
list.txt)10)success_results.txt
Contains exploited targets and created credentials in the form:
https://target | USER: Nxploited_1234 | PASS: xplpass | EMAIL: [email protected]
debug_responses/
Stores raw responses for each target (useful when nonce is missing, JSON parsing fails, or the theme isn’t present).
Key defaults inside the script:
xplpassNxploited10verify=False (TLS verification disabled)16sIf you need to tune speed/stability:
Description
The Real Estate 7 WordPress theme is vulnerable to Privilege Escalation in all versions up to, and including, 3.5.2. This makes it possible for unauthenticated attackers to elevate their privileges to that of an administrator.
This project is provided for educational and authorized security testing purposes only.
You are responsible for complying with all applicable laws and regulations.
Do not use this tool against systems you do not own or do not have explicit permission to test.
The author(s) assume no liability for misuse or damage caused by this tool.