Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/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
Unauthenticated network read of stored credentials (C:H) with scope change since the leaked secrets grant access to other systems; no integrity or availability impact.
Primary rating from GitHub Advisory.
CVSS VectorGitHub Advisory
Lifecycle Timeline
7DescriptionGitHub Advisory
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, /api/v1/public-chatbotConfig/:id ep exposes sensitive data including API keys, HTTP authorization headers and internal configuration without any authentication. An attacker with knowledge just of a chatflow UUID can retrieve credentials stored in password type fields and HTTP headers, leading to credential theft and more. This vulnerability is fixed in 3.1.0.
AnalysisAI
Unauthenticated sensitive data disclosure in FlowiseAI Flowise before 3.1.0 lets any remote party retrieve stored secrets by requesting /api/v1/public-chatbotConfig/:id with only a chatflow UUID. The endpoint returns the full flowData object - including plaintext password-type fields (e.g. Unstructured API keys), HTTP Authorization headers from Requests nodes, and internal endpoint/webhook URLs - with no authorization check, enabling credential theft and downstream pivoting. Publicly available exploit code exists (vendor GHSA advisory with PoC), though EPSS is very low (0.05%, 15th percentile) and it is not on CISA KEV.
Technical ContextAI
Flowise is a low-code drag-and-drop builder for LLM orchestration flows; each chatflow is persisted with a flowData object describing its nodes and their configured parameters. The root cause (CWE-200, Exposure of Sensitive Information to an Unauthorized Actor) is in the getSinglePublicChatbotConfig function in packages/server/src/services/chatflows/index.ts, which serves the entire flowData over a public endpoint without an authorization gate or field sanitization. A stale in-code assumption - a comment asserting 'chatbotConfig doesn't contain sensitive credential' - is wrong: node parameters typed as password (such as unstructuredAPIKey in the S3 File node) are stored in plaintext, and Requests POST/GET nodes embed their Authorization headers, all of which are returned verbatim. The single CPE in scope is cpe:2.3:a:flowiseai:flowise, covering all builds up to and including 3.0.13.
RemediationAI
Vendor-released patch: 3.1.0 - upgrade Flowise to 3.1.0 or later, which adds the missing authorization check / sanitization on /api/v1/public-chatbotConfig/:id, as documented in GHSA-4jpm-cgx2-8h37 (https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-4jpm-cgx2-8h37). If immediate upgrade is not possible, restrict or block external access to the /api/v1/public-chatbotConfig/ path at a reverse proxy or WAF (trade-off: breaks legitimately embedded public chat widgets that rely on this endpoint), and rotate any secrets that were configured in password-type fields or Requests-node Authorization headers since UUIDs may already have leaked. As a configuration workaround, avoid storing raw credentials in chatflow node fields - move secrets to server-side credential references rather than inline password fields where the platform supports it. After patching, treat any previously exposed API keys, bearer tokens, and webhook URLs as compromised and reissue them.
Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete
Flowise versions before 3.0.1 allow unauthenticated access to the Custom MCPs feature, which is designed to execute OS c
FlowiseAI Flowise version 2.2.6 contains an arbitrary file upload vulnerability in the /api/v1/attachments endpoint. Una
Remote code execution in Flowise before 3.1.2 allows any authenticated user (or API caller with chatflow view/update per
Flowise is a drag & drop user interface to build a customized large language model flow. Rated critical severity (CVSS 9
Unrestricted file upload in Flowise LLM workflow builder before 3.0.13 via /api/v1/attachments endpoint allows unauthent
Missing authentication on NVD data endpoint in Flowise before 3.0.13 allows unauthenticated access to internal vulnerabi
Remote code execution in Flowise before 3.1.3 arises because its Pyodide Python-code validator (validatePythonCodeForDat
Remote command execution in Flowise <= 3.1.2 lets an authenticated user break out of the vm2/@flowiseai/nodevm JavaScrip
Arbitrary file read and write in FlowiseAI Flowise (versions 2.2.8 through 3.0.5) lets remote unauthenticated attackers
Authenticated remote code execution in FlowiseAI Flowise prior to 3.1.2 allows any user with a valid session or API key
Remote code execution in Flowise before 3.1.3 lets authenticated users abuse the Custom MCP node - when CUSTOM_MCP_PROTO
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-25283
GHSA-4jpm-cgx2-8h37