CVE-2026-33053 MEDIUM

CVE-2026-33053: Langflow has Missing Ownership Verification in API Key Deletion (IDOR)

Vendor Langflow-Ai
Product langflow
Weakness CWE-639 · IDOR
Published March 20, 2026
Last update March 20, 2026

CVSS base score

6.1/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:L

What the vulnerability does

01Description

Langflow is a tool for building and deploying AI-powered agents and workflows. In versions prior to 1.9.0, the delete_api_key_route() endpoint accepts an api_key_id path parameter and deletes it with only a generic authentication check (get_current_active_user dependency). However, the delete_api_key() CRUD function does NOT verify that the API key belongs to the current user before deletion.

Key dates

02Disclosure timeline

March 20, 2026 CVE published
March 20, 2026 Record updated

Related vulnerabilities

04Related CVE