vendor:
nicLOR-CMS
by:
x0kster
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: nicLOR-CMS
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE: niclor-cms
Platforms Tested:
2007
nicLOR-CMS SQL Injection Vulnerability
The vulnerability allows an attacker to execute arbitrary SQL queries by manipulating the 'id' parameter in the 'sezione_news.php' script. By injecting SQL code, an attacker can retrieve sensitive information such as usernames and hashes.
Mitigation:
To mitigate the vulnerability, input validation should be implemented to ensure that user-supplied data is properly sanitized before being used in SQL queries. Additionally, the use of prepared statements or parameterized queries can help prevent SQL injection attacks.