Insufficient Session Expiration in Langflow - CVE-2026-55423
Published: June 19, 2026
Langflow
Detailed vulnerability description
The vulnerability allows an attacker with physical access to gain unauthorized access to a previous user's session.
The vulnerability exists due to insufficient session expiration in the logout endpoint and frontend logout functionality when processing logout requests. An attacker with physical access can use a shared system after logout and refresh the application to gain unauthorized access to a previous user's session.
The issue occurs when auto login mode is disabled and the application is hosted on localhost. Authentication tokens remain present in local storage and cookies after logout.