main top header image show network and world montage
clear spacer image
Main Menu
Home
News
About Us
Tutorials
Forums
Contact Us
Newsletter
Search
Recommend Us
Tools Menu
Order Web Hosting
Register Domain Name
Transfer Domain Name
Who Owns Domain?
Domain Suggestions
Manage Domain Name
Search Engine Submit
Free Files
Submit Trouble Ticket
 


clear spacer image Home
ewiget
Admin

Admin
Posts: 171
graph
Karma: 2  
new phpnuke exploit today - 2005/12/15 23:14 There is a new phpnuke exploit going around beginning today that takes advantage of an old UNION bug that mysteriously made its way back into the code.

Original Post - http://ravenphpscripts.com/postp54361.html#54361
Nuke Platinum sites and regular phpnuke site are being exploited with a variation of an old exploit that was fixed in Chatserv Patch Level 3.x and possibly even 2.9 (http://nukeresources.com/). Using a specially crafted url and the UNION modifier, your admin password, in md5 hashed code, can be exposed. The fact that many people use common dictionary words, this information can be used to easily get admin access to your site.

Now for this to happen, you would need to be running a version of phpnuke that is not patched current. NukeSentinel(tm) becomes an accomplice to this because the URL was bypassing the filters in NukeSentinel(tm). Actually, the filters are in there, they just weren't working correctly. With the following fix you should not have to worry. It should also be noted that if you are using NukeSentinel's Admin Auth protection and you have taken our advice and not kept the passwords the same, even if they guess your nuke password they still can't get past NukeSentinel(tm). That's a safety net but not the full solution.

Here is the fix:

Edit includes/nukesentinel.php file,

FIND
Code:

  function st_clean_string($cleanstring) {



AFTER ADD
Code:

  $cleanstring str_replace($cleanstring,strtoupper($cleanstring),$cleanstring);



Should Now Look Like
Code:

  function st_clean_string($cleanstring) { $cleanstring str_replace($cleanstring,strtoupper($cleanstring),$cleanstring);

Ed Wiget
Technical Support
http://www.xtremewebhosts.com
  | | The administrator has disabled public write access.
support
Admin

Admin
Posts: 4
graphgraph
Karma: 0  
Re:new phpnuke exploit today - 2005/12/15 23:22 Xtreme Web Hosts prides itself in staying on top of exploits within hours after they become known. We always patch KNOWN user web sites that contain security risks, but we are not always able to know what all of our customers are running. For this reason, we always post security news in the Open Tickets area and also in our Forums.

Support is currently patching KNOWN web sites with this issue on our servers. If you feel you are running a version of the software affected, please Submit Trouble Ticket with the domain name and we will check this for you.

Thanks,
Dave
Xtreme Web Hosts
Support Tech (On Duty)

Post edited by: support, at: 2005/12/15 23:23
Technical Support
Xtreme Web Hosts
http://www.xtremewebhosts.com

---------------------------------
To expedite any support issues or questions, please Submit a Trouble Ticket All support tickets are answered in the order they are received.
  | | The administrator has disabled public write access.
Professional Web Site Design & Hosting Service - References Available by Request

© 2009 Xtreme Web Hosts - Professional web site hosting, business website hosting and domain names
Joomla! is Free Software released under the GNU/GPL License.
Today is:   Tuesday, 06 January 2009 08:01