LiveActive security incident?Get immediate response
CVE Record

CVE-2026-55255: Langflow: IDOR Vulnerability in `/api/v1/responses` Endpoint Allows Authenticated Attackers to Access Another User's Flow

Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to 1.9.1, an Insecure Direct Object Reference (IDOR) vulnerability in /api/v1/responses endpoint allows an authenticated attacker to execute any flow belonging to another user by specifying the victim's flow ID in the request. This vulnerability is fixed in 1.9.1.

HighCVSS 8.4Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Langflow before 1.9.1 allowed a logged-in user to access and execute another user's flow through the responses API. This can expose sensitive workflow data and alter or run AI workflows outside the user's authorization. CISA KEV listing indicates active exploitation has been observed.

Executive priority

Treat this as urgent for any internet-reachable or multi-user Langflow deployment. The issue is high severity, affects confidentiality and integrity, and is listed in CISA KEV. Patch to 1.9.1 promptly and review for possible unauthorized workflow access.

Technical view

CVE-2026-55255 is a CWE-639 IDOR in Langflow's /api/v1/responses endpoint. An authenticated attacker with low privileges can reference another user's flow ID, causing unauthorized flow execution. CVSS 8.4 reflects network access, high complexity, low privileges, no user interaction, changed scope, and high confidentiality and integrity impact.

Likely exposure

Organizations running langflow-ai/langflow versions earlier than 1.9.1 are affected, especially multi-user deployments where authenticated users can reach /api/v1/responses. Exposure depends on deployment access controls and whether untrusted or lower-privileged users have accounts.

Exploitation context

The source bundle marks this CVE as CISA KEV, so active exploitation is supported. Public sources describe the issue class and affected endpoint, but the bundle does not provide safe evidence of exploit volume, targeting patterns, or detailed exploitation conditions beyond authenticated access.

Researcher notes

The advisory identifies an IDOR tied to flow ownership checks in /api/v1/responses. The fix is referenced through PR 12832 and commit 2c9f498d664a3c32698b57d7c5e752625291060e. Evidence is sufficient for affected-version triage, but not for detailed attacker tradecraft.

Mitigation direction

  • Upgrade Langflow to version 1.9.1 or later.
  • Restrict access to Langflow while patching, especially for untrusted users.
  • Review vendor advisory and release notes for any additional required actions.
  • Monitor responses API activity for suspicious cross-user flow access.
  • Rotate exposed secrets if unauthorized flow execution may have revealed them.

Validation and detection

  • Inventory all Langflow deployments and record exact versions.
  • Confirm no production instance is running a version earlier than 1.9.1.
  • Review access logs for unusual /api/v1/responses activity.
  • Check whether lower-privileged users can reach sensitive Langflow environments.
  • Validate authorization behavior in a controlled test environment after upgrade.
Prepared
Confidence
high
Sources
7

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-639: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-55255 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.4 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
6Source links

CISA KEV status

Status
Known exploited
Source
CISA KEV
Date added
Not provided
KEV reference

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: activeAutomatable: noTechnical Impact: total

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.4CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L1.86GitHub_M

Vulnerability scoring details

Base CVSS 3.1 score

8.4High
CVSS 3.1 vector shape for CVE-2026-55255Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
langflow-ailangflow< 1.9.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-639 · source CWE mapping

Authorization Bypass Through User-Controlled Key

Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.