CVE-2026-33484
Langflow has Unauthenticated IDOR on Image Downloads
In short
Langflow allows anyone to download user-uploaded images without logging in or having permission. An attacker who knows the flow ID can steal images from any user, including sensitive files.
Technical detail
The `/api/v1/files/images/{flow_id}/{file_name}` endpoint lacks authentication and authorization checks, enabling unauthenticated IDOR attacks. Flow IDs (UUIDs) can be discovered through other API responses, allowing attackers in multi-tenant environments to enumerate and exfiltrate arbitrary image files with HTTP 200 responses.
Summary generated and translated by AI from the official description.
Langflow is a tool for building and deploying AI-powered agents and workflows. In versions 1.0.0 through 1.8.1, the `/api/v1/files/images/{flow_id}/{file_name}` endpoint serves image files without any authentication or ownership check. Any unauthenticated request with a known flow_id and file_name returns the image with HTTP 200. In a multi-tenant deployment, any attacker who can discover or guess a `flow_id` (UUIDs can be leaked through other API responses) can download any user's uploaded images without credentials. Version 1.9.0 contains a patch.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Affected products
langflow-ai · langflowWant to know if your infrastructure is exposed to this?
Talk to TrueHacking →