vendor:
Pilot Cart
by:
Bl@ckbe@rD ('Tunisian TerrorisT')
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Pilot Cart
Affected Version From: 7.3
Affected Version To: 7.3
Patch Exists: N/A
Related CWE: N/A
CPE: a:pilot_cart:pilot_cart:7.3
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
Pilot Cart 7.3 Remote SQL Injection Exploit
An attacker can exploit this vulnerability by sending a specially crafted SQL query to the vulnerable application. This can be done by sending a malicious SQL query to the vulnerable parameter 'article' in the 'pilot.asp' script. An example of a malicious SQL query is '115+union+select+Name,Name,Name+from+msysobjects' or 'IIF((select%20mid(last(Name),1,1)%20from%20(select%20top%2010%20Name%20from%20MSysObjects))='a',0,'Bingo')%00'
Mitigation:
Input validation should be used to detect and reject malicious input. It is also recommended to use parameterized queries to prevent SQL injection attacks.