Patch your search module:
under /* Category Selection */
add:
$category = intval($category);
and change:
$categ = "AND catid=$category ";
to:
$categ = "AND catid='$category' ";
PHPNuke Category Parameter SQL Injection VulnerabilityPosted on Sunday, February 15, 2004 @ 14:19:00 CST in Security |