SQL injection vulnerability in CalendarCommon.php in vTiger CRM 5.4.0 and possibly earlier allows remote authenticated users to execute arbitrary SQL commands via the onlyforuser parameter in an index action to index.php. NOTE: this issue might be a duplicate of CVE-2011-4559.
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://archives.neohapsis.com/archives/bugtraq/2013-09/0079.html | third party advisory mailing list |
http://sourceforge.net/projects/vtigercrm/files/vtiger%20CRM%205.4.0/Core%20Product/ | third party advisory patch |
https://www.htbridge.com/advisory/HTB23168 | third party advisory |
http://osvdb.org/76138 | vdb entry broken link |
http://www.exploit-db.com/exploits/28409 | third party advisory exploit |