Skip to main content

Flowise EUVDEUVD-2026-38367

| CVE-2026-56268 MEDIUM
Incorrect Authorization (CWE-863)
2026-06-22 VulnCheck
5.3
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
5.3 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/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
4.3 MEDIUM

Network-accessible endpoint requires only a valid API key (PR:L); low confidentiality impact as only unprotected chatflow metadata is read-only disclosed; no integrity or availability impact applies.

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

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

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

Lifecycle Timeline

3
Patch available
Jun 22, 2026 - 23:02 EUVD
Source Code Evidence Fetched
Jun 22, 2026 - 22:21 vuln.today
Analysis Generated
Jun 22, 2026 - 22:21 vuln.today

DescriptionCVE.org

Flowise before 3.1.2 contains an information disclosure vulnerability in the /api/v1/chatflows/apikey/:apikey endpoint. When the keyonly query parameter is omitted (the default), the endpoint returns not only the chatflows bound to the supplied API key but also all chatflows across every workspace that have no API key assigned, because the underlying query lacks any workspace filter. An attacker with a valid API key for one workspace can therefore retrieve the full ChatFlow configuration (including flowData with system prompts and node configurations, chatbotConfig, apiConfig, and credential IDs) of unprotected chatflows belonging to other workspaces.

AnalysisAI

Cross-workspace chatflow configuration disclosure in Flowise before 3.1.2 allows any holder of a valid API key for one workspace to read the full configuration of unprotected chatflows belonging to all other workspaces in the same instance. The /api/v1/chatflows/apikey/:apikey endpoint's database query omits a workspace scope filter when the keyonly parameter is absent (the default), causing it to return every chatflow system-wide where apikeyid is NULL or empty - including flowData, system prompts, chatbotConfig, apiConfig, and credential IDs from unrelated tenants. No public exploit code or CISA KEV listing has been identified at time of analysis, but the vulnerability is trivially reproducible given the disclosed source code and standard HTTP tooling.

Technical ContextAI

Flowise is an open-source LLM workflow orchestration platform distributed as the npm package flowise (CPE: cpe:2.3:a:flowise:flowise:*:*:*:*:*:*:*:*). The vulnerable code resides in two files: the controller at packages/server/src/controllers/chatflows/index.ts:90-107 and the service at packages/server/src/services/chatflows/index.ts:223-245. The controller validates the caller's API key but then delegates data retrieval to a TypeORM QueryBuilder that, absent the keyonly query parameter, appends OR cf.apikeyid IS NULL OR cf.apikeyid = '' conditions with no workspaceId predicate. This means any authenticated API call using the default path returns a superset of data that crosses tenant/workspace boundaries. CWE-863 (Incorrect Authorization) is the correct root cause classification: the authorization gate (API key validation) passes, but the subsequent data access logic fails to enforce workspace-scoped authorization on what is returned.

RemediationAI

Upgrade Flowise to version 3.1.2 or later; this is the vendor-released patch confirmed by GHSA-c2c9-mfw7-p8hw and the npm package metadata. If an immediate upgrade is not feasible, the most targeted compensating control is to ensure that every chatflow in the instance has an explicit API key assigned (apikeyid not NULL and not empty), since only chatflows with no API key assigned are incorrectly leaked across workspace boundaries - this requires auditing all chatflows across all workspaces and has the operational trade-off of requiring API authentication for any chatflow previously accessible without a key. A second compensating control is to restrict network access to the Flowise API to trusted IP ranges or an internal network, which reduces the pool of potential attackers to those already on privileged segments but does not eliminate insider-tenant risk. References: vendor advisory at https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-c2c9-mfw7-p8hw and VulnCheck advisory at https://www.vulncheck.com/advisories/flowise-cross-workspace-information-disclosure-via-chatflows-apikey-endpoint.

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-2025-8943 CRITICAL POC
9.8 Aug 14

Flowise versions before 3.0.1 allow unauthenticated access to the Custom MCPs feature, which is designed to execute OS c

CVE-2025-26319 CRITICAL POC
9.8 Mar 04

FlowiseAI Flowise version 2.2.6 contains an arbitrary file upload vulnerability in the /api/v1/attachments endpoint. Una

CVE-2026-56274 HIGH POC
8.7 Jun 23

Remote code execution in Flowise before 3.1.2 allows any authenticated user (or API caller with chatflow view/update per

CVE-2025-58434 CRITICAL POC
9.8 Sep 12

Flowise is a drag & drop user interface to build a customized large language model flow. Rated critical severity (CVSS 9

CVE-2026-30821 CRITICAL POC
9.8 Mar 07

Unrestricted file upload in Flowise LLM workflow builder before 3.0.13 via /api/v1/attachments endpoint allows unauthent

CVE-2026-30824 CRITICAL POC
9.8 Mar 07

Missing authentication on NVD data endpoint in Flowise before 3.0.13 allows unauthenticated access to internal vulnerabi

CVE-2026-70470 CRITICAL POC
9.5 Aug 04

Remote code execution in Flowise before 3.1.3 arises because its Pyodide Python-code validator (validatePythonCodeForDat

CVE-2026-69264 CRITICAL POC
9.4 Aug 04

Remote code execution in FlowiseAI Flowise before 3.1.3 lets an attacker execute arbitrary OS commands as the Flowise pr

CVE-2026-73483 CRITICAL POC
9.4 Aug 13

Remote command execution in Flowise <= 3.1.2 lets an authenticated user break out of the vm2/@flowiseai/nodevm JavaScrip

CVE-2025-71334 CRITICAL POC
9.3 Jun 25

Arbitrary file read and write in FlowiseAI Flowise (versions 2.2.8 through 3.0.5) lets remote unauthenticated attackers

CVE-2026-46442 CRITICAL POC
9.4 Jun 08

Authenticated remote code execution in FlowiseAI Flowise prior to 3.1.2 allows any user with a valid session or API key

Share

EUVD-2026-38367 vulnerability details – vuln.today

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