NukeSentinel(tm) Patch Released For All Versions
Del.icio.us
Digg
Google
Spurl
Blink
Furl
Y! MyWeb
Share:
Sponsors:
Raven from RavenPhpScripts published a new fix for NukeSentinel(tm) called v2.4.2pl3.
He says ;
The CGI Auth routines were not always honoring the NukeSentinel(tm) admin username. Depending on how the .staccess file was created, NukeSentinel(tm) was mistakenly using the nuke_authors table aid column. As a result, you could never get a match for security.
To correct this, you need to modify 1 line in 2 different files.
Edit admin/modules/nukesentinel/ABAuthEditSave.php
FIND
$stwrite .= $adminrow['aid'].":".$adminrow['password_crypt']." ";
CHANGE TO
$stwrite .= $adminrow['login'].":".$adminrow['password_crypt']." ";
Edit admin/modules/nukesentinel/ABCGIBuild.php
FIND
$stwrite .= $adminrow['aid'].":".$adminrow['password_crypt']." ";
CHANGE TO
$stwrite .= $adminrow['login'].":".$adminrow['password_crypt']." ";
Download link:Here
Forum Thread :Here
Article submitted by: Webshark
Last Update: 01-10-2006
Category: Security
He says ;
The CGI Auth routines were not always honoring the NukeSentinel(tm) admin username. Depending on how the .staccess file was created, NukeSentinel(tm) was mistakenly using the nuke_authors table aid column. As a result, you could never get a match for security.
To correct this, you need to modify 1 line in 2 different files.
Edit admin/modules/nukesentinel/ABAuthEditSave.php
FIND
$stwrite .= $adminrow['aid'].":".$adminrow['password_crypt']." ";
CHANGE TO
$stwrite .= $adminrow['login'].":".$adminrow['password_crypt']." ";
Edit admin/modules/nukesentinel/ABCGIBuild.php
FIND
$stwrite .= $adminrow['aid'].":".$adminrow['password_crypt']." ";
CHANGE TO
$stwrite .= $adminrow['login'].":".$adminrow['password_crypt']." ";
Download link:Here
Forum Thread :Here
Article submitted by: Webshark
Last Update: 01-10-2006
Category: Security
Current rating: 5.67 by 67 users
Would you recommend this article to a friend? |
Not a Chance | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Absolutely |
Related News Stories
(9,407 reads) 07-05-2008
· Fusion Security(15,102 reads) 06-02-2007
· NukeSentinel(tm)2.5.10 Critical Update(13,856 reads) 05-07-2007
· NukeSentinel(tm) 2.5.08 Maintainance Release(15,330 reads) 03-15-2007
· NukeSentinel(tm) 2.5.07 Reissued: Critical Update(13,828 reads) 03-02-2007
· NukeSentinel(tm) 2.5.06: Critical Update(14,588 reads) 01-23-2007
· NukeSentinel(tm) 2.5.05 released(14,614 reads) 12-24-2006
· NukeSentinel 2.5.04 released(14,338 reads) 11-03-2006
· NukeSentinel(tm) 2.5.03 Released(18,177 reads) 10-19-2006
· Php Nuke 8.0 Patched(14,566 reads) 10-01-2006
· ipBan Modification
Please register or sign-in to post comments.