SQL injection vulnerability in server_privileges.php in phpMyAdmin 2.7.0 allows remote authenticated users to execute arbitrary SQL commands via the (1) dbname and (2) checkprivs parameters. NOTE: the vendor and a third party have disputed this issue, saying that the main task of the program is to support query execution by authenticated users, and no external attack scenario exists without an auto-login configuration. Thus it is likely that this issue will be REJECTED. However, a closely related CSRF issue has been assigned CVE-2005-4450
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://securityreason.com/securityalert/270 | third party advisory |
http://www.vupen.com/english/advisories/2005/2995 | vdb entry vendor advisory |
http://marc.info/?l=bugtraq&m=113486637512821&w=2 | mailing list |
http://www.securityfocus.com/archive/1/419829/100/0/threaded | mailing list |
http://secunia.com/advisories/18113 | third party advisory vendor advisory |
http://www.securityfocus.com/archive/1/419832/100/0/threaded | mailing list |