<" It also seems wh...">P.A.I.D v2.2 - vulnerability database | Vulners.com<" It also seems wh..."><" It also seems wh..."><" It also seems wh...">
Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:13075
HistoryJun 10, 2006 - 12:00 a.m.

P.A.I.D v2.2

2006-06-1000:00:00
vulners.com
131

P.A.I.D v2.2

Homepage:
http://www.webexceluk.net

Effected files:
faq.php
input form of logging in.
index.php

The input forms of logging into My Account do not sanatize user input. For PoC of a XSS attack simply
put in:
"><IMG SRC=javascript:alert('XSS')><"

It also seems when logging in, even if your details are incorrect and you browse normal parts of the
site like the FAQ or the Contact Us page etc, a message will be output in the top righton the screen
with the text "Welcome back,username", as if you were successfully logged in.

faq.php XSS Vulnerability via URLinjection:

http://www.example.com/paid/faq.php?farea=2&quot;&gt;&lt;img&#37;20src=lol.jpg&gt;&lt;&quot;

index.php XSS Vulnerability via read variable:

http://example.com/paid/index.php?read=&lt;IMG&#37;20SRC=javascript:alert&#40;&#39;XSS&#39;&#41;&gt;