BugTraq
Back to list
|
Post reply
Re: WordPress 2.0.3 SQL Error and Full Path Disclosure
Jul 13 2006 04:14PM
jholguin gmail com
Change in wp-includes/classes.php :
line : if (empty($page))
for
line : if (empty($page) || $page <0 || !is_integer($page))
it's easy.
[ reply ]
Privacy Statement
Copyright 2010, SecurityFocus
line : if (empty($page))
for
line : if (empty($page) || $page <0 || !is_integer($page))
it's easy.
[ reply ]