[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/auth/provider/godb.php on line 137: Undefined array key "PHPSESSID"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
goproblems.com • Security update
Page 1 of 1

Security update

Posted: Wed May 05, 2010 2:14 pm
by hackernr6
This website is prone to XSS.

for example, if you create an account and go to the box for personal information. and you type there the following

Code: Select all

</textarea> <input type="button" value="clickme" onclick="javascript:alert('you clicked me');"/><textarea cols="60" rows="4" name="info">
It will add an extra button with javascript code behind it. This means that basically anyone can just create their own forms by using that field and can make them submit things that address the php code on the server side.

so basically what i'm saying is... you can get logins, usernames, passwords, email addresses, all that good stuff by simply writing your own form that runs on the client side, but speaks directly to the server side.

Re: Security update

Posted: Thu May 06, 2010 4:06 am
by tails
Thank you very much for the report!
We regard that as a serious matter, and will fix it as soon as possible..

EDIT:
We have fixed the page you reported and some others.
Please let us know if you find any other problematic pages.
Thanks!

Re: Security update

Posted: Fri May 07, 2010 11:17 am
by adum
hi there, i appreciate you looking for XSS vulnerabilities. thanks!

however, in this case it's not a security problem: the only person you can attack is yourself. an XSS vulnerability only exists where the data one person can enter is visible to another. in this case, i believe i already filter the personal data when others look at it. if you can find a place where i don't, i'd love to see it, but the one you mentioned (and the others you changed, tails) were not problematic.

Re: Security update

Posted: Fri May 07, 2010 5:52 pm
by tails
Hmm, I think someone could steal your password if you followed a link in which a script was embedded.

Oh, I think I've found another security problem... I'll send you an e-mail later, Adum.