Input validation error in Flowise - #VU131710
Published: May 18, 2026
Flowise
Detailed vulnerability description
The vulnerability allows a remote user to execute arbitrary code.
The vulnerability exists due to improper input validation in validateArgsForLocalFileAccess when validating node command arguments for local file access. A remote user can provide a crafted path beginning with // to execute arbitrary code.
Exploitation requires a Flowise account. The issue stems from an absolute-path check that fails to block paths beginning with a double slash.