BugTraq
Back to list
|
Post reply
php-ping: Executing arbritary commands
Dec 29 2003 02:51PM
ppp-design (security ppp-design de)
(1 replies)
RE: php-ping: Executing arbritary commands
Dec 29 2003 10:45PM
Golden_Eternity (bugtraq bhodisoft com)
(1 replies)
> Temporary-Fix
> -------------
> Replace
> If ($count > $max_count)
> with
> If ($count > $max_count && !is_numeric($count))
Shouldn't that be '||' instead of '&&'?
-G_E
[ reply ]
Re: php-ping: Executing arbritary commands
Dec 30 2003 09:11AM
ppp-design (security ppp-design de)
Privacy Statement
Copyright 2010, SecurityFocus
> -------------
> Replace
> If ($count > $max_count)
> with
> If ($count > $max_count && !is_numeric($count))
Shouldn't that be '||' instead of '&&'?
-G_E
[ reply ]