Resource exhaustion in Langflow - CVE-2026-55446
Published: June 19, 2026
Langflow
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to uncontrolled resource consumption in the /api/v1/files/upload/ endpoint when processing multipart form data. A remote attacker can send a specially crafted file upload request with an excessively long multipart boundary to cause a denial of service.
The server processes the malformed multipart body before authentication and before validating whether the supplied flow identifier is valid.