CVE-2026-41272 PUBLISHED

Flowise: SSRF Protection Bypass (TOCTOU & Default Insecure)

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, the core security wrappers (secureAxiosRequest and secureFetch) intended to prevent Server-Side Request Forgery (SSRF) contain multiple logic flaws. These flaws allow attackers to bypass the allow/deny lists via DNS Rebinding (Time-of-Check Time-of-Use) or by exploiting the default configuration which fails to enforce any deny list. 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-918: Server-Side Request Forgery (SSRF) CWE