First published: Tue Oct 15 2019(Updated: )
An issue was discovered in 74CMS v5.2.8. There is a SQL Injection generated by the _list method in the Common/Controller/BackendController.class.php file via the index.php?m=Admin&c=Ad&a=category sort parameter.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Ditcms | =5.2.8 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2019-17612 is classified as a high severity SQL Injection vulnerability.
To fix CVE-2019-17612, sanitize and validate user input for the 'sort' parameter in the specified controller.
CVE-2019-17612 affects 74CMS version 5.2.8.
CVE-2019-17612 is a SQL Injection vulnerability.
You can mitigate the risk of CVE-2019-17612 by implementing prepared statements and using parameterized queries in the database interaction.