Skip to main content

Flowise EUVDEUVD-2026-25298

| CVE-2026-41279 HIGH
Authorization Bypass Through User-Controlled Key (CWE-639)
2026-04-23 security-advisories@github.com GHSA-5fw2-mwhh-9947
8.2
CVSS 4.0 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
8.2 HIGH
CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/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
vuln.today AI
5.9 MEDIUM

Unauthenticated network endpoint (PR:N/AV:N) but requires a valid non-attacker-controlled credentialId (AC:H); impact is resource/credit abuse of the provider (A:H) with no data disclosure or tampering (C:N/I:N).

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

Lifecycle Timeline

6
Source Code Evidence Fetched
Jul 24, 2026 - 03:41 vuln.today
Analysis Generated
Jul 24, 2026 - 03:41 vuln.today
Patch released
Apr 24, 2026 - 16:31 nvd
Patch available
Patch available
Apr 23, 2026 - 22:16 EUVD
EUVD ID Assigned
Apr 23, 2026 - 20:26 euvd
EUVD-2026-25298
CVE Published
Apr 23, 2026 - 20:16 nvd
HIGH 8.2

DescriptionGitHub Advisory

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the text-to-speech generation endpoint (POST /api/v1/text-to-speech/generate) is whitelisted (no auth) and accepts a credentialId directly in the request body. When called without a chatflowId, the endpoint uses the provided credentialId to decrypt the stored credential (e.g., OpenAI or ElevenLabs API key) and generate speech. This vulnerability is fixed in 3.1.0.

AnalysisAI

Unauthenticated authorization-key abuse in FlowiseAI Flowise before 3.1.0 lets remote attackers invoke the whitelisted text-to-speech endpoint (POST /api/v1/text-to-speech/generate) with an attacker-supplied credentialId, causing the server to decrypt and use a victim's stored provider API key (OpenAI, ElevenLabs, Azure, Google) to generate speech at the victim's expense. The GitHub Security Advisory (GHSA-5fw2-mwhh-9947) includes Docker-based validation proving the code path executes without authentication, but there is no public exploit identified at time of analysis and it is not in CISA KEV. EPSS is very low (0.04%, 12th percentile), consistent with SSVC exploitation status of 'none'.

Technical ContextAI

Flowise is an open-source, low-code drag-and-drop builder for LLM orchestration flows that stores third-party provider credentials (API keys) encrypted at rest and decrypts them server-side when a flow needs them. The affected component is the TTS controller (packages/server/src/controllers/text-to-speech/index.ts), which is registered in WHITELIST_URLS (constants.ts line 41), bypassing authentication. The root cause is CWE-639 (Authorization Bypass Through User-Controlled Key / IDOR): when no chatflowId is supplied, the controller trusts the credentialId taken directly from the request body (bodyCredentialId at lines 58-64) instead of validating that the credential belongs to the flow/user making the request, so any decryptable stored credential can be referenced by ID. Affected CPE is cpe:2.3:a:flowiseai:flowise:*.

RemediationAI

Vendor-released patch: 3.1.0 - upgrade Flowise to 3.1.0 or later, which restricts the TTS endpoint so a body-supplied credentialId is no longer trusted without an associated chatflow. If immediate upgrade is not possible, apply the vendor's suggested compensating control by removing the /api/v1/text-to-speech/generate entry from WHITELIST_URLS so the endpoint enforces authentication, or reject requests that lack a chatflowId (return 401), per the advisory code guidance; the trade-off is that any legitimate unauthenticated TTS usage will break and clients must authenticate. As network-level mitigations, restrict access to the TTS endpoint and the Flowise admin surface to trusted networks/VPN and avoid exposing Flowise directly to the internet, and rotate any provider API keys (OpenAI, ElevenLabs, Azure, Google) stored in a Flowise instance that was internet-reachable while vulnerable. See https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-5fw2-mwhh-9947.

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

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