Skip to main content

Flowise EUVDEUVD-2026-52795

| CVE-2026-69263 HIGH
Incomplete List of Disallowed Inputs (CWE-184)
2026-08-04 GitHub_M GHSA-xc48-889x-5qmw
8.7
CVSS 4.0 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
8.7 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
9.9 CRITICAL

Network-accessible and low complexity; PR:L reflects API access needed even on no-auth defaults; S:C because arbitrary package execution escapes Flowise's application scope to the host OS.

3.1 AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

4
Patch available
Aug 04, 2026 - 18:02 EUVD
Source Code Evidence Fetched
Aug 04, 2026 - 17:37 vuln.today
Analysis Generated
Aug 04, 2026 - 17:37 vuln.today
CVE Published
Aug 04, 2026 - 16:54 cve.org
HIGH 8.7

DescriptionCVE.org

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the mitigation for CVE-2025-8943 blocked -y and --yes flags on npx, but packages/components/nodes/tools/MCP/core.ts denied only PATH, LD_LIBRARY_PATH, DYLD_LIBRARY_PATH, and NODE_OPTIONS by exact environment-variable name. Because npm reads configuration from npm_config_* variables, setting npm_config_yes=true reproduced --yes behavior without using a blocked flag, causing npx to auto-install and execute the named package when a Custom MCP server launched. This issue is fixed in version 3.1.3.

AnalysisAI

Flowise's patch for CVE-2025-8943 is fully bypassed in versions up to and including 3.1.2, allowing unauthenticated remote code execution on default deployments via the npm_config_yes environment variable. The prior mitigation blocked the -y and --yes flags on npx and denied four specific environment variable names by exact string match, but npm natively reads its configuration from any npm_config_* prefixed variable, making npm_config_yes=true semantically equivalent to --yes. Any attacker who can submit a Custom MCP stdio server configuration - which requires no authentication on default Flowise deployments - can force npx to auto-install and execute an arbitrary package as the Flowise server process. No public exploit code has been identified at time of analysis, though the bypass technique is fully documented in the public GHSA advisory GHSA-xc48-889x-5qmw, making independent weaponization trivial.

Technical ContextAI

Flowise is a Node.js application (cpe:2.3:a:flowiseai:flowise:*:*:*:*:*:*:*:*) that provides a drag-and-drop interface for composing LLM workflows, including integration with Model Context Protocol (MCP) servers over both SSE and stdio transports. The vulnerable code resides in packages/components/nodes/tools/MCP/core.ts, where the validateEnvironmentVariables function implements a hardcoded four-item denylist - ['PATH', 'LD_LIBRARY_PATH', 'DYLD_LIBRARY_PATH', 'NODE_OPTIONS'] - checked by exact string match. The root cause class is CWE-184 (Incomplete List of Disallowed Inputs): npm's documented behavior allows any environment variable of the form npm_config_<option> to override the corresponding CLI flag, so npm_config_yes=true is treated identically to --yes by the npm runtime. This means npx will auto-install the named package without confirmation, bypassing the flag-level check in validateCommandFlags entirely. The stdio transport path in CustomMCP.ts previously defaulted to stdio whenever a command was provided, giving attackers a reachable execution primitive. The fix in 3.1.3 replaces the denylist with an allowlist controlled by CUSTOM_MCP_ALLOWED_ENV_VARS and changes the default transport to SSE, requiring explicit opt-in to stdio via CUSTOM_MCP_PROTOCOL=stdio.

RemediationAI

Upgrade to Flowise 3.1.3 or later, available at https://github.com/FlowiseAI/Flowise/releases/tag/flowise@3.1.3 via npm or Docker. The fix replaces the environment variable denylist with a strict allowlist: only variable names explicitly enumerated in the CUSTOM_MCP_ALLOWED_ENV_VARS environment variable (comma-separated, e.g., BRAVE_API_KEY,GITHUB_TOKEN) are permitted through to Custom MCP stdio servers - all others are rejected. The stdio protocol path is now opt-in only via CUSTOM_MCP_PROTOCOL=stdio; deployments that do not set this variable default to SSE, eliminating the stdio attack surface. For deployments that cannot immediately patch: set CUSTOM_MCP_PROTOCOL=sse to disable stdio transport entirely, which blocks this exploit at the cost of losing stdio-based MCP server support. Additionally, enable Flowise authentication (disabled by default) to require credentials before any MCP configuration can be submitted, reducing exposure to authenticated users only. Do not rely on CUSTOM_MCP_SECURITY_CHECK=true as a compensating control - this vulnerability demonstrates that the underlying security check is bypassable by design.

CVE-2024-41713 CRITICAL POC
9.1 Oct 21

A vulnerability in the NuPoint Unified Messaging (NPM) component of Mitel MiCollab through 9.8 SP1 FP2 (9.8.1.201) could

CVE-2024-55591 CRITICAL POC
9.8 Jan 14

FortiOS and FortiProxy contain an authentication bypass via the Node.js websocket module allowing unauthenticated remote

CVE-2023-44487 HIGH POC
7.5 Oct 10

Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour

CVE-2014-7205 CRITICAL POC
10.0 Oct 08

Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for t

CVE-2025-59528 CRITICAL POC
10.0 Sep 22

Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete

CVE-2017-14849 HIGH POC
7.5 Sep 28

Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was inc

CVE-2017-5941 CRITICAL POC
9.8 Feb 09

An issue was discovered in the node-serialize package 0.0.4 for Node.js. Rated critical severity (CVSS 9.8), this vulner

CVE-2014-0224 HIGH POC
7.4 Jun 05

OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph

CVE-2014-3744 HIGH POC
7.5 Oct 23

Directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary fi

CVE-2014-9566 HIGH POC
7.5 Mar 10

Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwin

CVE-2013-4660 MEDIUM POC
6.8 Jun 28

The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, whic

CVE-2016-2107 MEDIUM POC
5.9 May 05

The AES-NI implementation in OpenSSL before 1.0.1t and 1.0.2 before 1.0.2h does not consider memory allocation during a

Share

EUVD-2026-52795 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy