CVE-2026-7687
Command Injection in Langflow AI
Publication date: 2026-05-03
Last updated on: 2026-05-05
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| langflow-ai | langflow | to 1.8.4 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-77 | The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component. |
| CWE-74 | The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the langflow-ai langflow software up to version 1.8.4, specifically in the function CodeParser.parse_callable_details within the Full Builtins Module Handler component. It allows an attacker to perform command injection by manipulating the code parsing process. The attack can be executed remotely, meaning an attacker does not need local access to exploit it.
How can this vulnerability impact me? :
Exploiting this vulnerability can lead to remote command injection, which means an attacker could execute arbitrary commands on the affected system. This can compromise the integrity, confidentiality, and availability of the system, potentially allowing unauthorized access, data theft, or disruption of services.