SQL injection vulnerability in reward_points.post.php in the Reward points addon in CS-Cart before 2.0.6 allows remote authenticated users to execute arbitrary SQL commands via the sort_order parameter in a reward_points.userlog action to index.php, a different vulnerability than CVE-2005-4429.2.
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.securityfocus.com/bid/35936 | vdb entry exploit |
http://secunia.com/advisories/36112 | third party advisory vendor advisory |
http://www.securityfocus.com/archive/1/505492/100/0/threaded | mailing list |
http://www.bonsai-sec.com/research/vulnerabilities/cs-cart_SQL-injection-0100.txt | exploit |
http://www.cs-cart.com/changelog206.html |