Description
IBM Langflow OSS 1.0.0 through 1.10.0 could allow a remote attacker to gain unauthorized access due to improper authentication in the /api/v1/login/auto_login endpoint. The endpoint issues long-lived superuser bearer tokens without requiring authentication when the AUTO_LOGIN configuration is enabled (enabled by default), which may allow an unauthenticated network attacker to obtain full administrative access. Additionally, permissive cross-origin resource sharing (CORS) settings may allow tokens to be exposed to unintended origins, increasing the risk of unauthorized access.
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 contain an authentication flaw in the /api/v1/login/auto_login endpoint. When the AUTO_LOGIN configuration is enabled – which is the default – the endpoint issues long‑lived superuser bearer tokens without requiring any user credentials. The flaw is categorized as CWE‑306 (Missing Authentication) and allows an attacker to obtain full administrative privileges simply by sending a request to the endpoint. In addition, permissive cross‑origin resource sharing (CORS) settings can expose the issued tokens to unintended origins, increasing the risk of unintended token disclosure.

Affected Systems

The vulnerability affects IBM Langflow OSS releases from 1.0.0 up to and including 1.10.0. The default configuration includes the AUTO_LOGIN feature enabled, allowing the flaw to be exploited in a typical deployment.

Risk and Exploitability

The CVSS score of 9.8 indicates critical impact. The EPSS score is below 1%, suggesting a low current exploitation probability, and the vulnerability is not listed in the CISA KEV catalog. An attacker can exploit this flaw remotely over the network without any authentication. Per the description, the attack vector is a direct network request to the exposed endpoint, optionally amplified by permissive CORS settings that could reveal tokens to external origins.

Generated by OpenCVE AI on July 30, 2026 at 23:50 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 or later, as recommended by IBM.
  • If an upgrade is not immediately feasible, disable the AUTO_LOGIN configuration so that authentication is required before any token is issued.
  • Restrict or remove the permissive cross‑origin resource sharing settings to prevent token exposure to unintended origins.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Jul 2026 14: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 19:00:00 +0000

Type Values Removed Values Added
Description IBM Langflow OSS 1.0.0 through 1.10.0 could allow a remote attacker to gain unauthorized access due to improper authentication in the /api/v1/login/auto_login endpoint. The endpoint issues long-lived superuser bearer tokens without requiring authentication when the AUTO_LOGIN configuration is enabled (enabled by default), which may allow an unauthenticated network attacker to obtain full administrative access. Additionally, permissive cross-origin resource sharing (CORS) settings may allow tokens to be exposed to unintended origins, increasing the risk of unauthorized access.
Title Unauthenticated Superuser Token Issuance via Auto-Login Endpoint
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-23T03:56:04.663Z

Reserved: 2026-05-20T16:49:30.512Z

Link: CVE-2026-9103

cve-icon Vulnrichment

Updated: 2026-07-20T13:25:34.739Z

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