VYPR

npm package

flowise-components

pkg:npm/flowise-components

Vulnerabilities (14)

  • CVE-2026-43995CriMay 11, 2026
    affected < 3.1.0fixed 3.1.0

    Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, multiple tool implementations directly import and invoke raw HTTP clients (node-fetch, axios) instead of using the secured wrapper. These tools include (1) OpenAPIToolkit/Open

  • CVE-2026-41274CriApr 23, 2026
    affected < 3.1.0fixed 3.1.0

    Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the GraphCypherQAChain node forwards user-provided input directly into the Cypher query execution pipeline without proper sanitization. An attacker can inject arbitrary Cypher

  • CVE-2026-41272HigApr 23, 2026
    affected < 3.1.0fixed 3.1.0

    Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the core security wrappers (secureAxiosRequest and secureFetch) intended to prevent Server-Side Request Forgery (SSRF) contain multiple logic flaws. These flaws allow attacker

  • CVE-2026-41271HigApr 23, 2026
    affected < 3.1.0fixed 3.1.0

    Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, a Server-Side Request Forgery (SSRF) vulnerability exists in FlowiseAI's POST/GET API Chain components that allows unauthenticated attackers to force the server to make arbitr

  • CVE-2026-41270HigApr 23, 2026
    affected < 3.1.0fixed 3.1.0

    Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, a Server-Side Request Forgery (SSRF) protection bypass vulnerability exists in the Custom Function feature. While the application implements SSRF protection via HTTP_DENY_LIST

  • CVE-2026-41268CriApr 23, 2026
    affected < 3.1.0fixed 3.1.0

    Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, Flowise is vulnerable to a critical unauthenticated remote command execution (RCE) vulnerability. It can be exploited via a parameter override bypass using the FILE-STORAGE::

  • CVE-2026-41265CriApr 23, 2026
    affected < 3.1.0fixed 3.1.0

    Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the specific flaw exists within the run method of the Airtable_Agents class. The issue results from the lack of proper sandboxing when evaluating an LLM generated python scrip

  • CVE-2026-41264CriApr 23, 2026
    affected < 3.1.0fixed 3.1.0

    Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the specific flaw exists within the run method of the CSV_Agents class. The issue results from the lack of proper sandboxing when evaluating an LLM generated python script. An

  • CVE-2026-41138HigApr 23, 2026
    affected < 3.1.0fixed 3.1.0

    Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, there is a remote code execution vulnerability in AirtableAgent.ts caused by lack of input verification when using Pandas. The user’s input is directly applied to the question

  • CVE-2026-41137HigApr 23, 2026
    affected < 3.1.0fixed 3.1.0

    Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, The CSVAgent allows providing a custom Pandas CSV read code. Due to lack of sanitization, an attacker can provide a command injection payload that will get interpolated and ex

  • CVE-2026-40933CriApr 21, 2026
    affected < 3.1.0fixed 3.1.0

    Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, due to unsafe serialization of stdio commands in the MCP adapter, an authenticated attacker can add an MCP stdio server with an arbitrary command, achieving command execution.

  • CVE-2026-31829Mar 10, 2026
    affected < 3.0.13fixed 3.0.13

    Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.0.13, Flowise exposes an HTTP Node in AgentFlow and Chatflow that performs server-side HTTP requests using user-controlled URLs. By default, there are no restrictions on target hos

  • CVE-2025-61913Oct 8, 2025
    affected < 3.0.8fixed 3.0.8

    Flowise is a drag & drop user interface to build a customized large language model flow. In versions prior to 3.0.8, WriteFileTool and ReadFileTool in Flowise do not restrict file path access, allowing authenticated attackers to exploit this vulnerability to read and write arbitr

  • CVE-2025-29189Apr 9, 2025
    affected < 2.2.4fixed 2.2.4

    Flowise <= 2.2.3 is vulnerable to SQL Injection. via tableName parameter at Postgres_VectorStores.