A blind SQL injection vulnerability is present in Chop Slider 3, a WordPress plugin. The vulnerability is introduced in the id GET parameter supplied to get_script/index.php, and allows an attacker to execute arbitrary SQL queries in the context of the WP database user.
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Link | Tags |
---|---|
https://idangero.us/ | product |
https://github.com/idangerous/Plugins/tree/master/Chop%20Slider%203 | third party advisory |
http://seclists.org/fulldisclosure/2020/May/26 | third party advisory mailing list |
http://packetstormsecurity.com/files/157607/WordPress-ChopSlider-3-SQL-Injection.html | exploit vdb entry third party advisory |
http://packetstormsecurity.com/files/157655/WordPress-ChopSlider3-3.4-SQL-Injection.html | third party advisory exploit |