CVE-2026-100605 Details
Description
Flowise through 3.1.4 contains missing route-level RBAC checks on chat message endpoints that allow low-privileged API keys to read and delete chat history. Attackers with valid but low-privileged API keys can access GET and DELETE chat message routes without required flow permissions to read chat histories, prompts, model responses, and delete messages.
A vulnerability in Flowise versions through 3.1.4 allows low-privileged API keys to bypass route-level role-based access control (RBAC) on chat message endpoints. This oversight enables these API keys to read and delete chat histories, prompts, model responses, and associated metadata. The issue arises because the affected chat message routes do not properly validate permissions before granting access to the read and delete functionalities.
To address this vulnerability, add route-level permission checks to the affected chat message routes. After applying the necessary checks, the routes should correctly respond with a 403 status for requests lacking the required permissions.
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-ppmg-4cx6-95hh | [email protected] | AdvisoryExploitTechnical AnalysisVendor |
| https://www.vulncheck.com/advisories/flowise-through-3.1.4-missing-authorization-via-chat-message-routes | [email protected] | Advisory |
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