vendor:
CMSsite
by:
Majid kalantari
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: CMSsite
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:victoralagwu:cmssite:1.0
Platforms Tested: Windows 10
2019
CMSsite 1.0 – SQL injection
The CMSsite 1.0 web application is vulnerable to SQL injection in the 'category.php' file. The 'cat_id' parameter is not properly sanitized, allowing an attacker to inject malicious SQL queries. By exploiting this vulnerability, an attacker can execute arbitrary SQL commands and potentially gain unauthorized access to the database.
Mitigation:
To mitigate this vulnerability, developers should use parameterized queries or prepared statements to sanitize user input and prevent SQL injection attacks. Additionally, input validation and proper error handling should be implemented.