Eval Injection in Langflow - CVE-2026-33873
Published: April 24, 2026
Langflow
Detailed vulnerability description
The vulnerability allows a remote user to execute arbitrary code on the server.
The vulnerability exists due to improper neutralization of directives in dynamically evaluated code in the Agentic Assistant validation path when processing LLM-generated component code. A remote user can cause the model to return malicious component code to execute arbitrary code on the server.
The issue is reachable through the /assist and /assist/stream endpoints, and the streaming path reaches the sink only when the request is classified into the component-generation branch.