Missing Authorization in Flowise - CVE-2026-46444
Published: May 18, 2026
Flowise
Detailed vulnerability description
The vulnerability allows a remote user to access, modify, delete, and upload files to vector stores.
The vulnerability exists due to improper access control in the OpenAI Assistants Vector Store CRUD endpoints when handling API requests to /api/v1/openai-assistants-vector-store. A remote user can send crafted requests to access, modify, delete, and upload files to vector stores.
The affected routes lack checkAnyPermission() middleware on create, update, delete, and file upload operations.