SQL injection vulnerability in engine/users/users_edit_pub.inc in CMS Ortus 1.13 and earlier allows remote authenticated users to execute arbitrary SQL commands via the city parameter in a users_edit_pub action to index.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://osvdb.org/50312 | vdb entry |
https://exchange.xforce.ibmcloud.com/vulnerabilities/46886 | vdb entry |
http://www.vupen.com/english/advisories/2008/3272 | vdb entry vendor advisory |
http://www.securityfocus.com/bid/32486 | vdb entry |
http://secunia.com/advisories/32899 | third party advisory vendor advisory |
http://ortus.nirn.ru/index.php?ortupg=16 | patch vendor advisory |
https://www.exploit-db.com/exploits/7237 | exploit |