Authentication Bypass Vulnerability in IBM Langflow OSS
IBM Langflow OSS versions 1.0.0 through 1.9.6 are vulnerable to an authentication bypass flaw due to improper restriction of excessive authentication attempts, allowing remote attackers to potentially compromise user accounts.
CVE search metadata
CVE search record: CVE-2026-19297. Severity: critical. CVSS: 9.1. KEV: no. Product: Langflow OSS (1.0.0 through 1.9.6). Brief: Authentication Bypass Vulnerability in IBM Langflow OSS. Brief link: https://feed.craftedsignal.io/briefs/2026-08-langflow-auth-bypass/
IBM Langflow OSS versions 1.0.0 through 1.9.6 contain a critical authentication vulnerability tracked as CVE-2026-19297. This flaw is classified under CWE-307: Improper Restriction of Excessive Authentication Attempts. The vulnerability permits a remote, unauthenticated attacker to execute high-frequency login requests against the application without encountering rate-limiting or account lockout mechanisms. This failure allows for effective brute-force or credential-stuffing attacks, potentially leading to unauthorized access to administrative or user accounts. Given the ease of exploitation (CVSS 3.1 base score of 9.1), defenders should prioritize identifying exposed instances and monitoring authentication endpoints for anomalous traffic patterns.
Impact
Successful exploitation of this vulnerability allows unauthorized access to user accounts. Depending on the privileges of the targeted account, an attacker could gain full control over the Langflow instance, access sensitive data, or modify workflows. This poses a significant risk to organizations using Langflow OSS for sensitive automation or data processing tasks.
Recommendation
Prioritized actions for security teams:
- Identify and inventory all internet-facing or internal instances of IBM Langflow OSS 1.0.0 through 1.9.6.
- Upgrade affected Langflow OSS installations to the latest patched version provided by IBM.
- Implement rate limiting or WAF-based blocking for login endpoints if patching cannot be performed immediately.
- Review web server logs for high-frequency POST requests to authentication endpoints originating from single source IPs.
Immediate actions
Upgrade Langflow OSS instances to a version > 1.9.6
Mitigations
Configure rate-limiting on authentication API endpoints
CVE-2026-19297