SQL injection vulnerability in views/zero_transact_user.php in the administrative backend in ZeroCMS 1.3.3, 1.3.2, and earlier allows remote authenticated users to execute arbitrary SQL commands via the user_id parameter in a Modify Account action. NOTE: The article_id parameter to zero_view_article.php vector is already covered by CVE-2014-4034.
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://packetstormsecurity.com/files/130192/ZeroCMS-1.3.3-SQL-Injection.html | exploit |
http://seclists.org/oss-sec/2015/q1/379 | mailing list exploit |
http://sroesemann.blogspot.de/2015/01/report-for-advisory-sroeadv-2015-14.html | exploit |
http://sroesemann.blogspot.de/2015/01/sroeadv-2015-13.html | exploit |
http://seclists.org/oss-sec/2015/q1/380 | mailing list |
http://seclists.org/fulldisclosure/2015/Feb/4 | mailing list exploit |
http://sroesemann.blogspot.de/2015/02/addition-for-advisory-sroeadv-2015-14.html | exploit |
http://www.securityfocus.com/bid/72398 | vdb entry |