Eval Injection in Flowise - CVE-2026-69253
Published: July 30, 2026
Vulnerability details
The vulnerability allows a remote user to execute arbitrary code.
The vulnerability exists due to improper neutralization of directives in dynamically evaluated code in the AgentAsTool node and related JavaScript execution path when handling a crafted baseURL value injected into generated code executed with the insecure vm2 sandbox. A remote user can inject arbitrary JavaScript through the baseURL setting to execute arbitrary code.
Exploitation requires valid access to a Flowise instance and affects code paths that still invoke JavaScript execution with useSandbox set to false.