Description
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the CSVAgent node allowed users to provide Python code that is executed through pyodide; although a denylist blocked dangerous Python constructs, pandas.read_pickle() could deserialize a pickled payload and achieve code execution without matching the denied words. The affected file is flowise-components/nodes/agents/CSVAgent/CSVAgent.ts, where user-supplied customReadCSVFunc is evaluated as pd.${customReadCSVFunc}. An authenticated user who can create or modify a chatflow can add a CSV Agent, place a malicious read_pickle payload in the Additional Parameters, save the chatflow, and trigger /api/v1/prediction/<UUID> to execute commands. This issue is fixed in version 3.1.3.
Published: 2026-08-04
Score: 9.4 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The CSVAgent node in Flowise allows authenticated users to embed arbitrary Python code that is executed via pyodide. A permissive denylist blocks many dangerous constructs but fails to guard against pandas.read_pickle(), enabling the deserialization of a malicious pickle payload and execution of arbitrary code. An attacker who can create or edit a chatflow can inject a malicious read_pickle command into the Additional Parameters field, save the flow, and later trigger the /api/v1/prediction/<UUID> endpoint to run the payload on the host system.

Affected Systems

All Flowise installations of FlowiseAI:Flowise prior to version 3.1.3 are vulnerable. The flaw exists in the CSVAgent component where the customReadCSVFunc user input is evaluated as pd.{customReadCSVFunc} within flowise-components/nodes/agents/CSVAgent/CSVAgent.ts. This includes every release before the 3.1.3 hotfix which removes the denial mechanism for read_pickle.

Risk and Exploitability

With a CVSS score of 9.4 the vulnerability is considered Critical. An exploit requires an authenticated user with permission to create or modify chatflows; once the malicious flow is saved, an exploit can be triggered by any request to /api/v1/prediction/<UUID>. The EPSS score is not available, and the vulnerability is not yet listed in CISA’s KEV catalog, but the high impact and authentication requirement make it a priority for remediation.

Generated by OpenCVE AI on August 4, 2026 at 19:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Flowise to version 3.1.3 or later to remove the vulnerable CSVAgent implementation.
  • If an upgrade cannot be performed immediately, remove or disable the CSV Agent node from all chatflows to prevent malicious payload execution.
  • Restrict chatflow creation and modification privileges to trusted users only and monitor the /api/v1/prediction endpoint for unusual activity.

Generated by OpenCVE AI on August 4, 2026 at 19:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-x6vm-w76m-8j7g Flowise: Remote Code Execution Vulnerability in CSVAgent
History

Tue, 04 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
First Time appeared Flowiseai
Flowiseai flowise
Vendors & Products Flowiseai
Flowiseai flowise

Tue, 04 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Description Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the CSVAgent node allowed users to provide Python code that is executed through pyodide; although a denylist blocked dangerous Python constructs, pandas.read_pickle() could deserialize a pickled payload and achieve code execution without matching the denied words. The affected file is flowise-components/nodes/agents/CSVAgent/CSVAgent.ts, where user-supplied customReadCSVFunc is evaluated as pd.${customReadCSVFunc}. An authenticated user who can create or modify a chatflow can add a CSV Agent, place a malicious read_pickle payload in the Additional Parameters, save the chatflow, and trigger /api/v1/prediction/<UUID> to execute commands. This issue is fixed in version 3.1.3.
Title Flowise: Remote Code Execution Vulnerability in CSVAgent
Weaknesses CWE-94
References
Metrics cvssV4_0

{'score': 9.4, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H'}


Subscriptions

Flowiseai Flowise
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-05T13:41:04.093Z

Reserved: 2026-08-03T19:54:19.853Z

Link: CVE-2026-69256

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-04T17:17:00.707

Modified: 2026-08-05T14:17:10.587

Link: CVE-2026-69256

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T19:45:03Z

Weaknesses
  • CWE-94

    Improper Control of Generation of Code ('Code Injection')