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 Vulnerability
Posted on Sunday, February 15, 2004 @ 14:19:00 CST in Security
|
UPDATE! New SQL Injection Issues In Nuke!
Posted on Tuesday, February 10, 2004 @ 15:23:34 CST in Security
|
Hack Alert Script Updated
Posted on Tuesday, February 10, 2004 @ 12:18:38 CST in Security
|
Hack Alert Script Released
Posted on Monday, February 09, 2004 @ 03:43:28 CST in Security
|
Script To Confront Hackers With
Posted on Thursday, February 05, 2004 @ 19:19:40 CST in Security
|
Sec-Fix Patch SFP
Posted on Wednesday, February 04, 2004 @ 22:02:33 CST in Security
|