Missing Authorization in Langflow - CVE-2026-34046
Published: April 24, 2026
Langflow
Detailed vulnerability description
The vulnerability allows a remote user to read, modify, and delete arbitrary flows.
The vulnerability exists due to missing authorization in GET/PATCH/DELETE /api/v1/flow/{flow_id} via the _read_flow helper when handling requests for flow IDs while authentication is enabled. A remote user can send a request for another user's flow UUID to read, modify, and delete arbitrary flows.
Exposed flow data may include embedded plaintext API keys.