Code Injection in Flowise - CVE-2026-69255
Published: July 30, 2026
Vulnerability details
The vulnerability allows a remote user to execute arbitrary code.
The vulnerability exists due to improper control of code generation in the CSVAgent.ts CSV Agent component when processing a crafted CSV data URI. A remote user can inject Python code into the interpolated base64_string value to execute arbitrary code.
The issue can be leveraged through the Pyodide js bridge to reach the host Node.js process, and the supplied payload cannot contain commas because the input is split on commas.