BugTraq
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
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.
...
[ more ]
Privacy Statement
Copyright 2010, SecurityFocus
line : if (empty($page))
for
line : if (empty($page) || $page <0 || !is_integer($page))
it's easy.
...
[ more ]