Description
Flowise versions before 3.1.3 contain a remote code execution vulnerability in the Custom MCP node when CUSTOM_MCP_PROTOCOL is set to stdio, allowing authenticated users to execute arbitrary commands by manipulating environment variables and command arguments. Attackers can abuse PYTHONWARNINGS and BROWSER environment variables with python3, or leverage the root working directory with node to bypass validation and execute system commands.
Published: 2026-08-13
Score: 9 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a command injection flaw in the Custom MCP node of Flowise, classified under CWE-95. When the CUSTOM_MCP_PROTOCOL environment variable is set to stdio, authenticated users can manipulate environment variables such as PYTHONWARNINGS and BROWSER or the root working directory to execute arbitrary system commands by passing crafted arguments to Python or Node. This flaw allows attackers to gain full code execution, compromising confidentiality, integrity, and availability of the affected system.

Affected Systems

The vulnerable product is FlowiseAI Flowise. All releases before version 3.1.3 are affected; the flaw resides in the Custom MCP node that is invoked when the protocol is configured as stdio.

Risk and Exploitability

The CVSS score of 9 indicates critical severity, and while an EPSS score is not available, the lack of a KEV listing does not reduce the risk. Authenticated attackers can exploit the flaw by sending requests that set malicious environment variables or specify dangerous command arguments, likely through the web or API interface that exposes the Custom MCP node. With remote code execution possible, the vulnerability poses a high likelihood of widespread compromise if not patched.

Generated by OpenCVE AI on August 13, 2026 at 12:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Flowise to version 3.1.3 or later to eliminate the vulnerability.
  • Temporarily disable or restrict access to the Custom MCP node for authenticated users, especially when the protocol is set to stdio.
  • Implement strict environment variable filtering to disallow PYTHONWARNINGS and BROWSER from being set by users, and sanitise command arguments before execution.

Generated by OpenCVE AI on August 13, 2026 at 12:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Description Flowise versions before 3.1.3 contain a remote code execution vulnerability in the Custom MCP node when CUSTOM_MCP_PROTOCOL is set to stdio, allowing authenticated users to execute arbitrary commands by manipulating environment variables and command arguments. Attackers can abuse PYTHONWARNINGS and BROWSER environment variables with python3, or leverage the root working directory with node to bypass validation and execute system commands.
Title Flowise before 3.1.3 Remote Code Execution via Custom MCP
First Time appeared Flowiseai
Flowiseai flowise
Weaknesses CWE-95
CPEs cpe:2.3:a:flowiseai:flowise:*:*:*:*:*:*:*:*
Vendors & Products Flowiseai
Flowiseai flowise
References
Metrics cvssV4_0

{'score': 9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H'}


Subscriptions

Flowiseai Flowise
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-13T11:28:08.066Z

Reserved: 2026-08-13T11:15:12.095Z

Link: CVE-2026-73601

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T12:17:24.353

Modified: 2026-08-13T12:17:24.353

Link: CVE-2026-73601

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T12:30:10Z

Weaknesses
  • CWE-95

    Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')