Lucene search
K

WordPress ChopSlider 3 SQL Injection

🗓️ 08 May 2020 00:00:00Reported by Callum MurphyType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 154 Views

ChopSlider 3 SQL Injection in WordPress Plugi

Related
Code
`----------------------------------------------------------------  
ChopSlider3 Wordpress Plugin SQL Injection  
----------------------------------------------------------------  
  
[-] Software Link:  
  
https://idangero.us/  
https://github.com/idangerous/Plugins  
  
  
[-] Affected Versions:  
  
ChopSlider version 3.  
  
  
[-] Vulnerability Description:  
  
A blind SQL injection vulnerability is present in Chop Slider 3, a  
Wordpress plugin. The vulnerability is introduced in  
'chopslider/get_script/index.php', and allows an attacker to execute  
arbitrary SQL queries in the context of the WP database user.  
  
The offending code is located on line 13 of  
'chopslider/get_script/index.php':  
  
$cs_result = $wpdb->get_row('SELECT * FROM ' . CHOPSLIDER_TABLE_NAME . '  
WHERE chopslider_id =' . $id);  
  
Example injection string:  
  
GET /wp-content/plugins/chopslider/get_script/?id=141217078 or 6702=6702  
(returns content-length 3055]  
GET /wp-content/plugins/chopslider/get_script/?id=141217078 or 6702=6703  
(returns content-length 1229]  
  
Blind delay-based SQL injection:  
  
GET /wp-content/plugins/chopslider/get_script/?id=141217078 or (SELECT  
sleep(10))=6312 [delays for 10 seconds]  
  
  
[-] Solution:  
  
Use of prepared statements with parameterized queries will fix this  
vulnerability.  
  
[-] Disclosure Timeline:  
  
[03/04/2020] - Issue reported to vendor. No response was received.  
[04/04/2020] - CVE number assigned.  
[07/05/2020] - Publication of this advisory.  
  
  
[-] CVE Reference:  
  
The Common Vulnerabilities and Exposures project (cve.mitre.org) has  
assigned the name CVE-2020-11530 to this vulnerability.  
  
  
[-] Credits:  
  
Vulnerability discovered by Callum Murphy.  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation