AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-69264

CRITICAL · CVSS 9.4 EPSS 0.58% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-04 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects Flowise CSVAgent prior to version 3.1.3, allowing attackers to execute arbitrary file I/O or OS commands through crafted CSV files due to improper handling of user-controlled data in Python source-code templates. This critical flaw enables remote code execution, particularly impacting users with permissions to create or update chatflows. Organizations utilizing affected versions of Flowise should prioritize immediate updates to version 3.1.3 to mitigate this severe security risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-69264
Severity
CRITICAL
CVSS
9.4
EPSS
0.58%
Java

Original NVD Description

Prior to 3.1.3, Flowise CSVAgent interpolates an attacker-controlled segment of the csvFile data URI directly into a Python source-code template that is then executed by Pyodide. Because Pyodide is loaded with the default js bridge to globalThis, which on Node.js exposes eval and dynamic import, the attacker can break out of the Python string literal, hand a JavaScript string to js.eval, dynamically import Node built-in modules such as fs and child_process, and execute arbitrary file I/O or OS commands as the Flowise process. The two validator paths around this code, validatePythonCodeForDataFrame and validateCustomReadCSVFunction, are never applied to the bootstrap template. A workspace user with chatflows:create or agentflows/chatflows update permission can plant a CSV Agent node with a crafted csvFile; once the chatflow is exposed via POST /api/v1/prediction/:id, any unauthenticated request triggers host remote code execution. This issue is fixed in version 3.1.3.