CVE Catalog

CVE-2026-69252

HighCVSS 7.2
Published: Updated: Translated: NVD NIST

Summary

Missing permission check on the /api/v1/files route in Flowise before version 3.1.3, allowing low-privileged API keys to list and delete files across the organization.

Risk Assessment

Unauthorized access to files in other workspaces, potentially leading to data leakage or deletion.

Recommendation

Upgrade Flowise to version 3.1.3 or later. Enforce permission checks for GET and DELETE on the /api/v1/files route.

Other vulnerabilities in Flowise

See all
Original NVD description (English source)

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the /api/v1/files route was protected only by the feat:files feature gate and did not enforce checkPermission on GET or DELETE. A low-privileged authenticated API key with unrelated permissions could call GET /api/v1/files to list files under the organization storage root and DELETE /api/v1/files?path=... to delete files belonging to other workspaces in the same organization because getAllFiles and deleteFile used activeOrganizationId and a user-controlled path without restricting access by permissions or activeWorkspaceId. This issue is fixed in version 3.1.3.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS