GHSA-8c4j-f57c-35cf · Severity: high · Ecosystem: pip — Langflow: Authenticated Users Can Read, Modify, and Delete Any Flow via Missing Ownership Check
Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to version 1.5.1, the `_read_flow` helper in `src/backend/base/langflow/api/v1/flows.py` branched on the `AUTO_LOGIN` setting to decide whether to filter by `user_id`. When `AUTO_LOGIN` was `False` (i.e., authentication was enabled), neither branch enforced an ownership check — the query returned any flow matching the given UUID regardless of who owned it. This allowed any authenticated user to read any other user's flow, including embedded plaintext API keys; modify the logic of another user's AI agents, and/or delete flows belonging to other users. The vulnerability was introduced by the conditional logic that was meant to accommodate public/example flows (those with `user_id = NULL`) under auto-login mode, but inadvertently left the authenticated path without an ownership filter. The fix in version 1.5.1 removes the `AUTO_LOGIN` conditional entirely and unconditionally scopes the query to the requesting user.
Conclusion & alert: CVE-2026-34046 is rated Moderate Risk (40.6/100): CVSS High severity, with low exploitation likelihood (EPSS 0.05%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-04 | 0.03% | 0.05% | +0.02% |
| 2 | 2026-04-21 | 0.08% | 0.03% | -0.05% |
| 3 | 2026-03-28 | — | 0.08% | — |
Full EPSS history (3 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.7 | 4.0 | HIGH |
|
— | — | [email protected] |
| 8.8 | 3.1 | HIGH |
|
2.8 | 5.9 | [email protected] |
GHSA-8c4j-f57c-35cf · Severity: high · Ecosystem: pip — Langflow: Authenticated Users Can Read, Modify, and Delete Any Flow via Missing Ownership Check
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| langflow | langflow | < 1.5.0 | cpe:2.3:a:langflow:langflow:*:*:*:*:*:*:*:* |
| langflow | langflow | 1.5.0 | cpe:2.3:a:langflow:langflow:1.5.0:dev0:*:*:*:*:*:* |
| langflow | langflow | 1.5.0 | cpe:2.3:a:langflow:langflow:1.5.0:dev1:*:*:*:*:*:* |
| langflow | langflow-base | < 0.5.1 | cpe:2.3:a:langflow:langflow-base:*:*:*:*:*:python:*:* |
| URL | Tags |
|---|---|
| https://github.com/langflow-ai/langflow/pull/8956 | Issue Tracking Patch |
| https://github.com/langflow-ai/langflow/security/advisories/GHSA-8c4j-f57c-35cf | Patch Vendor Advisory |