Hello,
I do not know anything about PHP but thrown into this mix. I was told
by my ISP that there is vulnerability in following code to allow
spammer load an offsite php script for mailing. The defective code is:
if (isset($HTTP_GE T_VARS['sport']))
{
$sport = $HTTP_GET_VARS['sport'];
require ($sport.".php") ;
}
how od i fix it?
If i am in wrong group please forgive me.
thanks
sa
I do not know anything about PHP but thrown into this mix. I was told
by my ISP that there is vulnerability in following code to allow
spammer load an offsite php script for mailing. The defective code is:
if (isset($HTTP_GE T_VARS['sport']))
{
$sport = $HTTP_GET_VARS['sport'];
require ($sport.".php") ;
}
how od i fix it?
If i am in wrong group please forgive me.
thanks
sa
Comment