S4E just found a high top 10 tcp port service scan
critical·Product Based Web Vulnerabilities·Updated Apr 30, 2026

CVE-2026-33017 Scanner

CVE-2026-33017 Scanner - Remote Code Execution (RCE) vulnerability in Langflow

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsurl
CostFree
2.9k
Times Used
continuous scan runs
3.4k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
🔴
CISA Known Exploited Vulnerability
This CVE is actively exploited in the wild. CISA mandates federal agencies to patch immediately.
CVECVE-2026-33017
9.3
CVSScritical
Exploitable remotely over the internet · no authentication required.

Langflow is a tool for building and deploying AI-powered agents and workflows. In versions prior to 1.9.0, the POST /api/v1/build_public_tmp/{flow_id}/flow endpoint allows building public flows without requiring authentication. When the optional data parameter is supplied, the endpoint uses attacker-controlled flow data (containing arbitrary Python code in node definitions) instead of the stored flow data from the database. This code is passed to exec() with zero sandboxing, resulting in unauthenticated remote code execution. This is distinct from CVE-2025-3248, which fixed /api/v1/validate/code by adding authentication. The build_public_tmp endpoint is designed to be unauthenticated (for public flows) but incorrectly accepts attacker-supplied flow data containing arbitrary executable code. This issue has been fixed in version 1.9.0.

Attack Vector
Network
Privileges Req.
None
User Interaction
None
Affected
langflowby langflow-ai
< 1.9.0
Updated Aug 22, 2026View on NVD →
Detail

Langflow is widely used by software developers and engineers for designing and deploying complex AI pipelines and workflows. Its purpose is to provide a visual platform to create and manage AI models efficiently. Typically, it's adopted in environments where artificial intelligence and machine learning functionalities are crucial, such as in data analysis, automation, and predictive analytics. Users range from small tech startups to large enterprise companies seeking scalable AI solutions. Additionally, Langflow facilitates rapid iterations of AI models, making it a vital tool for data scientists and AI specialists. Its integration with popular AI frameworks underlines its pervasive use in cutting-edge AI applications.

The Remote Code Execution (RCE) vulnerability allows attackers to execute arbitrary Python code remotely without needing authentication. This vulnerability can be particularly damaging as it provides unauthorized users with the ability to manipulate or control the host environment completely. Successful exploitation can lead to a compromise of system integrity, as the attacker can execute code at the same privilege level as the service. Such vulnerabilities are often leveraged for installing malware, stealing sensitive information, or disabling services. The critical nature of this vulnerability lies in its potential to cause substantial harm through unauthorized code execution across networks.

The vulnerability exists in the Langflow API, specifically within the build_public_tmp endpoint, where improperly sanitized flow JSON submissions can contain dangerous Python code. By crafting a malicious payload, attackers can invoke system commands during the build process. This is facilitated through the violation of sandboxing protocols which should ordinarily prevent such execution. The affected endpoint fails to implement the necessary input validations and code execution safeguards, leading to the possibility of running arbitrary commands. As a result, it opens potential pathways to execute operating system commands unimpeded. The issue arises from insufficient security measures during input processing, rendering the system susceptible to exploitation.

The exploitation of this vulnerability could lead to severe outcomes, including full system compromise and unauthorized access to sensitive data. Miscreants could gain control over the affected system, enabling them to alter, delete, or siphon off data maliciously. It also opens avenues for attackers to use the compromised system as a pivot to launch further attacks within a network. The breach could disrupt operations by disabling critical services or corrupting system functionalities, impacting business continuity. Organizations utilizing Langflow stand at risk of substantial financial and reputational damages due to such a compromise.

REFERENCES

Solution Advice
  • Update Langflow to version 1.9.0 or later to patch this critical vulnerability.
  • Implement strict input validation and output encoding controls to prevent arbitrary command execution.
  • Consider isolating different components of your flow to restrict excessive privilege use.
  • Deploy network monitoring tools to observe unusual activity, specifically any anomalies at sensitive endpoints.
  • Regularly inspect and review your system's security policies to ensure compliance with best practices.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2026-33017 Scanner - Remote Code Execution (RCE) vulnerability in Langflow S4E