CVE-2026-4503
Published: 30 April 2026
Summary
CVE-2026-4503 is a high-severity Authorization Bypass Through User-Controlled Key (CWE-639) vulnerability in Langflow Langflow Desktop. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 8.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
This vulnerability is AI-related — categorised as LLM Application Platforms; in the Privacy and Disclosure risk domain.
The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and AC-16 (Security and Privacy Attributes).
Deeper analysis
CVE-2026-4503 is an indirect object reference vulnerability (CWE-639) affecting IBM Langflow Desktop versions 1.0.0 through 1.8.4. The flaw arises from a user-controlled key that enables unauthorized access to other users' images, allowing an unauthenticated attacker to disclose sensitive image data without authentication.
A remote unauthenticated attacker can exploit this vulnerability over the network with low attack complexity, requiring no user privileges or interaction (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N, score 7.5 High). Successful exploitation grants high-impact confidentiality violations, permitting the attacker to view images belonging to other users.
IBM has published a security advisory with mitigation guidance at https://www.ibm.com/support/pages/node/7271099.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-26435
Vulnerability details
IBM Langflow Desktop 1.0.0 through 1.8.4 Langflow could allow an unauthenticated user to view other users' images due to an indirect object reference through a user-controlled key.
- CWE(s)
AI Security AnalysisAI
- AI Category
- LLM Application Platforms
- Risk Domain
- Privacy and Disclosure
- OWASP Top 10 for LLMs 2025
- None mapped
- Classification Reason
- Matched keywords: langflow
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The IDOR vulnerability in a network-accessible application (Langflow Desktop) directly enables remote unauthenticated exploitation for unauthorized data access, mapping to T1190 Exploit Public-Facing Application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Enforces approved authorizations for logical access to prevent unauthenticated users from viewing other users' images via user-controlled keys.
Associates user ownership security attributes with images to support access enforcement decisions against indirect object references.
Validates user-controlled keys as information inputs to block unauthorized references to other users' images.