2021-01-02 04:56:15 +00:00
id : CVE-2020-15505
2020-09-14 07:23:20 +00:00
2022-04-22 10:38:41 +00:00
# THIS TEMPLATE IS ONLY FOR DETECTING
# To carry out further attacks, please see reference[2] below.
# This template works by passing a Hessian header, otherwise;
# it will return a 403 or 500 internal server error. Reference[3].
2020-09-14 07:23:20 +00:00
info :
2022-04-29 19:58:07 +00:00
name : MobileIron Core & Connector <= v10.6 & Sentry <= v9.8 - Remote Code Execution
2020-09-14 07:23:20 +00:00
author : dwisiswant0
severity : critical
2022-05-17 09:18:12 +00:00
description : A remote code execution vulnerability in MobileIron Core & Connector versions 10.3.0.3 and earlier, 10.4.0.0, 10.4.0.1, 10.4.0.2, 10.4.0.3, 10.5.1.0, 10.5.2.0 and 10.6.0.0; and Sentry versions 9.7.2 and earlier, and 9.8.0; and Monitor and Reporting Database (RDB) version 2.0.0.1 and earlier contain a vulnerability that allows remote attackers to execute arbitrary code via unspecified vectors.
2021-08-19 13:15:35 +00:00
reference :
2021-03-11 15:14:03 +00:00
- https://blog.orange.tw/2020/09/how-i-hacked-facebook-again-mobileiron-mdm-rce.html
- https://github.com/iamnoooob/CVE-Reverse/tree/master/CVE-2020-15505
- https://github.com/iamnoooob/CVE-Reverse/blob/master/CVE-2020-15505/hessian.py#L10
- https://github.com/orangetw/JNDI-Injection-Bypass
2022-04-29 19:58:07 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-15505
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-15505
2022-07-21 17:18:22 +00:00
tags : cve,cve2020,mobileiron,rce,sentry,kev
2020-09-14 07:23:20 +00:00
requests :
2020-09-14 07:26:11 +00:00
- raw :
2020-09-14 07:23:20 +00:00
- |
POST /mifs/.;/services/LogService HTTP/1.1
Host : {{Hostname}}
Referer : https://{{Hostname}}
Content-Type : x-application/hessian
Connection : close
2020-09-14 07:26:11 +00:00
{{hex_decode('630200480004')}}
2020-09-14 07:23:20 +00:00
matchers-condition : and
matchers :
- type : word
words :
- "application/x-hessian"
part : header
- type : status
status :
2022-01-04 19:34:16 +00:00
- 200
2022-04-29 19:58:07 +00:00
# Enhanced by mp on 2022/04/27