Summary
CVE-2026-71962 is a missing authorization vulnerability (CWE-862) in FlowiseAI’s Flowise, the open-source low-code platform for building LLM apps and AI agents. The POST /api/v1/openai-assistants-file/download endpoint is globally whitelisted, allowing unauthenticated attackers to bypass session and API key verification and retrieve private files. It is rated High severity.
Technical details
- Root cause: The
POST /api/v1/openai-assistants-file/downloadendpoint was added to the global authentication whitelist, causing it to bypass all session and API key verification. - Trigger conditions: An attacker supplies valid
chatflowId,chatId, andfileNameidentifiers to the endpoint; no credentials are required. - Attack vector: Network — the endpoint is reachable by unauthenticated remote attackers.
- Impact: Unauthorized disclosure of private files from any chatflow, including files belonging to private chatflows in other workspaces or organizations. Confidentiality impact only; no integrity or availability impact reported.
Affected software
- Flowise versions 2.2.4 through 3.1.4 (inclusive).
Severity
- CVSS v3.1 base score: 7.5 (High) — vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N. - CVSS v4.0 base score: 8.7 (High) — vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N.
Mitigation and recommended actions
- Immediate: No fixed release has been published. FlowiseAI announced an end-of-life sunset: code freeze on July 29, 2026, repository archival and package/image deprecation on August 10, 2026, and end of core-team support on August 31, 2026. Organizations should plan migration away from Flowise or adopt a community-maintained fork that remediates this issue.
- If no patch: Block or restrict network access to the
POST /api/v1/openai-assistants-file/downloadendpoint using a reverse proxy, WAF, or firewall rules; place Flowise behind an authenticating gateway; and remove the endpoint from any unauthenticated exposure to the internet.

