
CVE-2026-33017
Langflow versions ≤ 1.8.2 contain a severe security vulnerability that allows unauthenticated attackers to achieve Remote Code Execution (RCE) on the server.
| Attribute | Details |
|---|---|
| CVE ID | CVE-2026-33017 |
| Severity | Critical (CVSS 9.8) |
| Affected Versions | Langflow ≤ 1.8.2 |
| Patched Version | Langflow 1.9.0 and above |
| Vulnerability Type | Unauthenticated Code Injection (exec()) |
| Attack Vector | /api/v1/build_public_tmp/{flow_id}/flow |
| Authentication | None Required |
The endpoint /api/v1/build_public_tmp/{flow_id}/flow was designed for public flows. However, when attacker-controlled flow data is passed, the application executes arbitrary Python code using exec() without any sandboxing or validation.
This allows any unauthenticated attacker on the internet to gain full control over the server.
This repository is provided for educational and security research purposes only.
The information and tools here are intended to help system administrators and security researchers understand the vulnerability and protect their systems.
Unauthorized exploitation against systems you do not own is illegal and unethical.
Made for Security Awareness & Responsible Research
⭐ If this repository helped you, please consider starring it!