Skip to main content

Flowise CVE-2026-41277

| EUVDEUVD-2026-25296 HIGH
Improper Access Control (CWE-284)
2026-04-23 security-advisories@github.com GHSA-3prp-9gf7-4rxx
7.6
CVSS 4.0 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
7.6 HIGH
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:L/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
7.1 HIGH

PR:L for an authenticated user and AC:H because the attacker must first obtain a valid cross-workspace UUID; high confidentiality/integrity impact from overwriting another tenant's objects, low availability.

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

Primary rating from GitHub Advisory.

CVSS VectorGitHub Advisory

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

Lifecycle Timeline

6
Source Code Evidence Fetched
Jul 24, 2026 - 03:43 vuln.today
Analysis Generated
Jul 24, 2026 - 03:43 vuln.today
Patch released
Apr 25, 2026 - 02:16 nvd
Patch available
Patch available
Apr 23, 2026 - 22:16 EUVD
EUVD ID Assigned
Apr 23, 2026 - 20:26 euvd
EUVD-2026-25296
CVE Published
Apr 23, 2026 - 20:16 nvd
HIGH 7.6

DescriptionGitHub Advisory

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, a Mass Assignment vulnerability in the DocumentStore creation endpoint allows authenticated users to control the primary key (id) and internal state fields of DocumentStore entities. Because the service uses repository.save() with a client-supplied primary key, the POST create endpoint behaves as an implicit UPSERT operation. This enables overwriting existing DocumentStore objects. In multi-workspace or multi-tenant deployments, this can lead to cross-workspace object takeover and broken object-level authorization (IDOR), allowing an attacker to reassign or modify DocumentStore objects belonging to other workspaces. This vulnerability is fixed in 3.1.0.

AnalysisAI

Cross-workspace object takeover in Flowise (versions prior to 3.1.0) lets authenticated low-privilege users overwrite DocumentStore records belonging to other workspaces. The DocumentStore create endpoint accepts a client-supplied primary key and persists it via TypeORM repository.save(), turning the POST into an implicit UPSERT that can UPDATE another tenant's record and reassign or modify it. SSVC rates technical impact as total and lists proof-of-concept exploitation; EPSS is low (0.05%), and it is not on CISA KEV.

Technical ContextAI

Flowise is a low-code/drag-and-drop builder for LLM orchestration flows built on Node.js with TypeORM as its persistence layer (npm package 'flowise', CPE cpe:2.3:a:flowiseai:flowise). The root cause is CWE-284 (Improper Access Control) manifesting as a mass-assignment / broken-object-level-authorization flaw: the DocumentStore entity uses @PrimaryGeneratedColumn('uuid') for a globally unique id that is NOT composite with workspaceId. The create handler runs repo.create(newDocumentStore) then repo.save(documentStore) with no DTO allowlist or field filtering, so the entire request body - including id, status, and internal state fields - is bound to the entity. TypeORM's save() performs an UPDATE when the supplied primary key already exists and an INSERT otherwise, so a client-controlled id converts creation into an upsert with no ownership check before persistence.

RemediationAI

Vendor-released patch: upgrade to Flowise 3.1.0, which fixes the mass-assignment/upsert behavior; this is the primary and recommended action per GHSA-3prp-9gf7-4rxx (https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-3prp-9gf7-4rxx). If immediate upgrade is not possible, compensating controls include placing the DocumentStore create/API endpoints behind a reverse proxy or WAF rule that rejects requests whose JSON body contains an 'id' field on the create path (side effect: may break legitimate clients that send full objects), tightly restricting who is granted workspace accounts since any authenticated user can trigger cross-workspace writes, and consolidating to single-workspace deployments where feasible to remove the cross-tenant premise (side effect: loses multi-tenant isolation). Additionally monitor DocumentStore records for unexpected workspaceId reassignment or field changes. Do not rely on network-level controls alone, since exploitation requires an already-authenticated user.

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-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

CVE-2026-73601 CRITICAL POC
9.0 Aug 13

Remote code execution in Flowise before 3.1.3 lets authenticated users abuse the Custom MCP node - when CUSTOM_MCP_PROTO

Share

CVE-2026-41277 vulnerability details – vuln.today

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