Code Injection in Flowise - CVE-2026-41138
Published: May 4, 2026
Flowise
Detailed vulnerability description
The vulnerability allows a remote user to execute arbitrary code.
The vulnerability exists due to improper control of code generation in AirtableAgent.ts when processing user-supplied prompt input with Pandas through the LLMChain workflow. A remote user can send a specially crafted prompt injection payload to execute arbitrary code.
The issue occurs because user input is reflected into generated Python code that is subsequently executed by Pyodide.