Exponent CMS 2.4.1 and earlier has SQL injection via a base64 serialized API key (apikey parameter) in the api function of framework/modules/eaas/controllers/eaasController.php.
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://packetstormsecurity.com/files/142258/Exponent-CMS-2.4.1-SQL-Injection.html | third party advisory vdb entry exploit |
http://seclists.org/fulldisclosure/2017/Apr/78 | third party advisory exploit |
https://gist.github.com/404notf0und/ab59234d71fbf35b4926ffd646324f29 | third party advisory exploit |
https://github.com/exponentcms/exponent-cms/commit/67a9c2f0229de120431f3eecb0f5017075517105 |