Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > 123 Flash Chat Server Software > Bug Report and Wishlist

Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-02-2010, 07:18 AM
Junior Member
 
Join Date: Jun 2010
Posts: 3
Default Serious security issue in Forum / CMS chat_login.php

I posted this a couple of days ago and I'm not sure if this notice was removed by the mods because the thread was spammed and I reported it, or because the mods didn't like the content.

I'll try again - mods please leave this - it's really important! You could be opening a massive door in your clients forums and they should be told. It is not one to sweep under the carpet (melodrama over).

chat_login.php in the integration packages allows rapid unrestricted testing of username/password pairs and is therefore a major security weakpoint. It must be protected with .htaccess or in httpd.conf (or equivalent on other servers) by restricting access to only the IP of the chat server.

It would be a trivial task to take a username and write a script that bangs away on this file in a brute force / dictionary attack. There is no system to restrict this as there would normally be on a login system. It is also a very lightweight script so this could be done very fast, with no noticeable load on the server to alert the admin.

123Flashchat please include this point in your documentation for your integration packages.
  #2 (permalink)  
Old 07-02-2010, 07:32 AM
Junior Member
 
Join Date: Jun 2010
Posts: 3
Default

This is what you need:

Code:
<Files login_chat.php>
order deny,allow
deny from all
allow from [your chat server IP]
</Files>
  #3 (permalink)  
Old 07-29-2010, 02:58 AM
Administrator
 
Join Date: May 2008
Posts: 8
Thumbs up

Thanks for your idea, we'll add it into our document, great idea!
Closed Thread

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:25 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.