vendor:
QuickTicket
by:
milw0rm.com
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: QuickTicket
Affected Version From: 1.4
Affected Version To: 1.5.0.3
Patch Exists: YES
Related CWE: N/A
CPE: a:qt-cute:quickticket
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
QuickTicket Remote SQL Injection
QuickTicket is vulnerable to a remote SQL injection vulnerability due to insufficient sanitization of user-supplied input. The vulnerability exists in the qti_usr.php script, where the 'id' parameter is not properly sanitized before being used in a SQL query. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing malicious SQL statements to the vulnerable script. This can allow the attacker to gain access to sensitive information from the database, such as user credentials.
Mitigation:
Input validation should be used to ensure that user-supplied input is properly sanitized before being used in a SQL query.