Auth bypass in Flowiseai Flowise
CVE-2026-100608
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.
Vulnerability class: Broken Access Control
Published · last modified .
CVSS v3 metric
CVSS v3 base score 8.3 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L.
EPSS exploit prediction
No EPSS score from FIRST.org yet. New CVEs usually get one within a few days; no score means no signal yet, not low risk. How EPSS works.
Affected products
Weakness classification (CWE)
References
- github.com/FlowiseAI/Flowise/security/advisories/GHSA-rpcc-gw54-mfgx (vendor-advisory)
- www.vulncheck.com/advisories/flowise-through-3.1.4-authorization-bypass-via-bul… (third-party-advisory)
Frequently asked questions
- What is CVE-2026-100608?
- CVE-2026-100608 is a high-severity vulnerability in Flowiseai Flowise, classified under Missing Authorization. CVSS score: 8.3/10. Published 2026-09-26.
- How severe is CVE-2026-100608?
- High severity. CVSS v3 base score is 8.3 out of 10.