CVE Catalog

CVE-2026-10700

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.39%

32th percentile - higher than 32% of all known CVEs

Summary

IBM Langflow OSS has multiple broken access control vulnerabilities in its file handling API. Unauthenticated attackers can retrieve image files, and authenticated users can access files belonging to other users.

Risk Assessment

Unauthorized disclosure of sensitive data, including files in private flows, may occur, breaking tenant isolation in multi-user deployments.

Recommendation

Update to version 1.8.5 or later and enforce authentication and authorization for all file-related API endpoints.

Other vulnerabilities in IBM Langflow

See all
Original NVD description (English source)

IBM Langflow OSS 1.0.0 through 1.8.4 contains multiple broken access control vulnerabilities in its file handling API that allow unauthorized access to user files.The /api/v1/files/images/{flow_id}/{file_name} endpoint does not enforce authentication or authorization checks, allowing unauthenticated remote attackers to retrieve image files associated with any flow by specifying a valid flow_id and file_name.Additionally, the /api/v1/files/download/{flow_id}/{file_name} endpoint requires authentication but fails to properly validate ownership of the requested resource. As a result, an authenticated user can access files belonging to other users by supplying arbitrary identifiers, leading to an authorization bypass (IDOR).Successful exploitation may result in unauthorized disclosure of sensitive data, including files stored in private flows. This issue breaks tenant isolation in multi-user deployments.

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