
AI Engine <= 3.1.3 - Unauthenticated Sensitive Information Exposure to Privilege Escalation
AI Engine <= 3.1.3 - Unauthenticated Sensitive Information Exposure to Privilege Escalation
GitHub: Nxploited
Telegram: @KNxploited
IMPORTANT NOTICE:
Many unethical individuals attempt to profit from the code I create by reselling it or renaming scripts and claiming authorship. This project is free, exclusive, and officially released by Khaled Alenazi (Nxploited).
The AI Engine plugin for WordPress (versions up to and including 3.1.3) suffers from an information disclosure vulnerability allowing unauthenticated users to fetch internal bearer/session tokens through exposed REST API endpoints if certain plugin configurations are enabled. An attacker with such a token can escalate privileges, including the creation of administrator accounts, resulting in complete site compromise.

100
Script filename: CVE-2025-11749.py
Requires: Python 3.8+ (recommended 3.10+), requests, rich
Linux/macOS:
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
pip install requests rich
Windows (PowerShell):
python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
pip install requests rich
Create a file named list.txt
Example:
https://example1.com
http://example2.com
Interactive (recommended):
python CVE-2025-11749.py
Non-interactive (if you or your version supports CLI flags):
python CVE-2025-11749.py --targets list.txt --threads 10
tokens_only.txt — Targets with a detected tokensuccess_results.txt — Targets where privilege escalation workedcreated_admins.txt — Details on successfully created admin accountsOutput is saved automatically in the working directory. Each output is formatted for clarity and post‑analysis.
This project is distributed for educational and authorized assessment purposes only.
Any usage against unauthorized systems is strictly prohibited.
By using this script, you agree to comply with all laws and regulations.
By: Khaled Alenazi (Nxploited)
GitHub: Nxploited
Telegram: @KNxploited
| Field | Value |
|---|
| Vulnerability | Unauthenticated Sensitive Information Exposure |
| Product | AI Engine (WordPress plugin) |
| Affected ver. | ≤ 3.1.3 |
| CVE | CVE-2025-11749 |
| CVSS (v3) | 9.8 (Critical) |
| Impact | Privilege Escalation, Admin Account Creation |