Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:17731
HistoryAug 10, 2007 - 12:00 a.m.

phpMyAdmin multiple XSS vuln.

2007-08-1000:00:00
vulners.com
27

phpMyAdmin multiple XSS vuln.

###############################################
Vuln. discovered by : r0t
Date: 10 August 2007
vendor:http://www.phpmyadmin.net/
orginal advisory:
http://pridels-team.blogspot.com/2007/08/phpmyadmin-multiple-xss-vuln.html
affected versions:2.10.3 (latest stable version)
prior versions also can be affected.
###############################################

phpMyAdmin contains multiple flaws that allows a remote Cross-Site Scripting
attacks.Input passed to the "unlim_num_rows","sql_query","pos" parameter in
"tbl_export.php"
and "session_max_rows","pos" parameter in "sql.php" and "username"
parameter in "server_privileges.php" and "sql_query" parameter in "main.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.

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