目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-6934 PoC — WordPress plugin Opal Estate Pro 安全漏洞

来源
关联漏洞
标题: WordPress plugin Opal Estate Pro 安全漏洞 (CVE-2025-6934)
Description:WordPress和WordPress plugin都是WordPress基金会的产品。WordPress是一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。WordPress plugin是一个应用插件。 WordPress plugin Opal Estate Pro 1.7.5及之前版本存在安全漏洞,该漏洞源于on_regiser_user函数缺少角色限制,可能导致权限提升。
Description
exploit
介绍
<p align="center">
  <img src="banner.png" alt="CVE-2025-6934 Banner"/>
</p>

# CVE-2025-6934 > unauthenticated privilege escalation in opal estate pro

## Description
CVE-2025-6934 is a critical vulnerability in the **Opal Estate Pro** WordPress plugin (≤ v1.7.5).  
This bug allows an **unauthenticated attacker** to create a new administrator account by sending a crafted request to:

```

/wp-admin/admin-ajax.php?action=opalestate\_register\_form

````

The root cause lies in the **nonce parsing (`opalestate-register-nonce`)** during the registration process, which is not properly validated.  
This flaw allows attackers to bypass normal registration and directly create a new account with **administrator privileges**.

---

## Impact
- Remote unauthenticated attackers can create arbitrary admin accounts.
- Full access to the WordPress dashboard, plugins, themes, file manager, and potentially remote code execution (via malicious plugin upload).
- Fast escalation from **unauthenticated > full compromise**.

---

## Usage
Run the exploit tool with Python 3:

```bash
python3 exploit.py
````

You will be prompted for:

* `username` > New admin account username
* `password` > New admin account password
* `email` > Email address for the new account
* Target mode:

  * **Single target** > Enter one target URL
  * **Mass target** > Provide a file containing multiple target URLs

---

## Output

If successful, results are saved into `save.txt` in the format:

```
URL: https://example.com
USERNAME: admin123
PASSWORD: passw0rd!
EMAIL: attacker@example.com
ROLE: administrator
```

---

## Mitigation

* Update the **Opal Estate Pro** plugin to the latest patched version (> v1.7.5).
* Restrict anonymous access to `/wp-admin/admin-ajax.php` if possible.
* Audit WordPress user accounts after patching to detect unauthorized admins.
文件快照

登录后查看神龙缓存的 POC 文件快照

登录查看
备注
    1. 建议优先通过来源进行访问。
    2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
    3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →