github.com
https://github.com/langflow-ai/langflow CVE-2026-33484
HIGH
Langflow has Unauthenticated IDOR on Image Downloads
Record summary
CVE-2026-33484 has a selected CVSS score of 7.5 (high).
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.
Description source: CVE List
Exploitation context
CISA SSVC decision
ExploitationPoC
AutomatableYes
Technical impactPartial
CISA Coordinator · SSVC 2.0.3 · Evaluated Mar 24, 2026 · Source: CVE List
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
langflowBrowse langflow-ai / langflow | CVE List | >= 1.0.0, < 1.9.0 | affected |
langflowBrowse PyPI / langflow | GitHub Advisory | 1.0.0 to < 1.9.0 · Fixed in 1.9.0 | affected |
References
4github.comConfirmation
https://github.com/langflow-ai/langflow/security/advisories/GHSA-7grx-3xcx-2xv5 github.com
https://github.com/pypa/advisory-database/tree/main/vulns/langflow/PYSEC-2026-80.yaml nvd.nist.gov
https://nvd.nist.gov/vuln/detail/CVE-2026-33484