Skip to main content

Flowise CVE-2026-41267

| EUVDEUVD-2026-25284 HIGH
Authorization Bypass Through User-Controlled Key (CWE-639)
2026-04-23 GitHub_M GHSA-48m6-ch88-55mj
8.1
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
8.1 HIGH
AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.4 HIGH

Unauthenticated network endpoint (PR:N/AV:N) but hijacking a tenant requires knowing a valid existing org UUID (AC:H); high confidentiality/integrity from cross-tenant takeover, no clear availability impact (A:N).

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

Primary rating from GitHub Advisory.

CVSS VectorGitHub Advisory

Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

6
Source Code Evidence Fetched
Jul 24, 2026 - 04:33 vuln.today
Analysis Generated
Jul 24, 2026 - 04:33 vuln.today
Patch released
Apr 24, 2026 - 15:14 nvd
Patch available
Patch available
Apr 23, 2026 - 21:01 EUVD
EUVD ID Assigned
Apr 23, 2026 - 20:00 euvd
EUVD-2026-25284
CVE Published
Apr 23, 2026 - 19:12 nvd
HIGH 8.1

DescriptionGitHub Advisory

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, an improper mass assignment (JSON injection) vulnerability in the account registration endpoint of Flowise Cloud allows unauthenticated attackers to inject server-managed fields and nested objects during account creation. This enables client-controlled manipulation of ownership metadata, timestamps, organization association, and role mappings, breaking trust boundaries in a multi-tenant environment. This vulnerability is fixed in 3.1.0.

AnalysisAI

Improper mass assignment in the account registration endpoint of Flowise (Flowise Cloud, versions prior to 3.1.0) lets unauthenticated attackers smuggle server-managed fields and nested objects into the POST /api/v1/account/register payload, forging ownership metadata, timestamps, organization association, and role mappings. In a multi-tenant SaaS deployment this breaks tenant trust boundaries, potentially letting an attacker attach a freshly-registered account to an existing organization with an elevated role. Publicly available exploit code exists (a working PoC is published in the GitHub Security Advisory), but the issue is not in CISA KEV and EPSS is very low (0.04%, 13th percentile).

Technical ContextAI

Flowise is a Node.js/TypeScript drag-and-drop builder for LLM orchestration flows, distributed via the npm package 'flowise'. The affected component is the account-registration API of its hosted Cloud offering. The root cause is CWE-639 (Authorization Bypass Through User-Controlled Key), realized here as classic mass assignment / JSON injection: the /api/v1/account/register handler expects a minimal user object (name, email, credential) but the backend performs no strict allowlist or DTO validation and instead binds the raw client JSON directly onto internal domain models. Because the persistence layer trusts client-supplied values, attacker-controlled fields such as createdBy, updatedBy, createdDate, updatedDate and entire nested entities (organization, organizationUser, workspace, workspaceUser) are written verbatim. The affected product is identified by CPE cpe:2.3:a:flowiseai:flowise:*:*:*:*:*:*:*:*.

RemediationAI

Vendor-released patch: upgrade to Flowise 3.1.0, which fixes the mass-assignment flaw; the npm 'flowise' package is patched in 3.1.0 (vulnerable <= 3.0.13). If you cannot upgrade immediately, apply a server-side allowlist/DTO at the registration boundary so only name, email, and credential are accepted, and explicitly strip or reject any client-supplied organization, organizationUser, workspace, workspaceUser, roleId, createdBy, updatedBy, createdDate, and updatedDate fields - the trade-off is that this requires a code or reverse-proxy/WAF rule and must be kept in sync with the real schema. As a compensating control, place the /api/v1/account/register endpoint behind validation that rejects nested objects, and server-side reassign ownership/timestamp/role fields after account creation rather than trusting the payload; monitor for registrations that reference existing organization UUIDs. Reference the vendor advisory at https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-48m6-ch88-55mj for exact fix details.

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-41267 vulnerability details – vuln.today

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