vendor:
MyHelpDesk
by:
SecurityFocus
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MyHelpDesk
Affected Version From: 20020509
Affected Version To: Earlier
Patch Exists: YES
Related CWE: CVE-2002-1490
CPE: a:myhelpdesk:myhelpdesk
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2002
MyHelpDesk SQL Injection Vulnerability
MyHelpDesk (version 20020509 and earlier) is vulnerable to SQL injection attacks due to lack of input sanitization. By supplying malicious data via CGI parameters, an attacker can modify the logic of a SQL query. For example, the following URL can be used to gain root access: http://[TARGET]/supporter/index.php?t=detailticket&id=root%20me
Mitigation:
Input validation should be performed to ensure that user-supplied data is not used directly as part of SQL statements.