SQL injection vulnerability in the user.authenticate method in the API in Zabbix 1.8 before 1.8.2 allows remote attackers to execute arbitrary SQL commands via the user parameter in JSON data to api_jsonrpc.php.
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.vupen.com/english/advisories/2010/0799 | vdb entry vendor advisory |
http://legalhackers.com/advisories/zabbix181api-sql.txt | exploit |
http://www.osvdb.org/63456 | vdb entry |
http://www.zabbix.com/rn1.8.2.php | patch |
http://www.securityfocus.com/archive/1/510480/100/0/threaded | mailing list |
http://www.securityfocus.com/bid/39148 | vdb entry exploit |
http://archives.neohapsis.com/archives/fulldisclosure/2010-04/0001.html | mailing list exploit |
http://legalhackers.com/poc/zabbix181api.pl-poc | exploit |
http://secunia.com/advisories/39119 | third party advisory vendor advisory |