vendor:
Toner Cart
by:
DeViL iRaQ
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Toner Cart
Affected Version From: N/A
Affected Version To: N/A
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
Vastal I-Tech Toner Cart ( show_series_ink.php id ) SQL Injection Vulnerability
An attacker can exploit this vulnerability by sending a specially crafted SQL query to the vulnerable application. This can be done by appending the malicious query to the vulnerable parameter in the URL. For example, http://www.vastal.com/united/show_series_ink.php?id=-1+union+select+1,concat(admin_user,0x3a,admin_password),3,4,5+from+admin_users
Mitigation:
Input validation should be performed to ensure that untrusted data is not used to construct a malicious SQL query. Additionally, parameterized queries should be used to prevent SQL injection attacks.