Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:22059
HistoryJun 21, 2009 - 12:00 a.m.

DirectAdmin <= v1.33.6 XSS vuln.

2009-06-2100:00:00
vulners.com
17

###############################################
Vuln. discovered by : r0t
Date: 19 June 2009
vendor:http://www.directadmin.com/
affected versions:v1.33.6 and other
versions also can be affected.
orginal advisory:http://pridels-team.blogspot.com/2009/06/directadmin-v1336-xss-vuln.html
###############################################

DirectAdmin contains a flaw that allows a remote Cross-Site Scripting
attacks.Input passed to the "view" parameter in "CMD_REDIRECT" 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.
##############################################
live PoC:
http://www.directadmin.com:2222/CMD_REDIRECT?view=
advanced&sort1%22%3E%3Cscript%3Ealert(111);%3C/script%3E=1&domain=demo.com
PS.
need to login:
demo_user:demo
###############################################
Solution:
Filter malicious characters and character sequences in a web proxy.
###############################################