Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:12523
HistoryMay 03, 2006 - 12:00 a.m.

SF-Users V1.0 XSS injection

2006-05-0300:00:00
vulners.com
4

SF-Users V1.0 XSS injection

Discovered by: Nomenumbra
Date: 5/2/2006
impact:moderate (privilege escalation,possible defacement)

The username with which you sign up isn't properly sanitized so it's possible to
insert some javascript there.

The single quote is filtered so we'll have to use ' or %27. A username like this:

<IMG SRC=javascript:alert(%27!%27)> would be displayed on the user page as XSS, the rest is left to
your fantasy.

Nomenumbra/[0x4F4C]