BugTraq
Back to list
|
Post reply
Re: Sql Injection in wordpress 2.3.1
Dec 05 2007 07:27PM
shino jenux homelinux org
Wordpress 2.3.1 converts the 'p' parameter to an integer.
query.php line 449:
$qv['p'] = (int) $qv['p'];
So there is no exploit possibility.
[ reply ]
Privacy Statement
Copyright 2010, SecurityFocus
query.php line 449:
$qv['p'] = (int) $qv['p'];
So there is no exploit possibility.
[ reply ]