SQL injection vulnerability in blogs/admin.php in b2evolution before 4.1.7 allows remote authenticated administrators to execute arbitrary SQL commands via the show_statuses[] parameter. 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://archives.neohapsis.com/archives/bugtraq/2013-05/0004.html | mailing list exploit |
https://exchange.xforce.ibmcloud.com/vulnerabilities/83950 | vdb entry |
http://www.securityfocus.com/bid/59599 | vdb entry exploit |
http://packetstormsecurity.com/files/121481/b2evolution-4.1.6-SQL-Injection.html | exploit |
http://osvdb.org/92905 | vdb entry |
http://b2evolution.net/news/2013/04/29/b2evolution-4-1-7-and-5-0-3 | patch vendor advisory |
https://www.htbridge.com/advisory/HTB23152 | exploit |