CVE-2025-71336 PUBLISHED

Flowise - Unsandboxed Remote Code Execution via Custom MCP

Assigner: VulnCheck
Reserved: 20.06.2026 Published: 25.06.2026 Updated: 25.06.2026

Flowise before 3.0.6 (affected versions 2.2.7-patch.1 and earlier) contains an unsandboxed remote code execution vulnerability in the Custom MCP feature, which is designed to execute OS commands such as launching local MCP servers. Because Flowise's authentication and authorization model is minimal and lacks role-based access control, and the default installation runs without authentication unless FLOWISE_USERNAME and FLOWISE_PASSWORD are set, an attacker can send a crafted JSON payload with the header 'x-request-from: internal' to the /api/v1/node-load-method/customMCP endpoint to execute arbitrary OS commands, resulting in complete compromise of the platform container or server.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor Flowise
Product Flowise
Versions Default: unaffected
  • affected from 0 to 3.0.6 (excl.)
  • Version 3.0.6 is unaffected

Credits

  • assaf-levkovich-jf reporter

References

Problem Types

  • Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') CWE