Active Langflow RCE Exploits Prompt CISA Emergency Patch Order
CISA added a critical CVSS 9.8 remote code execution vulnerability in the Langflow visual framework to its Known Exploited Vulnerabilities catalog.
On July 21, 2026, the Cybersecurity and Infrastructure Security Agency added a critical remote code execution vulnerability in the Langflow visual framework to its Known Exploited Vulnerabilities catalog. The flaw, tracked as CVE-2026-0770, carries a CVSS score of 9.8 and allows unauthenticated attackers to execute arbitrary code with root privileges. Federal Civilian Executive Branch agencies have until July 24, 2026, to apply patches or mitigate the risk under Binding Operational Directive 26-04.
Vulnerability Mechanism
The security defect originates in the framework’s /api/v1/validate/code endpoint. Researchers at Trend Micro discovered that the application improperly handles the exec_globals parameter, a condition classified as the inclusion of functionality from an untrusted control sphere.
Attackers can submit malicious input to the validation endpoint, which Langflow then evaluates without sufficient sanitization. This results in the execution of arbitrary Python code. Because default Docker deployments of the application often run with elevated permissions, successful exploitation typically grants the attacker root access to the host container.
Active Exploitation Tactics
Threat intelligence firm KEVIntel reported that in-the-wild exploitation of CVE-2026-0770 began on June 27, 2026. Prior to the vulnerability’s addition to the KEV catalog, monitoring systems recorded over 220 exploitation attempts originating from 64 unique IP addresses.
Observed attacks are moving past initial reconnaissance. Threat actors are deploying second-stage malware scripts, primarily loaders and droppers, directly into the compromised containers. The primary objective is the extraction of sensitive data. Payloads have successfully targeted AWS credentials, container metadata, and environment variables. Attackers specifically prioritize these environments to exfiltrate LLM API keys for providers like OpenAI and Anthropic.
Recurring Framework Vulnerabilities
Langflow has become a frequent target for attackers as organizations rapidly adopt it to build AI infrastructure. This incident marks the fourth major vulnerability in the framework to see active exploitation in 2026.
| CVE Identifier | Vulnerability Type | Status |
|---|---|---|
| CVE-2026-0770 | Remote Code Execution | Active Exploitation |
| CVE-2026-33017 | Code Injection | Patched |
| CVE-2026-5027 | Path Traversal | Patched |
| CVE-2026-55255 | Insecure Direct Object Reference | Patched |
When evaluating agent frameworks for production workloads, the frequency of critical vulnerabilities in the orchestration layer dictates the required network boundaries. The application’s default settings have contributed to the attack surface. In certain versions, the LANGFLOW_AUTO_LOGIN configuration bypasses traditional authentication requirements, exposing the validation endpoint directly to unauthenticated requests if the instance is reachable via the public internet.
Required Mitigations
Maintainers at DataStax, an IBM subsidiary, have released security patches to address the endpoint sanitization failures. Organizations running Langflow must apply these updates immediately to prevent unauthorized code execution.
Beyond patching, security teams need to monitor AI applications by reviewing historical request logs to the /api/v1/validate/code endpoint. Any unexpected or unauthorized traffic to this route indicates a potential compromise. Administrators must also verify that instances are restricted from the public internet and enforce strict authentication protocols, ensuring auto-login features are disabled in sensitive environments.
If you expose Langflow instances to untrusted networks, assume your environment variables have been compromised. Rotate any cloud access credentials and AI provider API keys associated with the deployment immediately to prevent lateral movement in your infrastructure.
Get Insanely Good at AI
The book for developers who want to understand how AI actually works. LLMs, prompt engineering, RAG, AI agents, and production systems.
Keep Reading
How to Use Symbolic Execution for Automated BPF Analysis
Learn how Cloudflare uses the Z3 theorem prover to instantly generate magic packets and reverse-engineer BPF bytecode for security research.
Active Exploits Trigger CISA Patch Order for Langflow 1.9.1
CISA has added a critical authorization bypass vulnerability in Langflow to its Known Exploited Vulnerabilities catalog, requiring patches by July 10, 2026.
Active RCE Exploits Target 7,000 Exposed Langflow Instances
Attackers are actively exploiting a path traversal vulnerability in Langflow's file upload endpoint to achieve unauthenticated remote code execution.
Hackers Exploit Critical RCE Flaw in Marimo Python Notebooks
A critical pre-auth vulnerability in Marimo is under active exploitation, allowing attackers to gain full shell access and steal sensitive API keys.
Hackers Exploit Critical Flowise RCE Bug With 10.0 CVSS Score
A maximum-severity code injection flaw in Flowise is under active attack, putting thousands of exposed AI application instances at risk of full system takeover.