Arbitrary file upload in Flowise - #VU129623
Published: March 13, 2025 / Updated: May 4, 2026
Flowise
Detailed vulnerability description
The vulnerability allows a remote attacker to upload arbitrary files.
The vulnerability exists due to unrestricted file upload in the /api/v1/attachments endpoint when handling unauthenticated file upload requests with attacker-controlled path parameters. A remote attacker can send a specially crafted request to upload arbitrary files.
The issue is exposed only when the storageType setting is configured as local, which is the default configuration.