CVE-2026-0770
9.5 CISA KEVLangflow · Langflow
A critical vulnerability in Langflow allows unauthenticated remote attackers to execute arbitrary code via the /validate endpoint's exec_globals parameter.
Executive summary
This critical remote code execution vulnerability in Langflow is currently being actively exploited in the wild and requires immediate attention.
Vulnerability
This is an inclusion of functionality from an untrusted control sphere (CWE-829) vulnerability. The flaw exists in the handling of the exec_globals parameter provided to the /validate endpoint, which allows an unauthenticated attacker to execute arbitrary code as root.
Business impact
With a CVSS score of 9.5, this vulnerability represents a severe risk to organizational security. Successful exploitation allows for complete system compromise, unauthorized data access, and potential ransomware deployment. Given its inclusion in the CISA KEV catalog, the likelihood of targeted attacks is extremely high.
Remediation
Immediate Action: Since no official patch is currently listed, administrators should restrict network access to the /validate endpoint immediately or disable the affected service until a vendor-supplied update is available.
Proactive Monitoring: Monitor server logs for suspicious requests targeting the /validate endpoint, particularly those containing references to system commands or unusual Python syntax.
Compensating Controls: Deploy Web Application Firewall (WAF) rules to inspect and block incoming HTTP requests directed at the /validate endpoint that contain the exec_globals parameter.
Exploitation status
Public Exploit Available: Yes, a public exploit exists via ExploitDB and several GitHub proof-of-concept repositories.
Analyst recommendation
The extreme severity of this vulnerability, combined with confirmed active exploitation, necessitates an immediate emergency response. Organizations should prioritize isolating affected Langflow instances from the internet until a vendor-verified security update is applied.