Code Injection in Flowise - CVE-2026-69254
Published: July 30, 2026
Vulnerability details
The vulnerability allows a remote user to execute arbitrary system commands.
The vulnerability exists due to improper control of code generation in executeJavaScriptCode() when processing caller-provided nodeVMOptions in a NodeVM sandbox. A remote user can supply crafted JavaScript and override sandbox module restrictions to execute arbitrary system commands.
Exploitation requires a valid API key and occurs through the node-custom-function execution path. The executed commands run with root privileges in the documented deployment context.