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-29306-PoC-FoxCMS-RCE — Proof-of-Concept (PoC) for CVE-2025-29306, a Remote Code Execution vulnerability in FoxCMS. This Python script scans single or multiple targets, executes commands, and reports vulnerable hosts. | Kitploit
Tools/GitHubGitHub/mattb709/cve-2025-29306-poc-foxcms-rce
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubmattb709/cve-2025-29306-poc-foxcms-rce

CVE-2025-29306-PoC-FoxCMS-RCE

Proof-of-Concept (PoC) for CVE-2025-29306, a Remote Code Execution vulnerability in FoxCMS. This Python script scans single or multiple targets, executes commands, and reports vulnerable hosts.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
51 year agoNot yet reviewed

CVE-2025-29306 - FoxCMS Remote Code Execution Exploit

Python Version License

A Python exploit for CVE-2025-29306, a remote code execution vulnerability in FoxCMS. This tool allows testing single targets or scanning multiple hosts in bulk.

Features

  • Single target or bulk scanning capability
  • Multi-threaded for fast scanning
  • Detailed output with command execution results
  • Automatic results saving to file
  • Real-time progress reporting
  • Clean summary table of vulnerable hosts

Installation

root@kitploit:~
git clone https://github.com/mattb709/CVE-2025-29306-PoC-FoxCMS-RCE
.git
cd CVE-2025-29306-PoC-FoxCMS-RCE
pip install -r requirements.txt

Requirements

  • Python 3.6+
  • Required packages:
    • requests
    • beautifulsoup4
    • argparse

Install requirements with:

root@kitploit:~
pip install requests beautifulsoup4

Usage

root@kitploit:~
usage: foxcms_rce.py [-h] -c COMMAND (-t TARGET | -f TARGETS_FILE)

CVE-2025-29306 Exploit Checker

options:
  -h, --help            show this help message and exit
  -c COMMAND, --command COMMAND
                        Command to execute on vulnerable hosts
  -t TARGET, --target TARGET
                        Single target in the format ip:port
  -f TARGETS_FILE, --targets-file TARGETS_FILE
                        File containing multiple targets, one per line, in the format ip:port

Examples

  1. Test a single target:
root@kitploit:~
python CVE-2025-29306-PoC -t 192.168.1.100:8080 -c "whoami"
  1. Scan multiple targets from a file:
root@kitploit:~
python CVE-2025-29306-PoC -f targets.txt -c "whoami"
  1. Save output to file (automatically done):
root@kitploit:~
python CVE-2025-29306-PoC -f targets.txt -c "whoami" > results.txt

Target File Format

The targets file should contain one target per line in the format:

root@kitploit:~
ip:port

Example:

root@kitploit:~
192.168.1.100:80
10.10.10.5:443
172.16.32.15:8080

Output

The script provides:

  • Real-time progress with status for each target
  • Detailed output for vulnerable hosts
  • Summary table of all vulnerable hosts
  • Automatic saving of full results to foxcms_rce_results.txt

sample-output

Disclaimer

This tool is for educational and authorized testing purposes only. The author is not responsible for any misuse or damage caused by this program.

License

MIT License - See LICENSE file for details

Download Tool