SQL injection vulnerability in the activate_address function in framework/modules/addressbook/controllers/addressController.php in Exponent CMS 2.3.9 and earlier allows remote attackers to execute arbitrary SQL commands via the is_what parameter.
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/139484/Exponent-CMS-2.3.9-SQL-Injection.html | vdb entry third party advisory patch |
http://seclists.org/fulldisclosure/2016/Nov/12 | mailing list third party advisory patch |
http://www.securityfocus.com/bid/97240 | vdb entry |
http://forums.exponentcms.org/index.php?p=/discussion/comment/1591#Comment_1591 | vendor advisory |