Multiple SQL injection vulnerabilities in the agent interface (agc/) in VICIDIAL dialer (aka Asterisk GUI client) 2.8-403a, 2.7, 2.7RC1, and earlier allow (1) remote attackers to execute arbitrary SQL commands via the campaign variable in SCRIPT_multirecording_AJAX.php, (2) remote authenticated users to execute arbitrary SQL commands via the server_ip parameter to manager_send.php, or (3) other unspecified vectors. NOTE: some of these details are obtained from third party information.
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://seclists.org/oss-sec/2013/q4/175 | mailing list exploit |
https://adamcaudill.com/2013/10/23/vicidial-multiple-vulnerabilities | exploit |
http://www.securityfocus.com/bid/63340 | vdb entry exploit |
http://seclists.org/oss-sec/2013/q4/171 | mailing list exploit |
http://secunia.com/advisories/55453 | third party advisory vendor advisory |
http://osvdb.org/98903 | vdb entry |
http://www.exploit-db.com/exploits/29513 | exploit |
https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/unix/webapp/vicidial_manager_send_cmd_exec.rb | exploit |