Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:12059
HistoryApr 02, 2006 - 12:00 a.m.

Bugzero XSS vuln.

2006-04-0200:00:00
vulners.com
13

Bugzero XSS vuln.

###############################################
Vuln. discovered by : r0t (unsecured-systems)
Date: 1 april 2006
vendor:http://www.websina.com/bugzero/
affected versions:V.4.3.1 and also development version.
###############################################

Bugzero contains a flaws that allows a remote cross site scripting attacks.
Those flaws exists because input passed to "msg" parameter in
"query.jsp" and "entryId" parameter in "edit.jsp" 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 :

/bugzero/jsp/query.jsp?msg=[XSS]
/bugzero/jsp/edit.jsp?projectId=&entryId=[XSS]

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