CVE-2026-69263
PoC moderateFlowise Custom MCP env-var blocklist bypass yields remote code execution (pre-3.1.3)
Flowise, an open-source drag-and-drop UI for building LLM flows, contains an incomplete-blocklist flaw (CWE-184) in the environment-variable sanitizer for Custom MCP servers in packages/components/nodes/tools/MCP/core.ts. The fix for CVE-2025-8943 blocked npx's -y/--yes flags and denied only PATH, LD_LIBRARY_PATH, DYLD_LIBRARY_PATH, and NODE_OPTIONS by exact variable name, but a low-privileged user who can configure a Custom MCP server can instead set npm_config_yes=true, which npm interprets as the --yes option. This causes npx to silently auto-install and execute an attacker-specified npm package when the MCP server launches, resulting in remote code execution on the Flowise host with high confidentiality, integrity, and availability impact (CVSS 4.0: 8.7). All Flowise versions prior to 3.1.3 are affected, and the flaw is fixed in 3.1.3. A public advisory with reproduction details exists, but exploitation likelihood is currently low (EPSS 0.3%, 27th percentile) and the CVE is not in the CISA KEV catalog.
What to do: Upgrade Flowise to version 3.1.3 or later, where the sanitizer blocks npm_config_* environment variables. Until patched, restrict who can create or edit Custom MCP server configurations and audit existing MCP tool configs for npm_config_* entries or unexpected npm package names. Also review host logs for npx/npm auto-install activity originating from the Flowise process to rule out prior abuse.
| FlowiseAI Flowise | all versions prior to 3.1.3 (< 3.1.3) |
Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.
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.
- Vendors
- flowiseai
- Products
- flowise
- Weakness
- CWE-184
- Vector
- 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
In the news0 stories
No ingested article mentions this CVE yet.