Summary
CVE-2026-9202 is a critical authentication bypass and remote code execution vulnerability in IBM Langflow OSS versions 1.0.0 through 1.10.0. Unauthenticated attackers can exploit an open user registration endpoint to create arbitrary accounts; when the documented deployment option NEW_USER_IS_ACTIVE=true is configured, those accounts become immediately active and can be used to authenticate and reach RCE endpoints — bypassing any requirement for AUTO_LOGIN. The vulnerability carries a CVSS v3.1 base score of 9.8 (Critical).
Technical details
- Root cause: Missing authentication for a critical function (CWE-306) — the Langflow registration API endpoint imposes no access controls, allowing any unauthenticated caller to create unlimited user accounts.
- Trigger conditions: The full exploitation chain — account creation followed by authenticated access to RCE endpoints — requires the
NEW_USER_IS_ACTIVE=truedeployment option to be enabled on the target instance. This is a documented, supported configuration option. - Attack vector: A remote, unauthenticated attacker sends HTTP requests to the Langflow registration API to create a user account. If
NEW_USER_IS_ACTIVE=trueis set, the account is immediately active. The attacker then authenticates with those credentials and accesses RCE-capable endpoints on the Langflow server. - Impact: Successful exploitation results in full remote code execution on the host server, with complete compromise of confidentiality, integrity, and availability (C:H/I:H/A:H).
Affected software
- IBM Langflow OSS versions 1.0.0 through 1.10.0
Severity
CVSS v3.1 Base Score: 9.8 (Critical)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Mitigation and recommended actions
- Patch immediately: IBM strongly recommends upgrading to Langflow OSS version 1.10.1 or later, available on PyPI.
- No workarounds available: IBM has confirmed that no workarounds exist for this vulnerability; upgrading to the patched version is the only remediation.
- Organizations unable to patch immediately should assess whether
NEW_USER_IS_ACTIVE=trueis set in their deployment and consider restricting network access to the Langflow registration endpoint.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

