关联漏洞
描述
This tiny lab simulates the core idea behind CVE-2025-29306: unsafe use of `unserialize()` on attacker-controlled input leading to remote code execution.
介绍
# Day06 — FoxCMS-style RCE (CVE-2025-29306) — Educational lab
This tiny lab simulates the core idea behind **CVE-2025-29306**: unsafe use of `unserialize()` on attacker-controlled input leading to remote code execution. This is a minimal, intentionally vulnerable educational replica — **not** FoxCMS itself.
## Quickstart
```bash
chmod +x entrypoint.sh
docker build -t day6-foxcms .
docker run --rm -d -p 8080:80 --name day6 day6-foxcms
# Visit http://localhost:8080/public/images/index.php
```
文件快照
[4.0K] /data/pocs/b537a52b4d7419aa2e9722314ffc1d943ef33aa0
├── [ 504] Dockerfile
├── [ 476] entrypoint.sh
├── [ 462] exploit.sh
├── [4.0K] public
│ └── [4.0K] images
│ └── [1.3K] index.php
└── [ 505] README.md
2 directories, 5 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。