{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2020-15505/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2020-15505/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2020-15505/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2020-15505/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2020-15505/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2020-15505"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2020-15505"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2020/CVE-2020-15505.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2020-15505\n\n# THIS TEMPLATE IS ONLY FOR DETECTING\n# To carry out further attacks, please see reference[2] below.\n# This template works by passing a Hessian header, otherwise;\n# it will return a 403 or 500 internal server error. Reference[3].\ninfo:\n  name: MobileIron Core & Connector <= v10.6 & Sentry <= v9.8 - Remote Code Execution\n  author: dwisiswant0\n  severity: critical\n  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.\n  impact: |\n    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the affected system, potentially leading to complete compromise of the MobileIron infrastructure.\n  remediation: |\n    Upgrade MobileIron Core & Connector and Sentry to versions above v10.6 & v9.8 respectively\n  reference:\n    - https://blog.orange.tw/2020/09/how-i-hacked-facebook-again-mobileiron-mdm-rce.html\n    - https://github.com/iamnoooob/CVE-Reverse/tree/master/CVE-2020-15505\n    - https://github.com/iamnoooob/CVE-Reverse/blob/master/CVE-2020-15505/hessian.py#L10\n    - https://github.com/orangetw/JNDI-Injection-Bypass\n    - https://nvd.nist.gov/vuln/detail/CVE-2020-15505\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2020-15505\n    cwe-id: CWE-706\n    epss-score: 0.99737\n    epss-percentile: 0.99953\n    cpe: cpe:2.3:a:mobileiron:core:*:*:*:*:*:*:*:*\n  metadata:\n    max-request: 1\n    vendor: mobileiron\n    product: core\n  tags: cve,cve2020,mobileiron,rce,sentry,kev,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /mifs/.;/services/LogService HTTP/1.1\n        Host: {{Hostname}}\n        Referer: https://{{Hostname}}\n        Content-Type: x-application/hessian\n        Connection: close\n\n        {{hex_decode('630200480004')}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: header\n        words:\n          - \"application/x-hessian\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402203224f36da0c0c5b417cce46fbcb4020c818c7a9025da39a68900654c79c5c5fd022049388fd9b85db5018c66dceb727f26223b6262a20a8dfe23a3dcbfbde054f7c5:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2020-15505"
}