Multiple SQL injection vulnerabilities in Exponent CMS before 2.4.0 allow remote attackers to execute arbitrary SQL commands via the (1) id parameter in an activate_address address controller action, (2) title parameter in a show blog controller action, or (3) content_id parameter in a showComments expComment controller action.
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 |
---|---|
https://github.com/exponentcms/exponent-cms/releases/tag/v2.4.0 | |
http://www.openwall.com/lists/oss-security/2016/09/18/2 | third party advisory mailing list |
https://www.exploit-db.com/exploits/40412/ | exploit |
https://exponentcms.lighthouseapp.com/projects/61783/changesets/e916702a91a6342bbab483a2be2ba2f11dca3aa3 | patch vendor advisory |
https://github.com/exponentcms/exponent-cms/commit/e916702a91a6342bbab483a2be2ba2f11dca3aa3 | issue tracking third party advisory patch |
http://www.openwall.com/lists/oss-security/2016/09/18/10 | third party advisory mailing list |
http://www.securityfocus.com/bid/93041 | vdb entry third party advisory |