CVE-2025-6934 is a critical vulnerability in the WordPress Opal Estate Pro plugin (<= 1.7.5) that allows unauthenticated attackers to create new administrator accounts through the plugin’s insecure AJAX registration process.# CVE-2025-6934 – WordPress Opal Estate Pro Exploit
<p align="center">
<img src="https://s.w.org/about/images/logos/wordpress-logo-notext-rgb.png" alt="WordPress Logo" width="200" height="200">
</p>
📖 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.
[4.0K] /data/pocs/2c739f6917841b94190f4e369ee320079360b4a2
├── [5.6K] CVE-2025-6934.py
├── [2.5K] CVE-2025-6934.yaml
├── [1.1K] LICENSE
├── [1.8K] README.md
├── [ 33] requirements.txt
└── [1.2M] screenshot.png
1 directory, 6 files