Multiple SQL injection vulnerabilities in the Wysija Newsletters plugin before 2.2.1 for WordPress allow remote authenticated administrators to execute arbitrary SQL commands via the (1) search or (2) orderby parameter to wp-admin/admin.php. NOTE: this can be leveraged using CSRF to allow remote unauthenticated attackers to execute arbitrary SQL commands.
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 |
---|---|
http://packetstormsecurity.com/files/120089/WordPress-Wysija-Newsletters-2.2-SQL-Injection.html | exploit |
https://www.htbridge.com/advisory/HTB23140 | exploit |
https://exchange.xforce.ibmcloud.com/vulnerabilities/81932 | vdb entry |
http://osvdb.org/89924 | vdb entry |
http://www.securityfocus.com/bid/57775 | vdb entry exploit |
http://archives.neohapsis.com/archives/bugtraq/2013-02/0030.html | exploit mailing list |