lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 13 Jul 2006 16:14:03 -0000
From: jholguin@...il.com
To: bugtraq@...urityfocus.com
Subject: Re: WordPress 2.0.3 SQL Error and Full Path Disclosure

Change in wp-includes/classes.php : 

line : if (empty($page))
for 
line : if (empty($page) || $page <0 || !is_integer($page))

it's easy. 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ