Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2025-6934 PoC — Opal Estate Pro <= 1.7.5 - Unauthenticated Privilege Escalation via 'on_regiser_user'

Source
Associated Vulnerability
Title:Opal Estate Pro <= 1.7.5 - Unauthenticated Privilege Escalation via 'on_regiser_user' (CVE-2025-6934)
Description:The Opal Estate Pro – Property Management and Submission plugin for WordPress, used by the FullHouse - Real Estate Responsive WordPress Theme, is vulnerable to privilege escalation via in all versions up to, and including, 1.7.5. This is due to a lack of role restriction during registration in the 'on_regiser_user' function. This makes it possible for unauthenticated attackers to arbitrarily choose the role, including the Administrator role, assigned when registering.
Description
exploit
Readme
<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.
File Snapshot

[4.0K] /data/pocs/435ed46f4db5cecd4395f73dbbc22717e76b1b77 ├── [ 80K] banner.png ├── [5.6K] exploit.py ├── [1.8K] README.md └── [ 41] requirements.txt 0 directories, 4 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →