Improper access control in Flowise - CVE-2026-46442
Published: May 18, 2026
Flowise
Detailed vulnerability description
The vulnerability allows a remote user to execute arbitrary code on the host system.
The vulnerability exists due to improper access control in POST /api/v1/node-custom-function when handling authenticated requests that submit user-supplied JavaScript to the Custom JS Function node. A remote user can send a specially crafted request to execute arbitrary code on the host system.
Exploitation requires the NodeVM fallback path to be used, which occurs when E2B_APIKEY is not configured.