vendor:
NixCMS
by:
Bora Bozdogan
7.5
CVSS
HIGH
SQL Ýnjection
89
CWE
Product Name: NixCMS
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:nixdesign:nixcms:1.0
Platforms Tested: WiN10_X64
2018
NixCMS 1.0 – ‘category_id’ SQL Ýnjection
The NixCMS 1.0 version is vulnerable to SQL Ýnjection in the 'category_id' parameter. The SQL Ýnjection allows an attacker to manipulate the SQL query and execute arbitrary SQL commands. This can lead to unauthorized access, data leakage, or even complete system compromise.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in SQL queries. Prepared statements or parameterized queries should be used to prevent SQL Ýnjection attacks. Regular security updates and patches from the vendor should be applied.