CVE-2026-17623

IBM · Langflow OSS

IBM Langflow OSS versions 1.0.0 through 1.10.3 contain an OS command injection vulnerability, allowing an authenticated attacker to execute arbitrary commands on the host system.

Executive summary

IBM Langflow OSS is affected by a high-severity OS command injection vulnerability that could allow an authenticated attacker to gain full control of the host system.

Vulnerability

Classified as CWE-78, this flaw involves the improper neutralization of special elements used in an OS command, enabling an authenticated attacker to escape the application context and execute system-level commands.

Business impact

The ability to execute OS commands provides an attacker with the potential to gain full control over the server environment. Given the CVSS score of 8.8, this poses a severe threat to the entire infrastructure, as an attacker could modify system files, install backdoors, or access sensitive data stored on the server.

Remediation

Immediate Action: Upgrade to version 1.11.0 or newer to address the OS command injection vulnerability.

Proactive Monitoring: Audit command-line history and system logs for unexpected process creation or commands that indicate unauthorized administrative activity.

Compensating Controls: Apply the principle of least privilege by running the application with the minimum necessary permissions, and use a WAF to filter requests for shell metacharacters that are commonly used in injection attacks.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

OS command injection is a critical vulnerability that typically results in total system compromise. It is imperative that organizations deploy the vendor-supplied patch (version 1.11.0) immediately to secure the application and ensure the underlying host system remains protected against unauthorized command execution.