Skip to main content

Flowise CVE-2026-41275

| EUVDEUVD-2026-25291 HIGH
Cleartext Transmission of Sensitive Information (CWE-319)
2026-04-23 GitHub_M GHSA-x5w6-38gp-mrqh
7.5
CVSS 4.0 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
7.5 HIGH
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:H/VI:H/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
6.4 MEDIUM

AV:A and AC:H because exploitation needs an adjacent-network MITM position; UI:R since the victim must initiate a reset and open the link; C:H/I:H for account takeover, A:N as availability is not directly impacted.

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

Lifecycle Timeline

7
Source Code Evidence Fetched
Jul 24, 2026 - 04:28 vuln.today
Analysis Generated
Jul 24, 2026 - 04:28 vuln.today
Patch released
Apr 25, 2026 - 02:16 nvd
Patch available
Patch available
Apr 23, 2026 - 21:01 EUVD
CVSS changed
Apr 23, 2026 - 20:26 NVD
7.5 (HIGH)
EUVD ID Assigned
Apr 23, 2026 - 20:00 euvd
EUVD-2026-25291
CVE Published
Apr 23, 2026 - 19:33 nvd
HIGH 7.5

DescriptionGitHub Advisory

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the password reset functionality on cloud.flowiseai.com sends a reset password link over the unsecured HTTP protocol instead of HTTPS. This behavior introduces the risk of a man-in-the-middle (MITM) attack, where an attacker on the same network as the user (e.g., public Wi-Fi) can intercept the reset link and gain unauthorized access to the victim’s account. This vulnerability is fixed in 3.1.0.

AnalysisAI

Cleartext transmission of password reset links in Flowise (via cloud.flowiseai.com) prior to version 3.1.0 allows a network-positioned man-in-the-middle attacker to intercept the reset token and hijack a victim's account. The reset email embeds the link over plain HTTP instead of HTTPS, so anyone sharing the victim's network (e.g., public Wi-Fi) can sniff the token during a reset flow. Publicly available exploit code exists (HackerOne report #1888915), but EPSS is very low (0.03%, 10th percentile) and there is no evidence of active exploitation.

Technical ContextAI

Flowise is an open-source drag-and-drop builder for large-language-model (LLM) workflows; the affected component is the hosted cloud offering at cloud.flowiseai.com and the underlying npm package 'flowise' (CPE cpe:2.3:a:flowiseai:flowise). The root cause is CWE-319 (Cleartext Transmission of Sensitive Information): the account-recovery subsystem generates the forgot-password link with an http:// scheme rather than https://, so the single-use reset token traverses the wire unencrypted. Because password reset tokens are bearer credentials, any exposure of the token in cleartext is equivalent to exposing the credential itself. Best-practice mitigations that were absent include forcing HTTPS on all sensitive links and enforcing HSTS to prevent protocol downgrade.

RemediationAI

Vendor-released patch: 3.1.0 - upgrade Flowise to 3.1.0 or later (npm package flowise 3.1.0), which generates password reset links over HTTPS; see GHSA-x5w6-38gp-mrqh. For self-hosted operators who cannot immediately upgrade, terminate TLS in front of Flowise and configure the application/base URL to use https:// so reset links are emitted as HTTPS, and enable HTTP Strict Transport Security (HSTS) to block protocol downgrade - the trade-off is that HSTS requires a valid certificate on the mail-link domain and can break any legacy plain-HTTP access. As an operational compensating control, keep reset-token lifetimes short and invalidate tokens on first use to shrink the interception window; users on untrusted networks should avoid initiating password resets until patched. Users of cloud.flowiseai.com are covered by the vendor's fix and need take no action.

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

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