| Author |
Message |
chatserv The Mouse Is Extension Of Arm

Joined: May 02, 2003 Posts: 1396 Location: Puerto Rico
|
Posted:
Mon May 03, 2004 8:40 am |
|
XSS and full path disclosure in PhpNuke Reported by waraxe.
Open all files (except .htaccess and index.html) contained in admin/links and add the following right after the file credits:
| Code: | | if (!eregi("admin.php", $_SERVER['PHP_SELF'])) { die ("Access Denied"); } |
Open modules/Statistics/index.php and find:
| Code: | | $pagetitle = "- "._STATS.""; |
Right below that line add:
| Code: | if (isset($year)) {
$year = intval($year);
} |
The patches have yet to be updated so apply these manually, i will update them ASAP, my thanks to Sting for the heads up. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Mon May 03, 2004 9:05 am |
|
Thanks Sting and Chatserv! |
|
|
|
 |
chatserv The Mouse Is Extension Of Arm

Joined: May 02, 2003 Posts: 1396 Location: Puerto Rico
|
Posted:
Mon May 03, 2004 9:07 am |
|
Thanks Raven.
Users of the 6.0 patch may need to alter the admin/links line posted above if their php version is old, the line in this case would be:
| Code: | | if (!eregi("admin.php", $PHP_SELF)) { die ("Access Denied"); } |
|
|
|
|
 |
GanjaUK Life Cycles Becoming CPU Cycles

Joined: Feb 14, 2004 Posts: 633 Location: England
|
Posted:
Mon May 03, 2004 9:59 am |
|
I can sleep easy at night because of your patches chatserv.  |
|
|
|
 |
ballymuntrev Hangin' Around

Joined: Mar 22, 2004 Posts: 49
|
Posted:
Thu May 06, 2004 5:06 pm |
|
Yeah thanks m8, I just patched all mine now too  |
|
|
|
 |
Muffin Client

Joined: Apr 10, 2004 Posts: 649 Location: UK
|
Posted:
Sun Aug 01, 2004 5:49 am |
|
Are these added to the latest patched files download Chat? Or do we have to add them ourselves?
Thanks for keeping us safe |
|
|
|
 |
chatserv The Mouse Is Extension Of Arm

Joined: May 02, 2003 Posts: 1396 Location: Puerto Rico
|
Posted:
Sun Aug 01, 2004 7:28 pm |
|
|
|
 |
Muffin Client

Joined: Apr 10, 2004 Posts: 649 Location: UK
|
Posted:
Mon Aug 02, 2004 7:09 am |
|
|
|
 |
|
|
|
|