Authorization bypass through user-controlled key in Flowise - #VU139751
Published: July 27, 2026
Vulnerability details
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to improper access control in the GET /api/v1/organization/customer-default-source endpoint when handling requests with a user-controlled customerId parameter. A remote user can modify the customerId parameter in a crafted request to disclose sensitive information.
The endpoint requires a valid session or token, but it does not verify whether the requesting user is authorized to access the specified customer record. Predictable customer identifiers may enable enumeration of other customers' data.