vendor:
No-CMS
by:
Loading Kura Kura
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: No-CMS
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Win10/Kali Linux
2018
No-Cms 1.0 – ‘order_by’ SQL Injection
No-CMS is a CMS-framework. No-CMS is a basic and 'less-assumption' CMS with some default features such as user authorization (including third party authentication), menu, module and theme management. It is fully customizable and extensible, you can make your own module and your own themes. It provide freedom to make your very own CMS, which is not provided very well by any other CMS. The vulnerability is a SQL injection vulnerability in the 'order_by' parameter, which can be exploited by sending a specially crafted POST request with malicious SQL code in the 'order_by' parameter.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.