Description
|
|
Multiple vulnerabilities have been reported in EasyWebScripts eBay Clone Script, which can be exploited by malicious people to conduct cross-site scripting and SQL injection attacks.
1) Input passed via multiple GET parameters to multiple scripts is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in the context of an affected site.
List of affected scripts and parameters:
<a href="http://[host]/lostpassword.php?msg
" target="_blank">http://[host]/lostpassword.php?msg
</a>
<a href="http://[host]/showcategory.php?pg
" target="_blank">http://[host]/showcategory.php?pg
</a>
<a href="http://[host]/signinform.php?msg
" target="_blank">http://[host]/signinform.php?msg
</a>
2) Input passed via multiple GET parameters to multiple scripts is not properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
List of affected scripts and parameters:
<a href="http://[host]/gallery.php?cid
" target="_blank">http://[host]/gallery.php?cid
</a>
<a href="http://[host]/product_desc.php?id
" target="_blank">http://[host]/product_desc.php?id
</a>
<a href="http://[host]/showcategory.php?cid
" target="_blank">http://[host]/showcategory.php?cid
</a>
|