Intel

AIKIDO-2026-171160

langflow is vulnerable to Remote Code Execution (RCE)

Remote Code Execution (RCE)CVE-2026-0769 Published Today

98

Critical Risk

This Affects:

PYTHONlangflow
0.0.19 - 1.8.3
Fixed in 1.9.0
Are you affected? Scan for Free

TL;DR

eval_custom_component_code passes a caller-supplied Python string to create_class() / prepare_global_scope(), which exec()s top-level assignments and class bodies with no sanitization. An unauthenticated request that reaches a custom-component or public-flow build path can supply that string and run arbitrary Python in the Langflow process. The fix stops unauthenticated callers from feeding component code into that evaluation path.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and expose Langflow so that unauthenticated callers can reach custom-component evaluation.

Background info

langflow is vulnerable to Remote Code Execution (RCE) in versions 0.0.19 - 1.8.3.

How to fix this

Upgrade the langflow library to the patch version.

Are You Affected?

Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.

Free. No credit card required.

Aikido Platform