OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Sql Injection in wordpress 2.3.1

shinojenux.homelinux.org
Date: Wed Dec 05 2007 - 13:27:09 CST


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.