Missing Authorization in Flowise - CVE-2026-69252

 

Missing Authorization in Flowise - CVE-2026-69252

Published: July 30, 2026


Vulnerability identifier: #VU140062
CSH Severity: Medium
CVSS v4: 8.6 [CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-69252
CWE-ID: CWE-862
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote user to disclose sensitive information and delete files across workspaces within the same organization.

The vulnerability exists due to missing authorization in the /api/v1/files endpoint when handling GET and DELETE requests with an authenticated API key. A remote user can send crafted requests to list files from other workspaces and delete files by supplying a user-controlled path to disclose sensitive information and delete files across workspaces within the same organization.

The route is protected only by the feat:files feature gate and does not enforce workspace-specific permission checks, which breaks workspace isolation within the organization.


Affected software

Flowise

How to mitigate CVE-2026-69252

Install security update from vendor's website.

Flowise - update to 3.1.3

External References

Related Security Bulletins