Multiple SQL injection vulnerabilities in login.php in ApPHP PHP MicroCMS 1.0.1, when magic_quotes_gpc is disabled, allow remote attackers to execute arbitrary SQL commands via the (1) user_name and (2) password variables, possibly related to include/classes/Login.php. NOTE: some of these details are obtained from third party information. NOTE: the password vector might not be vulnerable.
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://secunia.com/advisories/41492 | third party advisory vendor advisory |
https://exchange.xforce.ibmcloud.com/vulnerabilities/61810 | vdb entry |
http://www.securityfocus.com/bid/43232 | vdb entry exploit |
http://osvdb.org/68073 | vdb entry |
http://www.exploit-db.com/exploits/15011 | exploit |
http://www.attrition.org/pipermail/vim/2010-September/002439.html | mailing list |
http://secunia.com/advisories/41455 | third party advisory vendor advisory |