Pinnacle Cart XSS
###############################################
Vuln. discovered by : r0t
Date: 30 april 2006
vendorlink:http://www.pinnaclecart.com/
affected versions:3.33 and prior
###############################################
Vuln. Description:
Pinnacle Cart contains a flaw that allows a remote cross site scripting attack. This flaw exists because input passed to "setbackurl" parameter in "index.php" isn't properly sanitised before being returned to the user.
This could allow a user to create a specially crafted URL that would execute arbitrary code in a user's browser within the trust relationship between the browser and the server, leading to a loss of integrity.
example:
/index.php?p=&address_id=&setbackurl=[XSS]
###############################################
Solution:
Edit the source code to ensure that input is properly sanitised.
###############################################
More information @ unsecured-systems.com/forum/

1 Comments:
Pinnacle Cart has issued a patch for this located at http://support.pinnaclecart.com/index.php?_m=downloads&_a=viewdownload&downloaditemid=16&nav=0,2
9:06 PM
Post a Comment
<< Home