Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:16918
HistoryMay 03, 2007 - 12:00 a.m.

PHPChain vuln.

2007-05-0300:00:00
vulners.com
31

PHPChain vuln.
###############################################
Vuln. discovered by : r0t
Date: 2 May 2007
vendor:http://www.globalmegacorp.org/PHPChain/
affected versions: 1.0 and previous
orginal advisory:http://pridels.blogspot.com/2007/05/phpchain-vuln.html
###############################################

PHPChain contains a flaw that allows a remote Cross-Site Scripting
attacks.Input passed to the "catid" parameter in "settings.php" and in
"cat.php" isn't 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 context of an affected site.

Also there is full path disclosure , "attacker" will get full
installisations path by testing XSS examples in vuln. parameters.

###############################################
Solution:
Edit the source code to ensure that input is properly sanitised.
###############################################