CVE-2026-41270 PUBLISHED

Flowise: SSRF Protection Bypass via Unprotected Built-in HTTP Modules in Custom Function Sandbox

Assigner: GitHub_M
Reserved: 18.04.2026 Published: 23.04.2026 Updated: 23.04.2026

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, a Server-Side Request Forgery (SSRF) protection bypass vulnerability exists in the Custom Function feature. While the application implements SSRF protection via HTTP_DENY_LIST for axios and node-fetch libraries, the built-in Node.js http, https, and net modules are allowed in the NodeVM sandbox without equivalent protection. This allows authenticated users to bypass SSRF controls and access internal network resources (e.g., cloud provider metadata services) This vulnerability is fixed in 3.1.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L
CVSS Score: 7.1

Product Status

Vendor FlowiseAI
Product Flowise
Versions
  • Version < 3.1.0 is affected
Vendor FlowiseAI
Product flowise-components
Versions
  • Version < 3.1.0 is affected

References

Problem Types

  • CWE-284: Improper Access Control CWE
  • CWE-918: Server-Side Request Forgery (SSRF) CWE