Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:11984
HistoryMar 28, 2006 - 12:00 a.m.

phpCOIN v1.2.2 XSS vuln.

2006-03-2800:00:00
vulners.com
8

phpCOIN v1.2.2 XSS vuln.

###############################################
Vuln. discovered by : r0t
Date: 28 march 2006
vendor:http://www.phpcoin.com/
affected versions:V.1.2.2 and prior
orginal advisory:http://pridels.blogspot.com/2006/03/phpcoin-v122-xss-vuln.html
###############################################

Vuln. Description:

phpCOIN contains a flaw that allows a remote cross site scripting
attack. This flaw exists because input passed to "fs" paremeter in
"mod.php" and "mod_print.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:

/mod_print.php?mod=helpdesk&sb=&so=&fb=&fs=[XSS]
/mod.php?mod=orders&mode=view&sb=1&so=A&fb=&fs=[XSS]

###############################################
Solution:
Edit the source code to ensure that input is properly sanitised.
###############################################
More information @ unsecured-systems.com/forum/