Multiple SQL injection vulnerabilities in admin.php in phpHoo3 allow remote attackers to execute arbitrary SQL commands via the (1) ADMIN_USER (USER) and (2) ADMIN_PASS (PASS) parameters during a login. NOTE: CVE disputes this vulnerability, since ADMIN_USER/ADMIN_PASS are initialized before use
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://www.securityfocus.com/bid/23854 | vdb entry exploit |
http://www.attrition.org/pipermail/vim/2007-May/001597.html | mailing list exploit |
http://osvdb.org/36180 | vdb entry |
http://securityreason.com/securityalert/2669 | third party advisory |
http://www.securityfocus.com/archive/1/467839/100/0/threaded | mailing list |