#VU125532 Arbitrary file upload in Flowise - CVE-2026-30821
Published: April 9, 2026
Flowise
FlowiseAI
Description
The vulnerability allows a remote attacker to upload arbitrary files.
The vulnerability exists due to unrestricted upload of file with dangerous type in the /api/v1/attachments/:chatflowId/:chatId endpoint when handling file upload requests that rely on the client-supplied Content-Type header. A remote attacker can send a specially crafted multipart/form-data request with a spoofed MIME type to upload arbitrary files.
The affected endpoint is whitelisted, allowing unauthenticated access, and uploaded files may persist in S3, GCS, or local storage.