Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:12299
HistoryApr 19, 2006 - 12:00 a.m.

IntelliLink Pro XSS vuln.

2006-04-1900:00:00
vulners.com
11

IntelliLink Pro XSS vuln.

###############################################
Vuln. discovered by : r0t
Date: 19 april 2006
vendor:http://www.smarterscripts.com/intellilink/pro.shtml
affected versions:5.06 and previous
orginal advisory:
http://pridels.blogspot.com/2006/04/intellilink-pro-xss-vuln.html
###############################################

Vuln. Description:

IntelliLink Pro contains a flaw that allows a remote cross site scripting
attack. This flaw exists because input passed to "url" paremeter in
"addlink_lwp.cgi" and input passed to "id","forgotid","forgotpass"
paremeters in "edit.cgi" 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.

examples:

/addlink_lwp.cgi?url=[XSS]
/edit.cgi?id=[XSS]
/edit.cgi?forgotid=[XSS]
/edit.cgi?forgotpass=[XSS]

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