Description
IBM Langflow OSS 1.0.0 through 1.10.0 allows unauthenticated attackers to create unlimited user accounts on any Langflow instance; when NEW_USER_IS_ACTIVE=true (documented deployment option), newly created accounts are immediately active and can authenticate to reach RCE endpoints, bypassing the need for AUTO_LOGIN.
Published: 2026-07-17
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

IBM Langflow OSS versions 1.0.0 through 1.10.0 allow unauthenticated attackers to create unlimited user accounts. When the deployment flag NEW_USER_IS_ACTIVE is true, these accounts are immediately active, giving the attacker the ability to authenticate normally and reach RCE endpoints, bypassing the standard authentication flow. The vulnerability is categorized as CWE-306, which describes a lack of or improper authentication controls.

Affected Systems

The affected product is IBM Langflow OSS, specifically versions 1.0.0 to 1.10.0. The library is distributed via the IBM package name langflow_oss and available on PyPI.

Risk and Exploitability

The CVSS score is 9.8, indicating critical severity. The EPSS score is less than 1%, suggesting a low but non‑zero exploitation probability. The vulnerability is not listed in the CISA KEV catalog, yet the high CVSS score and the ability to create active accounts without authentication make it a prime target for attackers who can simply contact the open registration endpoint. Exploitation requires only network access to the Langflow instance; no local privileges or prior authentication are needed. Once an active user is created, the attacker can authenticate and invoke RCE endpoints, achieving full system compromise.

Generated by OpenCVE AI on July 30, 2026 at 23:57 UTC.

Remediation

Vendor Solution

IBM strongly recommends addressing the vulnerability now by upgrading Langflow OSS to version 1.10.1 https://pypi.org/project/langflow/


OpenCVE Recommended Actions

  • Upgrade IBM Langflow OSS to version 1.10.1 as soon as possible.
  • If an upgrade cannot be performed immediately, disable the NEW_USER_IS_ACTIVE deployment option or restrict user activation to manual approval before enabling access to RCE endpoints.
  • Restrict the registration and RCE API endpoints to trusted IP ranges or internal networks and monitor authentication attempts for suspicious activity.

Generated by OpenCVE AI on July 30, 2026 at 23:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 17 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 17 Jul 2026 17:45:00 +0000

Type Values Removed Values Added
Description IBM Langflow OSS 1.0.0 through 1.10.0 allows unauthenticated attackers to create unlimited user accounts on any Langflow instance; when NEW_USER_IS_ACTIVE=true (documented deployment option), newly created accounts are immediately active and can authenticate to reach RCE endpoints, bypassing the need for AUTO_LOGIN.
Title Unauthenticated User Registration Could Lead to Remote Code Execution
First Time appeared Ibm
Ibm langflow Oss
Weaknesses CWE-306
CPEs cpe:2.3:a:ibm:langflow_oss:1.0.0:*:*:*:*:*:*:*
cpe:2.3:a:ibm:langflow_oss:1.10.0:*:*:*:*:*:*:*
Vendors & Products Ibm
Ibm langflow Oss
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Ibm Langflow Oss
cve-icon MITRE

Status: PUBLISHED

Assigner: ibm

Published:

Updated: 2026-07-18T03:55:39.032Z

Reserved: 2026-05-21T15:53:52.649Z

Link: CVE-2026-9202

cve-icon Vulnrichment

Updated: 2026-07-17T19:38:55.622Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T00:00:06Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function