Skip to main content

Flowise EUVDEUVD-2026-54169

| CVE-2026-67621 HIGH
Missing Authorization (CWE-862)
2026-08-06 disclosure@vulncheck.com GHSA-7q53-9j99-gg5c
7.2
CVSS 4.0 · Vendor: vulncheck
Share

Severity by source

Vendor (vulncheck) PRIMARY
7.2 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/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.6 HIGH

Network-accessible endpoints require only low-privilege workspace membership; high integrity impact from unrestricted vector store writes; low confidentiality and availability from potential data exposure and API credit exhaustion.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:L/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

2
Analysis Generated
Aug 06, 2026 - 22:49 vuln.today
CVE Published
Aug 06, 2026 - 22:18 cve.org
HIGH 7.2

DescriptionCVE.org

Flowise through 3.1.4 contains a missing authorization vulnerability that allows authenticated workspace members to perform unauthorized document store operations by accessing unprotected mutation endpoints. Attackers holding only view-level permissions can send direct HTTP requests to the upsert and refresh document store routes to trigger document ingestion, refresh vector database contents, consume embedding API credits, and modify knowledge bases used by downstream chatflows.

AnalysisAI

Flowise through version 3.1.4 exposes document store mutation endpoints without enforcing authorization, allowing authenticated workspace members holding only view-level permissions to directly invoke upsert and refresh routes that should be restricted to higher-privileged roles. The missing server-side authorization check (CWE-862) enables a malicious insider or compromised view-only account to inject or overwrite vector database contents, trigger costly embedding API credit consumption, and corrupt knowledge bases that power downstream AI chatflows - without any UI-layer interaction. No public exploit has been identified at time of analysis, though the exploitation path is low-complexity given direct HTTP access suffices, and a disclosure advisory is publicly available on GitHub.

Technical ContextAI

Flowise is an open-source, low-code platform for constructing LLM-orchestration pipelines and retrieval-augmented generation (RAG) workflows. Its document store subsystem manages ingestion of documents into vector databases, which are queried at inference time by downstream chatflows. The flaw (CWE-862: Missing Authorization) is in the mutation layer of this subsystem: the API routes handling upsert (document ingestion into the vector store) and refresh (reprocessing and re-embedding stored documents) perform no server-side permission check beyond confirming the caller is an authenticated workspace member. The CVSS 4.0 vector AV:N/AC:L/AT:N/PR:L confirms network-accessible endpoints with low privilege and no attack requirements. In a correctly implemented RBAC system, write operations on the document store would be gated on a higher permission tier than the view role; here, authentication and authorization are conflated, leaving mutation endpoints effectively open to any workspace member.

RemediationAI

Upgrade Flowise to a version beyond 3.1.4 that addresses this authorization gap; however, no specific patched release version was confirmed from the available input data - verify the current release on the official Flowise GitHub repository before upgrading. Given the reference to https://flowiseai.com/sunset potentially signaling end-of-life status, organizations should assess whether continued operation of Flowise is appropriate or whether migration to a supported LLM workflow platform is warranted. As immediate compensating controls: restrict access to document store mutation routes (e.g., /api/v1/document-store/upsert and equivalent refresh endpoints) at the API gateway or reverse proxy layer to only trusted administrator IP ranges - this prevents exploitation with no application-layer change but requires correct network topology. Additionally, audit all workspace members and revoke view-only access for untrusted or unnecessary accounts to reduce the pool of potential exploiters. Monitor embedding API usage logs for unexpected ingestion volume spikes, which may indicate unauthorized calls. Advisory: https://github.com/Caycon/cve-advisories/blob/main/2026/Flowise/CVE-2026-67621.md.

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

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