|
BugTraq
Possible phpBB <=2.0.11 bug or sql injection? Feb 17 2005 09:54AM jtm297 optonline net (3 replies) Re: Possible phpBB <=2.0.11 bug or sql injection? Feb 19 2005 12:29PM kaosone+[ONE]+ (kaosone gmail com) Re: Possible phpBB <=2.0.11 bug or sql injection? Feb 18 2005 09:02AM Giacomo Rizzo (a_l_t_o_s yahoo it) |
|
Privacy Statement |
sure if this is a big bug but I decided to
> try that after looking at search.php
Not sure either but I think it's quite serious as the name of the database,
among other things, is displayed.
Maybe it's good idea to alter that line so "irrelevant" information remains
hidden (at least until a better solution arrives):
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, "Couldn't obtain list of matching users
(searching for: $search_author)");
}
--
Miguel Angel Rodriguez Jodar | http://www.atc.us.es
Departamento de Arquitectura y Tecnologia de Computadores
Universidad de Sevilla
Spain
[ reply ]