Results 1 to 3 of 3

Thread: A potential 3.3 security breach?

  1. #1
    Drakontas
    Guest

    Default A potential 3.3 security breach?

    I just received an e-mail from one of the technicians at my hosting company. He believes he found a potential security problem with admin.inc.php. His e-mail reads as below:

    "I found a security problem in <site>/inc/admin.inc.php. It was calling $dir[inc]match.inc.php which people were manipulating to get the data to come from their site. I hard coded the path to patch it for now, but be advised that this software should be upgraded as soon as possible to the latest production version."

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Hi,

    I spent some time looking at this - and we could use a preg match to filter out some of the badness here - but in all honesty - it may just be easier to just hard code in the directory path as your web host suggested.

    Maybe something like:

    if ( preg_match("/[A-Za-z0-9]/",$dir) ){
    require_once( "$dir[inc]match.inc.php" );
    }

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3
    mkayyal
    Guest

    Default

    drakontas - who is your hosting company?

    sounds like a solid place....

    thanks!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Ray Security Issue?
    By Smoge in forum Ray Community Widget Suite
    Replies: 18
    Last Post: 08-30-2007, 09:20 PM
  2. security image
    By dgk in forum Dolphin General Discussion v5.0 to v5.21
    Replies: 7
    Last Post: 11-21-2006, 01:31 AM
  3. Potential Bug
    By delirious in forum Bugs Dolphin v.5.3.0
    Replies: 1
    Last Post: 11-05-2006, 09:24 AM
  4. Security Quesstion
    By bear in forum General Issues, Comments, Questions
    Replies: 1
    Last Post: 09-18-2006, 10:42 AM
  5. Forum Security
    By outlander in forum General Issues, Comments, Questions
    Replies: 1
    Last Post: 07-12-2006, 10:33 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •