Improper Neutralization of Special Elements in Output Used by a Downstream Component in Flowise - CVE-2026-70477
Published: July 30, 2026
Vulnerability details
The vulnerability allows a remote attacker to execute arbitrary code.
The vulnerability exists due to improper input sanitization in the run method of the CSV_Agents class when constructing an LLM prompt from untrusted data and executing LLM-generated Python code. A remote attacker can send a crafted prompt injection payload to cause the LLM to produce malicious Python code and execute arbitrary code.
Exploitation requires a chatflow using the CSV Agent node, and the generated Python code is executed in an unsandboxed pyodide environment.