Incorrect authorization in Flowise - CVE-2026-69262
Published: July 30, 2026
Vulnerability details
The vulnerability allows a remote user to delete flow resources outside their intended permission scope.
The vulnerability exists due to improper access control in DELETE /api/v1/chatflows/:id when handling delete requests for flow records. A remote user can send a delete request for a flow id associated with the other flow type to delete flow resources outside their intended permission scope.
This issue breaks the intended RBAC separation between Chatflows and Agentflows within the same workspace.