Missing Authentication for Critical Function in Flowise - #VU140071
Published: July 30, 2026
Vulnerability details
The vulnerability allows a remote user to obtain fresh OAuth2 access tokens for any credential.
The vulnerability exists due to improper access control in the OAuth2 refresh endpoint when processing token refresh requests for credentials looked up by ID without workspace scoping. A remote user can send a token refresh request for another credential to obtain fresh OAuth2 access tokens for any credential.
The refresh endpoint is whitelisted from authentication, and the server returns the refreshed access token in the response body.