BugTraq
Back to list
|
Post reply
sql injection in phpbb
Nov 08 2003 06:30PM
jocanor jocanor (jocanor2002 hotmail com)
(3 replies)
I found a vulnerability en phpbb 2.0.5 and prior, is probably also affect 2.0.6
this bug don't affect to version 2.0.7
phpbb have a list of registereds users, when you click on a memebr of this list, you are requesting data to the database
for example:
http://www.example.com/forum/profile.php?mode=viewprofile&u=2
this url show the information to the user with the uid = 2, the uid is a number assigned to users in phpbb.
but it isn't secure, because if you use this url, you can inject sql comands...
exploit:
http://www.example.com/profile.php?mode=viewprofile&u='[sqlcode]
where [sql code] represents the code may be injected.
[ reply ]
Re: sql injection in phpbb
Nov 09 2003 03:03PM
Jort Slobbe (jortslobbe hetnet nl)
Directory traversal in The TelCondex SimpleWebserver 2.13.31027 Build 3289.
Nov 09 2003 12:26AM
"nimber" (nimber mail ru)
Re: sql injection in phpbb
Nov 08 2003 07:39PM
Marius Kaase (marius kaase net)
Privacy Statement
Copyright 2010, SecurityFocus
I found a vulnerability en phpbb 2.0.5 and prior, is probably also affect 2.0.6
this bug don't affect to version 2.0.7
phpbb have a list of registereds users, when you click on a memebr of this list, you are requesting data to the database
for example:
http://www.example.com/forum/profile.php?mode=viewprofile&u=2
this url show the information to the user with the uid = 2, the uid is a number assigned to users in phpbb.
but it isn't secure, because if you use this url, you can inject sql comands...
exploit:
http://www.example.com/profile.php?mode=viewprofile&u='[sqlcode]
where [sql code] represents the code may be injected.
[ reply ]