Use of hard-coded credentials in Flowise - #VU126238
Published: April 15, 2026
Flowise
Detailed vulnerability description
The vulnerability allows a local privileged user to disclose sensitive information and modify application state by forging session cookies.
The vulnerability exists due to use of hard-coded credentials in the express-session secret configuration when the EXPRESS_SESSION_SECRET environment variable is not set. A local privileged user can create forged session cookies to disclose sensitive information and modify application state by impersonating arbitrary users.
The issue is exposed only when the application uses the default secret value 'flowise', and user interaction is required.