Lucene search
+L
FlowiseaiFlowise

86 matches found

CVE
CVE
added 2024/04/29 12:00 a.m.716 views

CVE-2024-31621

CVE-2024-31621 affects Flowise Flowise v1.6.2 and earlier, with multiple sources describing an authentication bypass (notably in Flowise = 1.6.6 / 1.8.1+ per other reports). If exploitation details are present, they confirm remote code execution via /api/v1; otherwise, exploitation specifics are ...

7.6CVSS7.7AI score0.59867EPSS
Save
CVE
CVE
added 2025/09/22 7:54 p.m.310 views

CVE-2025-59528

Flowise 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig string is parsed and passed to the Function() constructor via convertToValidJSONString without validation, allowing an attacker to execute arbitrary JavaScript with Node.js privileges (e.g., ac...

10CVSS7.5AI score0.8737EPSS
SaveIn wild
CVE
CVE
added 2026/04/23 7:49 p.m.199 views

CVE-2026-41276

Flowise (FlowiseAI Flowise) has a REST-authentication bypass vulnerability in the AccountService.resetPassword flow. Before version 3.1.0, an attacker who knows a user’s email can request a password reset with a null/empty token, bypass the need for a valid reset token, and set the user’s passwor...

9.8CVSS5.8AI score0.0687EPSS
Save
CVE
CVE
added 2026/04/21 9:00 p.m.182 views

CVE-2026-40933

Flowise: Authenticated RCE via MCP adapters. Prior to 3.1.0, unsafe serialization of stdio commands in the MCP adapter allows an authenticated attacker to add an MCP stdio server and run arbitrary OS commands, due to a bug in input sanitization in the Custom MCP configuration (http://localhost:30...

9.9CVSS6.6AI score0.13364EPSS
Save
CVE
CVE
added 2025/03/04 12:00 a.m.173 views

CVE-2025-26319

FlowiseAI Flowise

9.8CVSS7.7AI score0.55869EPSS
SaveIn wild
CVE
CVE
added 2025/09/12 5:37 p.m.126 views

CVE-2025-58434

Flowise was vulnerable in versions up to 3.0.5 where the forgot-password API returned a valid tempToken and other sensitive user data without authentication, enabling an unauthenticated attacker to reset passwords and take over accounts (including admins). A fix was released in version 3.0.6 that...

9.8CVSS6.7AI score0.49894EPSS
Save
CVE
CVE
added 2026/06/08 3:30 p.m.126 views

CVE-2026-46442

Flowise prior to v3.1.2 exposes an unauthenticated route POST /api/v1/node-custom-function that can accept arbitrary JavaScript in a Custom JS Function node. If E2B_APIKEY is not configured, code runs in a NodeVM sandbox and can be escaped to reach host process and execute system commands, enabli...

9.9CVSS6.5AI score0.3634EPSS
SaveIn wild
CVE
CVE
added 2024/07/01 6:17 p.m.124 views

CVE-2024-36423

Flowise 1.4.3 has a reflected cross-site scripting (XSS) vulnerability in the endpoint /api/v1/public-chatflows/id. When configured unauthenticated, an attacker can craft a URL that injects JavaScript into user sessions, potentially stealing information, creating false popups, or redirecting user...

6.1CVSS6.2AI score0.00405EPSS
Save
CVE
CVE
added 2024/07/01 3:53 p.m.123 views

CVE-2024-36420

Flowise 1.4.3 is vulnerable to arbitrary file read via POST /api/v1/openai-assistants-file due to lack of sanitization of the fileName parameter in index.ts. Exploitation is demonstrated in multiple sources (e.g., nuclei templates and GitHub PoCs) showing reading /etc/passwd when sending crafted ...

7.5CVSS7.4AI score0.01776EPSS
SaveIn wild
CVE
CVE
added 2026/04/23 7:58 p.m.115 views

CVE-2026-41265

CVE-2026-41265 affects Flowise with the Airtable_Agents class, where the run method evaluates an LLM-generated Python script without proper sandboxing. This allows prompt-injection via chatflows to coax the LLM into returning a malicious Python script that executes attacker-controlled commands on...

9.8CVSS5.8AI score0.00568EPSS
Save
CVE
CVE
added 2024/08/27 1:10 p.m.110 views

CVE-2024-8181

Affected software: Flowise

9.8CVSS7AI score0.4505EPSS
SaveIn wild
CVE
CVE
added 2024/07/01 4:02 p.m.106 views

CVE-2024-36422

CVE-2024-36422 : Flowise v1.4.3 exposes a reflected XSS vulnerability at api/v1/chatflows/id. When unauthenticated, an attacker can craft a URL to inject JavaScript into a user session, enabling information theft, popups, or redirects. If the chatflow ID is not found, the reflected value appears ...

6.1CVSS6.2AI score0.00406EPSS
Save
CVE
CVE
added 2024/07/01 6:25 p.m.104 views

CVE-2024-37146

Flowise 1.4.3 contains a reflected XSS in /api/v1/credentials/id. When unauthenticated, an attacker can craft a URL that injects JavaScript into user sessions (stealing data, creating popups, or redirecting). If the chatflow ID is not found, the value is reflected on the 404 page, enabling arbitr...

6.1CVSS6.2AI score0.00405EPSS
Save
CVE
CVE
added 2024/07/01 6:19 p.m.98 views

CVE-2024-37145

Flowise v1.4.3 exposes a reflected XSS in /api/v1/chatflows-streaming/id. An unauthenticated user can craft a URL to inject Javascript, potentially exfiltrating data, creating popups, or redirecting users, with reflection on 404 HTML pages enabling script attachment. This XSS may be chained with ...

6.1CVSS6.2AI score0.00459EPSS
Save
CVE
CVE
added 2026/06/08 3:30 p.m.97 views

CVE-2026-46443

FlowiseAI Flowise (Flowise server) has a credential data leak when querying credentials with a credentialName filter. In versions prior to 3.1.2, the encryptedData field is not removed from the API response for filtered credential fetches, exposing sensitive credential data (API keys, passwords, ...

7CVSS5.4AI score0.00271EPSS
Save
CVE
CVE
added 2024/08/27 1:09 p.m.96 views

CVE-2024-8182

Flowise vulnerability CVE-2024-8182 is an unauthenticated Denial of Service affecting Flowise v1.8.2. The issue stems from improper handling of user-supplied input to the /api/v1/get-upload-file endpoint, which can cause the instance to crash when processing requests. The available connected docu...

7.5CVSS6.8AI score0.13893EPSS
Save
CVE
CVE
added 2026/06/08 3:25 p.m.96 views

CVE-2026-42861

Summary: CVE-2026-42861 affects Flowise (pre-3.1.2) with a mass assignment flaw in the variable update endpoint. What’s vulnerable: the PUT /api/v1/variables/{variableId} endpoint allows authenticated users to modify server-controlled fields (workspaceId, createdDate, updatedDate) by submitting t...

9.6CVSS5.5AI score0.00254EPSS
Save
CVE
CVE
added 2026/06/08 3:31 p.m.95 views

CVE-2026-46475

CVE-2026-46475 concerns FlowiseAI’s assistant management flow. The vulnerability arises from mass-assignment via Object.assign during create/update of an Assistant entity, which copies client-supplied fields such as workspaceId and id into the persistence model without an allowlist. The result is...

8.8CVSS5.3AI score0.00335EPSS
Save
CVE
CVE
added 2025/08/14 9:54 a.m.93 views

CVE-2025-8943

Flowise CVE-2025-8943 affects Flowise versions before 3.0.1. The vulnerability resides in the Custom MCPs feature, specifically the /api/v1/node-load-method/customMCP endpoint, where insufficient authentication/authorization allows unauthenticated network attackers to execute OS commands unsandbo...

9.8CVSS7.6AI score0.71601EPSS
SaveIn wild
CVE
CVE
added 2026/06/08 3:30 p.m.93 views

CVE-2026-46441

CVE-2026-46441 affects Flowise versions prior to 3.1.2. A mass assignment flaw allows authenticated users to modify server-controlled fields (workspaceId, createdDate, updatedDate) via PUT /api/v1/assistants/{assistantId}, enabling cross-workspace reassignment of assistants and breaking tenant is...

9.6CVSS5.5AI score0.00274EPSS
Save
CVE
CVE
added 2026/06/08 3:31 p.m.86 views

CVE-2026-46478

CVE-2026-46478 describes a mass‑assignment flaw in FlowiseAI’s DatasetRow handling prior to version 3.1.2. The server copies the request body onto a new DatasetRow via Object.assign, allowing client-controlled fields such as workspaceId and id to be written to the persisted row. This enables cros...

8.8CVSS5.3AI score0.00342EPSS
Save
CVE
CVE
added 2026/04/23 7:53 p.m.85 views

CVE-2026-41279

Flowise prior to v3.1.0 exposed an unauthenticated text-to-speech endpoint (POST /api/v1/text-to-speech/generate) that accepts a credentialId and, when called without a chatflowId, decrypts the stored credential to generate speech. This creates risk of credential misuse and API credit abuse, as t...

8.2CVSS5.8AI score0.00261EPSS
Save
CVE
CVE
added 2026/06/08 3:29 p.m.85 views

CVE-2026-46440

Flowise CVE-2026-46440 affects Flowise versions before 3.1.2. The vulnerability is in the checkBasicAuth endpoint, which validates credentials in plaintext using direct comparison and without rate limiting. This can enable credential brute-forcing and enumeration, potentially granting access to t...

9.1CVSS7.1AI score0.00251EPSS
Save
CVE
CVE
added 2026/06/08 3:25 p.m.84 views

CVE-2026-46444

FlowiseAI’s OpenAI Assistants Vector Store endpoints (/api/v1/openai-assistants-vector-store) were vulnerable in pre-3.1.2 releases: all CRUD routes lacked authentication middleware and did not enforce permissions, allowing any authenticated user to create, update, delete, or upload files to vect...

8.8CVSS5.4AI score0.00328EPSS
Save
CVE
CVE
added 2026/06/28 1:32 a.m.77 views

CVE-2026-58057

Flowise before 3.1.3 is affected: a case-sensitive denylist for Custom MCP stdio environment variables allows bypass on Windows (case-insensitive env names). An authenticated user who can configure a Custom MCP node can inject NODE_OPTIONS --require to execute arbitrary code in the Flowise server...

5CVSS6.1AI score0.01556EPSS
Save
CVE
CVE
added 2024/09/24 1:13 p.m.76 views

CVE-2024-9148

Summary: CVE-2024-9148 affects Flowise before 2.1.1 and Flowise Chat Embed before 2.0.0. It is a stored Cross-Site Scripting vulnerability caused by insufficient input sanitization. Authors/maintainers indicate fixes via version updates. Impact details in connected documents cite stored XSS with ...

9.6CVSS7.3AI score0.00583EPSS
Save
CVE
CVE
added 2026/06/08 3:29 p.m.76 views

CVE-2026-42863

Summary. FlowiseAI’s Flowise product has a mass-assignment vulnerability in the chatflow update endpoint that lets an authenticated user modify server-controlled fields (deployed, isPublic, workspaceId, createdDate, updatedDate, etc.) and reassign a chatflow to another workspace. The issue stems ...

8.1CVSS5.4AI score0.00268EPSS
Save
CVE
CVE
added 2024/07/01 3:58 p.m.74 views

CVE-2024-36421

Flowise 1.4.3 is affected by a CORS misconfiguration that sets Access-Control-Allow-Origin to '*' (all origins), in the default unauthenticated configuration enabling arbitrary origins to connect. This misconfiguration may be chained with path injection to permit reading arbitrary files from the ...

7.5CVSS7.4AI score0.08495EPSS
Save
CVE
CVE
added 2026/06/08 3:31 p.m.73 views

CVE-2026-46477

FlowiseAI’s CVE-2026-46477 describes a mass-assignment vulnerability in the dataset service prior to version 3.1.2. The code uses Object.assign to copy the request body into a new Dataset for create and update, allowing client-controlled fields such as workspaceId and id to overwrite persisted va...

8.8CVSS5.3AI score0.00335EPSS
Save
CVE
CVE
added 2026/06/08 3:32 p.m.72 views

CVE-2026-46479

CVE-2026-46479 concerns FlowiseAI’s evaluation management. The vulnerability arises from using Object.assign to copy client-provided fields into a new Evaluation object, allowing an attacker to overwrite ownership fields such as workspaceId or id during create/update. This can enable cross-worksp...

8.8CVSS5.3AI score0.00335EPSS
Save
CVE
CVE
added 2025/04/09 12:00 a.m.71 views

CVE-2025-29189

Flowise

7.6CVSS7.5AI score0.00298EPSS
Save
CVE
CVE
added 2026/05/11 5:49 p.m.70 views

CVE-2026-43995

Flowise is affected by an SSRF-related vulnerability in which multiple tools (OpenAPIToolkit.ts, WebScraperTool.ts, MCP/core.ts, Arxiv/core.ts) directly import raw HTTP clients (node-fetch, axios) instead of the centralized httpSecurity.ts wrapper. This bypass allows outbound requests to evade th...

9.8CVSS5.8AI score0.00396EPSS
Save
CVE
CVE
added 2026/06/25 9:41 p.m.68 views

CVE-2025-71327

Flowise has an authentication bypass in the unprotected /api/v1/account/register endpoint. Unauthenticated attackers can register arbitrary accounts and gain full API access without credentials. CVSS metrics are provided (v3.1: 9.1; v4.0: 9.3), indicating a critical impact on confidentiality and ...

9.3CVSS6AI score0.00675EPSS
Save
CVE
CVE
added 2026/06/08 3:32 p.m.68 views

CVE-2026-46480

FlowiseAI Flow UI evaluated vulnerability CVE-2026-46480 arises from mass-assignment via Object.assign in Interface.Evaluation.ts, where client-supplied fields (notably workspaceId and id) can be copied into the Evaluator entity, bypassing whitelist checks. Root cause: lack of explicit allowlist ...

8.8CVSS5.3AI score0.00335EPSS
Save
CVE
CVE
added 2026/06/08 3:31 p.m.66 views

CVE-2026-46476

CVE-2026-46476 concerns Flowise Flow’s CustomTemplate endpoints where Object.assign is used to populate a new/update entity from the client body. The root cause is mass-assignment that accepts sensitive fields (notably workspaceId and id) from the request, enabling cross-workspace data takeover. ...

8.8CVSS5.3AI score0.00335EPSS
Save
CVE
CVE
added 2026/04/23 7:05 p.m.64 views

CVE-2026-41138

Summary (CVE-2026-41138): Flowise Flowise 3.x contains a remote code execution vulnerability in the Airtable_Agent path (AirtableAgent.ts) due to lack of input verification when using Pandas. User input is injected into the prompt’s question parameter and reflected into Python code without saniti...

8.8CVSS8AI score0.00603EPSS
Save
CVE
CVE
added 2026/04/23 7:13 p.m.63 views

CVE-2026-41268

Flowise is affected by a critical unauthenticated remote command execution (RCE) prior to version 3.1.0. The vulnerability arises from a parameter override bypass that combines the FILE-STORAGE:: keyword with a NODE_OPTIONS environment variable injection, allowing arbitrary root commands to be ex...

9.8CVSS7.5AI score0.13789EPSS
Save
CVE
CVE
added 2026/04/23 7:11 p.m.62 views

CVE-2026-41266

Flowise CVE-2026-41266 affects Flowise (drag-and-drop LLM workflow UI). Before version 3.1.0, GET/unauthenticated access to /api/v1/public-chatbotConfig/:id exposes sensitive data (API keys, HTTP Authorization headers, and internal configuration) without authentication. An attacker who only knows...

7.7CVSS5.8AI score0.04059EPSS
Save
CVE
CVE
added 2026/06/24 11:53 a.m.60 views

CVE-2026-56270

Flowise (FlowiseAI) before 3.1.0, including 3.0.13 and earlier, exposes a missing authentication vulnerability at /api/v1/loginmethod that allows unauthenticated retrieval of an organization’s complete SSO configuration, including OAuth client secrets in cleartext, by passing an organizationId. T...

8.7CVSS5.9AI score0.02048EPSS
Save
CVE
CVE
added 2026/06/25 9:41 p.m.59 views

CVE-2025-71333

Flowise (v2.2.4) contains an unauthenticated arbitrary file upload vulnerability at the /api/v1/attachments endpoint when storageType is set to local. The issue allows path traversal via chatId and chatflowId parameters to upload files to arbitrary directories, potentially enabling remote code ex...

9.8CVSS6.6AI score0.00902EPSS
Save
CVE
CVE
added 2026/07/12 12:06 p.m.59 views

CVE-2026-56271

Flowise prior to 3.1.0 (versions

9.8CVSS6.1AI score0.00655EPSS
Save
CVE
CVE
added 2026/06/08 3:25 p.m.57 views

CVE-2026-42862

FlowiseAI (CVE-2026-42862) has a mass-assignment flaw in the tool update endpoint (PUT /api/v1/tools/{toolId}) that lets authenticated users modify server-controlled fields such as workspaceId, createdDate, and updatedDate without proper validation/authorization. This enables cross-workspace reas...

7.6CVSS5.5AI score0.00195EPSS
Save
CVE
CVE
added 2026/04/23 7:16 p.m.55 views

CVE-2026-41272

Affected product : Flowise (and its Flowise components). Vulnerability : SSRF protection bypass in the core wrappers secureAxiosRequest and secureFetch prior to 3.1.0, allowing bypass of allow/deny lists via DNS rebinding (TOCTOU) or by using the default/insecure configuration. Impact : potential...

7.1CVSS5.8AI score0.00258EPSS
Save
CVE
CVE
added 2026/04/23 8:00 p.m.53 views

CVE-2026-41264

Flowise CVE-2026-41264 affects the Flowise CSV Agent node. The flaw is in the run method of the CSV_Agents class, where an LLM-generated Python script is evaluated without proper sandboxing, enabling prompt-injection to cause execution of attacker-controlled commands on the Flowise server. This a...

9.8CVSS6AI score0.01439EPSS
Save
CVE
CVE
added 2026/04/23 7:10 p.m.51 views

CVE-2026-41137

Flowise CVE-2026-41137 affects the Flowise UI stack, specifically the CSVAgent component, which allows providing a custom Pandas CSV read code. The lack of sanitization enables a command-injection payload to be interpolated and executed by the server. This is documented across multiple sources, w...

9.4CVSS5.8AI score0.0145EPSS
Save
CVE
CVE
added 2026/06/25 9:41 p.m.48 views

CVE-2025-71338

Flowise is affected by a path traversal vulnerability in the /api/v1/document-store/loader/process endpoint that allows unauthenticated attackers to write arbitrary files to the filesystem by crafting unsanitized fileName parameters with ../ sequences. This can overwrite critical files (e.g., pac...

10CVSS6.7AI score0.00942EPSS
Save
CVE
CVE
added 2026/04/23 7:52 p.m.48 views

CVE-2026-41278

Flowise CVE-2026-41278 affects public data exposure in the Flowise UI. Prior to version 3.1.0, GET /api/v1/public-chatflows/:id returned unsanitized chatflow objects; the released v3.0.13 Docker image lacked sanitizeFlowDataForPublicEndpoint. Both public-chatflows and public-chatbotConfig returne...

8.7CVSS5.8AI score0.00421EPSS
Save
CVE
CVE
added 2026/06/25 9:41 p.m.46 views

CVE-2025-71336

Flowise vulnerability: Unsandboxed remote code execution in Custom MCP. Affected: Flowise before 3.0.6 (2.2.7-patch.1 and earlier). Attack requires crafting a JSON payload and header x-request-from: internal to /api/v1/node-load-method/customMCP, taking advantage of minimal auth to execute OS com...

9.8CVSS6.8AI score0.01148EPSS
Save
CVE
CVE
added 2026/03/07 5:07 a.m.46 views

CVE-2026-30820

Flowise, a UI for building LLM flows, is affected pre-3.0.13. The vulnerability arises because the server trusts any HTTP client that sends the header x-request-from: internal, allowing an authenticated tenant with only a session cookie to bypass /api/v1/** authorization checks and access interna...

8.8CVSS5.7AI score0.00477EPSS
Save
CVE
CVE
added 2026/03/07 5:11 a.m.46 views

CVE-2026-30824

Flowise prior to 3.0.13 has a missing-auth issue on the NVIDIA NIM endpoints under /api/v1/nvidia-nim/* due to whitelisting in the global authentication middleware. This allows unauthenticated access to privileged functionality such as token generation and container management, enabling an attack...

9.8CVSS5.7AI score0.3625EPSS
Save
Total number of security vulnerabilities86