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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2025-49388 PoC — WordPress Miraculous Core Plugin Plugin <= 2.0.7 - Privilege Escalation Vulnerability

Source
Associated Vulnerability
Title:WordPress Miraculous Core Plugin Plugin <= 2.0.7 - Privilege Escalation Vulnerability (CVE-2025-49388)
Description:Incorrect Privilege Assignment vulnerability in kamleshyadav Miraculous Core Plugin miraculouscore allows Privilege Escalation.This issue affects Miraculous Core Plugin: from n/a through <= 2.0.7.
Description
Miraculous Core (kamleshyadav) ≤ 2.0.7 — Unauthenticated Privilege Escalation
Readme
# CVE-2025-49388
 WordPress Miraculous Core Plugin Plugin <= 2.0.7 is vulnerable to Privilege Escalation 
 # 🚨 CVE-2025-49388 - Miraculous Core Plugin Privilege Escalation Exploit

## 📜 Description

**Incorrect Privilege Assignment** vulnerability in the kamleshyadav [Miraculous Core Plugin](https://wordpress.org/plugins/miraculous-core/) allows unauthenticated attackers to escalate privileges and register administrator accounts.  
**Affected versions:** _n/a through 2.0.7_

- **Vulnerability Type:** Privilege Escalation
- **Plugin:** Miraculous Core
- **Versions Affected:** ≤ 2.0.7

---

## 🛡️ Security Metrics

**Patchstack CNA CVSS 3.1:**  
- **Base Score:** 9.8 **CRITICAL**
- **Vector:** `CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H`

**NIST CVSS:** (Assessment not yet provided)

---

## ⚙️ About the Exploit Script

This Python script automates exploitation of CVE-2025-49388 by registering a new administrator account on vulnerable WordPress instances with the Miraculous Core plugin installed.  
It provides high reliability, randomizes data for repeated reliable exploitation, and automatically handles headers, cookies, and bypass attempts.

---

## 📦 Requirements

- Python 3.6+
- [requests](https://pypi.org/project/requests/)
- [colorama](https://pypi.org/project/colorama/)

**Install dependencies:**
```bash
pip install requests colorama
```

---

## 🚀 Usage

```bash
python CVE-2025-49388.py -u <target-url> [OPTIONS]
```

**Example:**
```bash
python CVE-2025-49388.py -u http://127.0.0.1/wordpress
```

### **Main Options:**

| Option                | Description                                  | Example                                  |
|-----------------------|----------------------------------------------|------------------------------------------|
| `-u`, `--url`         | Target WordPress URL (**required**)          | `-u http://target.com/wordpress`         |
| `-un`, `--username`   | Desired username (default: random)           | `-un admin1337`                          |
| `-fn`, `--full_name`  | Full name (default: Nxploited)               | `-fn "John Doe"`                         |
| `-em`, `--useremail`  | Email (default: random)                      | `-em user@domain.com`                    |
| `-pw`, `--password`   | Password (default: Str0ng!Pass123)           | `-pw MySecretPass!`                      |
| `-o`, `--output`      | Log results to file                          | `-o result.txt`                          |

**Note:**  
If you omit username or email, random values will be generated for each run to avoid duplicate errors.

---

## 📝 Example Output

```
[Nxploited INFO] Target: http://target/wp-admin/admin-ajax.php
[Nxploited INFO] Starting exploitation attempt...
[Nxploited SUCCESS] Exploitation succeeded! Nxploited By Nxploited

[Nxploited CREDENTIALS]
Username : Nxploited_4pQz1x
Password : Str0ng!Pass123
Email    : 7kJdXq@nxploited.com
```

---

## ❗ Disclaimer

> **This tool is provided for educational and authorized security testing purposes only.  
> Unauthorized exploitation of systems without explicit permission is illegal and unethical.  
> The author assumes no liability for misuse or damage. Use responsibly.**

---

## 👨‍💻 By: Khaled Alenazi ( Nxploited )
File Snapshot

[4.0K] /data/pocs/36ed8ca7d832aa286cda4c797c94f6586a97b930 ├── [8.0K] CVE-2025-49388.py ├── [1.5K] LICENSE ├── [3.2K] README.md └── [ 33] 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 →