
AI修复生成的CVE-2025-32432的poc
Exploitation tools for CraftCMS Remote Code Execution vulnerability based on SensePost research.
final_poc.py - Final optimized POC
test.py - Simplified version based on the original SensePost article
yii\rbac\PhpManager methodautomated_testing.py - Automated testing framework
exploit_summary.md - Vulnerability analysis summarytest_results.json - Automated test resultsvulnerable.txt - List of confirmed vulnerable targets# 基本POC测试
python3 final_poc.py https://target.com/ id
# 调试模式
python3 final_poc.py https://target.com/ "whoami" --debug
# 简化版本
python3 test.py https://target.com/ "ls -la"
# 创建目标文件
python3 automated_testing.py --create-targets
# 运行批量测试
python3 automated_testing.py
GuzzleHttp\Psr7\FnStream to call phpinfo()yii\rbac\PhpManager to load PHP code from session filesUpgrade CraftCMS to patched versions:
Enable Site Lock to protect the admin panel
Restrict session file access permissions
Deploy WAF rules to detect malicious payloads
This tool is intended for security research and authorized penetration testing only. Users must comply with local laws and regulations and shall not use it for illegal purposes.