Summary
CVE-2026-7803 is a critical unauthenticated remote code execution vulnerability in IBM Langflow OSS versions 1.0.0 through 1.10.0, caused by improper validation of flow nodes that have missing or empty component type fields (CWE-20). An unauthenticated, network-accessible attacker can exploit this flaw to execute arbitrary code on the server, resulting in full compromise of confidentiality, integrity, and availability. IBM has rated this CVSS 9.8 (Critical) and has released a patch in version 1.10.1.
Technical details
- Root cause: The flow node validator fails to reject nodes whose component type field is absent or empty. Instead of blocking such nodes, the validator silently skips them. This means that even in configurations where custom components are restricted, attacker-supplied component code embedded in a malicious flow definition can still be executed at build time if the type field is omitted or blank.
- Trigger conditions: An attacker submits a crafted flow payload containing a node with a missing or empty component type field. No authentication, user interaction, or special privileges are required.
- Attack vector: Network-accessible; exploitable remotely over HTTP against an exposed Langflow instance.
- Impact: Arbitrary code execution on the host server with the privileges of the Langflow process — full compromise of confidentiality, integrity, and availability.
Affected software
- IBM Langflow OSS 1.0.0 through 1.10.0 (inclusive)
Severity
- CVSS v3.1 Base Score: 9.8 (Critical)
- Vector string:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Mitigation and recommended actions
- Immediate action — patch now: Upgrade to Langflow OSS 1.10.1 or later, available via PyPI. The fix ensures that nodes containing executable code with a missing or empty type field are now correctly treated as blocked components.
- No workarounds available: IBM has confirmed that no workarounds exist for this vulnerability. Patching to version 1.10.1 is the only effective remediation.
- Network-level hardening: Until patching is complete, restrict inbound access to Langflow instances to trusted networks and block public internet exposure at the perimeter where operationally feasible.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

