SQL injection vulnerability in ImageCMS before 4.2 allows remote authenticated administrators to execute arbitrary SQL commands via the q parameter to admin/admin_search/. 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://forum.imagecms.net/viewtopic.php?id=1436 | |
http://www.securityfocus.com/bid/57545 | vdb entry |
https://www.htbridge.com/advisory/HTB23132 | exploit |
http://packetstormsecurity.com/files/119806/ImageCMS-4.0.0b-SQL-Injection.html | exploit |
https://exchange.xforce.ibmcloud.com/vulnerabilities/81470 | vdb entry |
http://osvdb.org/89513 | vdb entry |
http://secunia.com/advisories/51913 | third party advisory vendor advisory |
http://archives.neohapsis.com/archives/bugtraq/2013-01/0105.html | mailing list exploit |