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-11749 — AI Engine <= 3.1.3 - Unauthenticated Sensitive Information Exposure to Privilege Escalation | Kitploit
Tools/GitHubGitHub/nxploited/cve-2025-11749
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubnxploited/cve-2025-11749

CVE-2025-11749

AI Engine <= 3.1.3 - Unauthenticated Sensitive Information Exposure to Privilege Escalation

View Repository
84510 months 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-11749

AI Engine <= 3.1.3 - Unauthenticated Sensitive Information Exposure to Privilege Escalation

⚠️ AI Engine <= 3.1.3 — Unauthenticated Sensitive Information Exposure → 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).


🔎 Summary

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.

  • Affected Product: AI Engine (WordPress plugin)
  • Affected Versions: ≤ 3.1.3
  • Vulnerability: Sensitive Information Exposure → Privilege Escalation
  • CVE: CVE-2025-11749
  • CVSS v3: 9.8 (Critical)

Script demonstration

100


📋 Quick Reference


✨ Features

  • Fast multithreaded scanning of large target lists
  • Auto extraction and logging of valid tokens per site
  • Clear and organized output files for analysis
  • Automated admin account creation & login verification
  • Professional CLI prompts and stylish console output

🚀 How To Use

Script filename: CVE-2025-11749.py
Requires: Python 3.8+ (recommended 3.10+), requests, rich

1. Prepare Your Environment

Linux/macOS:

root@kitploit:~
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
pip install requests rich

Windows (PowerShell):

root@kitploit:~
python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
pip install requests rich

2. Create Your Targets File

Create a file named list.txt

  • Add one website URL per line (with http:// or https://)

Example:

root@kitploit:~
https://example1.com
http://example2.com

3. Run The Script

Interactive (recommended):

root@kitploit:~
python CVE-2025-11749.py
  • The script will prompt for the targets file name and thread count.

Non-interactive (if you or your version supports CLI flags):

root@kitploit:~
python CVE-2025-11749.py --targets list.txt --threads 10

4. Review Output Files

  • tokens_only.txt — Targets with a detected token
  • success_results.txt — Targets where privilege escalation worked
  • created_admins.txt — Details on successfully created admin accounts

Output is saved automatically in the working directory. Each output is formatted for clarity and post‑analysis.


💡 Notes

  • Use on LEGAL targets only.
  • For large lists, increase thread count as needed.
  • For multi-run automation, break up list.txt into manageable chunks.

🛡️ Mitigation & Patch Guidance

  1. Update: Upgrade AI Engine to the latest version.
  2. Disable: Remove settings that expose tokens to unauthenticated requests (e.g., "No-Auth URL").
  3. Rotate: Change all session tokens, nonces, credentials after patching.
  4. Restrict: Use WAF/IP allowlist to control REST API access.
  5. Audit: Monitor logs and review users for privilege abuse.

🧾 Legal Disclaimer

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

Download Tool
FieldValue
VulnerabilityUnauthenticated Sensitive Information Exposure
ProductAI Engine (WordPress plugin)
Affected ver.≤ 3.1.3
CVECVE-2025-11749
CVSS (v3)9.8 (Critical)
ImpactPrivilege Escalation, Admin Account Creation