CVE-2026-9198
Description
IBM Langflow OSS 1.0.0 through 1.10.0 allows unauthenticated attackers to chain /api/v1/auto_login (mints SUPERUSER tokens to any network caller) with /api/v1/validate/code (executes user code via exec()) to achieve full RCE on default Langflow deployments
Summary dbcve.org
IBM Langflow OSS versions 1.0.0 through 1.10.0 contains a critical authentication bypass vulnerability where the unauthenticated /api/v1/auto_login endpoint issues SUPERUSER tokens to any requester, which can then be used to access /api/v1/validate/code that executes arbitrary Python code via the exec() function, enabling complete remote code execution on default installations.
Mitigation
Immediately restrict or disable the /api/v1/auto_login endpoint, implement proper authentication enforcement on all API endpoints, and add input validation/sandboxing to code execution functionality. Upgrade to a patched version when available.