SQL injection vulnerability in the actionMultipleAddProduct function in includes/classes/shopping_cart.php in Zen Cart 1.3.0 through 1.3.8a, when magic_quotes_gpc is disabled, allows remote attackers to execute arbitrary SQL commands via the products_id array parameter in a multiple_products_add_product action, a different vulnerability than CVE-2008-6985.
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/archive/1/496002/100/0/threaded | mailing list |
http://www.osvdb.org/48347 | vdb entry |
http://www.securityfocus.com/archive/1/496032/100/100/threaded | mailing list |
http://www.zen-cart.com/forum/showthread.php?p=604473 | vendor advisory |
http://secunia.com/advisories/31758 | third party advisory vendor advisory |
http://www.securityfocus.com/bid/31023 | vdb entry |
http://www.gulftech.org/?node=research&article_id=00129-09042008 | exploit |