Arbitrary file upload in Flowise - CVE-2026-41269
Published: April 20, 2026
Flowise
Detailed vulnerability description
The vulnerability allows a remote user to upload and store malicious javascript files on the server.
The vulnerability exists due to unrestricted upload of file with dangerous type in the createAttachment functionality when updating Chatflow file upload settings and uploading attachments. A remote user can add the application/javascript MIME type and upload a specially crafted .js file to upload and store malicious javascript files on the server.
If the uploaded file is executed, this can lead to remote code execution.