vendor:
MTCMS
by:
hadihadi
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MTCMS
Affected Version From: 2.0 and below
Affected Version To: 2.0 and below
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2008
MTCMS <=2.0 SQL Injection Vulnerbility
MTCMS version 2.0 and below is vulnerable to SQL injection. An attacker can inject malicious SQL queries via the 'a' and 'cid' parameters in the 'patch' and 'downloads' pages respectively. This can be exploited to gain access to the admin credentials and other sensitive information.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Sanitize all user input and use parameterized queries.