CVE-2026-100608 Details
Description
Flowise through 3.1.4 does not enforce authorization on the BullMQ admin dashboard. When the server runs in queue mode with the dashboard enabled and not in cloud mode (MODE=queue, ENABLE_BULLMQ_DASHBOARD=true, and !isCloud()), the /admin/queues mount is protected only by the verifyTokenForBullMQDashboard middleware, which validates the JWT but performs no role, permission, or workspace/organization scoping check; the mount also lies outside /api/v1/* so the global API gate does not apply. As a result, any authenticated user — including the lowest-privileged member of any tenant — can reach the full Bull-Board UI and view all queues and job payloads across the entire instance, including chat inputs and overrideConfig (which may carry credentials and prompts), chatflow.flowData graph definitions with custom function source code, credential IDs and system prompts, chatIds, files, and the originating orgId/workspaceId. The dashboard's write actions (retry, remove, promote, clean) are likewise usable across tenants. No patched version is available as of the advisory.
A vulnerability exists in Flowise versions through 3.1.4 that allows authorization bypass on the BullMQ admin dashboard. When the server is in queue mode with the dashboard enabled and not in cloud mode, the '/admin/queues' route is only protected by a middleware that verifies JWTs. This middleware does not check roles, permissions, or workspace/organization scopes. As a result, any authenticated user, including those with the lowest privileges, can access the full Bull-Board UI and view all queues and job payloads across the entire instance. This includes sensitive information such as chat inputs, override configurations (which may contain credentials and prompts), chatflow data with custom function source code, credential IDs, system prompts, chat IDs, files, and organizational identifiers. Furthermore, the dashboard's write actions, such as retrying or removing jobs, can be performed across different tenants.
Add a permission check to the '/admin/queues' mount to restrict access to authorized users only. This can be done by incorporating the 'checkPermission' function from the RBAC permission check module, or by gating access to organization admins only. Until a patch is available, users can disable the BullMQ dashboard or restrict access to it at the network layer.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 26, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-rpcc-gw54-mfgx | [email protected] | AdvisoryExploitRemedyVendor |
| https://www.vulncheck.com/advisories/flowise-through-3.1.4-authorization-bypass-via-bullmq-dashboard | [email protected] | AdvisoryRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Flowise | <= 3.1.4 (semver) |
CPE
Remediation
| |
Change History
1 change record found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 26, 2026 | New CVE Received | [email protected] |
Volerion