CVE-2026-67621 Details
Description
Flowise through 3.1.4 contains a missing authorization vulnerability that allows authenticated workspace members to perform unauthorized document store operations by accessing unprotected mutation endpoints. Attackers holding only view-level permissions can send direct HTTP requests to the upsert and refresh document store routes to trigger document ingestion, refresh vector database contents, consume embedding API credits, and modify knowledge bases used by downstream chatflows.
A missing authorization vulnerability has been identified in Flowise versions through 3.1.4. This vulnerability allows authenticated workspace members with only view-level permissions to perform unauthorized operations on the document store by accessing unprotected mutation endpoints. The issue arises because two mutation endpoints responsible for document ingestion and refreshing vector database contents are registered without the necessary role-based access control (RBAC) middleware. As a result, attackers can send direct HTTP requests to these endpoints, triggering document ingestion, refreshing vector database contents, consuming embedding API credits, and modifying knowledge bases used by downstream chatflows.
To address this vulnerability, it is recommended to require 'documentStores:upsert-config' permission before all mutation endpoints. Additionally, permission checks should be executed before processing multipart file uploads to prevent unauthorized file handling.
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.
CISA-ADP
Assessed Aug 7, 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://flowiseai.com/sunset | [email protected] | Not Applicable |
| https://github.com/Caycon/cve-advisories/blob/main/2026/Flowise/CVE-2026-67621.md | [email protected] | ExploitThird Party Advisory |
| https://www.vulncheck.com/advisories/flowise-missing-authorization-on-document-store-mutation-endpoints | [email protected] | Third Party Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| flowiseai flowise | <= 3.1.4 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 15, 2026 | Initial Analysis | [email protected] |
| Aug 7, 2026 | CVE Modified | [email protected] |
| Aug 7, 2026 | CVE Modified | CISA-ADP |
| Aug 6, 2026 | New CVE Received | [email protected] |