Input validation error in Flowise - #VU140059
Published: July 30, 2026
Vulnerability details
The vulnerability allows a remote user to execute arbitrary code.
The vulnerability exists due to improper input validation in the run method of the Airtable_Agents class when processing prompts for a chatflow using the Airtable Agent node. A remote user can send a crafted prompt or supply attacker-controlled model output to execute arbitrary code.
Exploitation occurs because validated Python code is executed in an unsandboxed pyodide environment in the context of the user running the server.