First published: Tue Nov 15 2016(Updated: )
In /framework/modules/notfound/controllers/notfoundController.php of Exponent CMS 2.4.0 patch1, untrusted input is passed into getSearchResults. The method getSearchResults is defined in the search model with the parameter '$term' used directly in SQL. Impact is a SQL injection.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Exponentcms Exponent Cms | =2.4.0-p1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2016-9287 is classified as a critical vulnerability due to its potential for SQL injection.
To fix CVE-2016-9287, you should update Exponent CMS to version 2.4.0 patch 2 or later.
CVE-2016-9287 allows an attacker to execute arbitrary SQL queries, potentially exposing sensitive data.
CVE-2016-9287 affects Exponent CMS version 2.4.0 patch 1.
The vulnerable component in CVE-2016-9287 is the notfoundController.php located in the framework/modules/notfound/controllers directory.