CVE-2026-33873
Langflow has Authenticated Code Execution in Agentic Assistant Validation
Summary
Remediation
Upgrade to the fixed version using your package manager.
pip install "langflow>=1.9.0"
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (1)
| Package | Ecosystem | Affected | Fixed In |
|---|---|---|---|
| langflow | pypi | 0.0.31, 0.0.32, 0.0.33, 0.0.40 (+289 more) | 1.9.0 |
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-94Code InjectionMITRE
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 9.6 score means for each attack dimension.
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N
References
- https://github.com/langflow-ai/langflow/security/advisories/GHSA-v8hw-mh8c-jxfcWEB
- https://nvd.nist.gov/vuln/detail/CVE-2026-33873ADVISORY
- https://github.com/pypa/advisory-database/tree/main/vulns/langflow/PYSEC-2026-82.yamlWEB
- https://github.com/langflow-ai/langflow/blob/f7f4d1e70ba5eecd18162ec96f3571c2cfbcd1fc/src/lfx/src/lfx/services/settings/auth.py#L71-L87WEB
- https://github.com/langflow-ai/langflow/blob/f7f4d1e70ba5eecd18162ec96f3571c2cfbcd1fc/src/lfx/src/lfx/custom/validate.py#L441-L443WEB
- https://github.com/langflow-ai/langflow/blob/f7f4d1e70ba5eecd18162ec96f3571c2cfbcd1fc/src/lfx/src/lfx/custom/validate.py#L394-L399WEB
- https://github.com/langflow-ai/langflow/blob/f7f4d1e70ba5eecd18162ec96f3571c2cfbcd1fc/src/lfx/src/lfx/custom/validate.py#L241-L272WEB
- https://github.com/langflow-ai/langflow/blob/f7f4d1e70ba5eecd18162ec96f3571c2cfbcd1fc/src/backend/base/langflow/services/auth/utils.py#L39-L53WEB
- https://github.com/langflow-ai/langflow/blob/f7f4d1e70ba5eecd18162ec96f3571c2cfbcd1fc/src/backend/base/langflow/services/auth/utils.py#L156-L163WEB
- https://github.com/langflow-ai/langflow/blob/f7f4d1e70ba5eecd18162ec96f3571c2cfbcd1fc/src/backend/base/langflow/api/v1/login.py#L96-L135WEB
- https://github.com/langflow-ai/langflow/blob/f7f4d1e70ba5eecd18162ec96f3571c2cfbcd1fc/src/backend/base/langflow/api/utils/core.py#L38WEB
- https://github.com/langflow-ai/langflow/blob/f7f4d1e70ba5eecd18162ec96f3571c2cfbcd1fc/src/backend/base/langflow/agentic/services/assistant_service.py#L58-L79WEB
- https://github.com/langflow-ai/langflow/blob/f7f4d1e70ba5eecd18162ec96f3571c2cfbcd1fc/src/backend/base/langflow/agentic/services/assistant_service.py#L259-L300WEB
- https://github.com/langflow-ai/langflow/blob/f7f4d1e70ba5eecd18162ec96f3571c2cfbcd1fc/src/backend/base/langflow/agentic/services/assistant_service.py#L142-L156WEB
- https://github.com/langflow-ai/langflow/blob/f7f4d1e70ba5eecd18162ec96f3571c2cfbcd1fc/src/backend/base/langflow/agentic/helpers/validation.py#L27-L47WEB
- https://github.com/langflow-ai/langflow/blob/f7f4d1e70ba5eecd18162ec96f3571c2cfbcd1fc/src/backend/base/langflow/agentic/helpers/code_extraction.py#L11-L53WEB
- https://github.com/langflow-ai/langflow/blob/f7f4d1e70ba5eecd18162ec96f3571c2cfbcd1fc/src/backend/base/langflow/agentic/api/schemas.py#L20-L31WEB
- https://github.com/langflow-ai/langflow/blob/f7f4d1e70ba5eecd18162ec96f3571c2cfbcd1fc/src/backend/base/langflow/agentic/api/router.py#L252-L297WEB
- https://github.com/langflow-ai/langflowPACKAGE
Frequently Asked Questions
- What is CVE-2026-33873?
- Langflow has Authenticated Code Execution in Agentic Assistant Validation This vulnerability has been assigned a severity rating of CRITICAL (CVSS score: 9.6/10).
- How do I check if my project is affected by CVE-2026-33873?
- CVE-2026-33873 affects langflow. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-33873 and 200,000+ other known vulnerabilities.
Severity & Exploitability
Exploitation is straightforward and causes maximum impact. Patch immediately.
Also Known As
Related CVEs
- CVE-2026-27966CRITICAL
Langflow has Remote Code Execution in CSV Agent
- CVE-2026-42048CRITICAL
Langflow Knowledge Bases API is Vulnerable to Path Traversal
- CVE-2026-55447CRITICAL
Langflow: BaseFileComponent-based nodes arbitrary file read with RCE exploit
- CVE-2026-33309CRITICAL
Langflow has an Arbitrary File Write (RCE) via v2 API
- CVE-2024-42835HIGH
langflow has vulnerability in PythonCodeTool component
- CVE-2026-21445HIGH
Langflow Missing Authentication on Critical API Endpoints
- CVE-2026-0770HIGH
Langflow affected by Remote Code Execution via validate_code() exec()
- CVE-2024-48061MEDIUM
Langflow vulnerable to remote code execution
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies