Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-49388 — Miraculous Core (kamleshyadav) ≤ 2.0.7 — Unauthenticated Privilege Escalation | Kitploit
Tools/GitHubGitHub/nxploited/cve-2025-49388
Privilege EscalationPayload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRed Teaming
GitHubnxploited/cve-2025-49388

CVE-2025-49388

Miraculous Core (kamleshyadav) ≤ 2.0.7 — Unauthenticated Privilege Escalation

View Repository
21 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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 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
  • colorama

Install dependencies:

root@kitploit:~
pip install requests colorama

🚀 Usage

root@kitploit:~
python CVE-2025-49388.py -u <target-url> [OPTIONS]

Example:

root@kitploit:~
python CVE-2025-49388.py -u http://127.0.0.1/wordpress

Main Options:

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


📝 Example Output

root@kitploit:~
[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    : [email protected]

❗ 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 )

Download Tool
OptionDescriptionExample
-u, --urlTarget WordPress URL (required)-u http://target.com/wordpress
-un, --usernameDesired username (default: random)-un admin1337
-fn, --full_nameFull name (default: Nxploited)-fn "John Doe"
-em, --useremailEmail (default: random)-em [email protected]
-pw, --passwordPassword (default: Str0ng!Pass123)-pw MySecretPass!
-o, --outputLog results to file-o result.txt