vendor:
CmS
by:
spykit
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: CmS
Affected Version From: 5.0
Affected Version To: 5.0
Patch Exists: NO
Related CWE: N/A
CPE: a:hotsweb:cms
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2010
CmS (id) SQL Injection Vulnerability
A vulnerability exists in CmS version 5.0, where an attacker can inject malicious SQL queries via the 'IndustryID' parameter in the 'category.php' script. An attacker can use the 'union all select' statement to extract sensitive information from the database, such as login credentials.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, the application should be configured to use parameterized queries.