Results 1 to 6 of 6

Thread: Blog Exploit

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

    Default Blog Exploit

    There is/was an exploit in Blog where another users blog (any users) could be deleted / changed / updated.

    This was fixed in GPLdate rev 45.

    You can see a diff here - or the entire file.

    GPLdate is coming along well - consider checking it out for testing.

    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.

  2. #2
    hector
    Guest

    Default

    do i change my current blog.php for the one on this page?

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

    Default

    You could... or use the diff.

    Note - in the release mentioned - I opened up the blogs for all to see - you may want to uncomment:

    Code:
    // allow access to blogs for now - this needs to be looked at more - I just opened it up.
    //if ( !( $logged['admin'] = member_auth( 1, false ) ) )
    //    if ( !( $logged['member'] = member_auth( 0, false ) ) )
    //        if ( !( $logged['aff'] = member_auth( 2, false )) )
    //            $logged['moderator'] = member_auth( 3, false );
    if you only want logged in users to be able to read blogs.

    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.

  4. #4
    hector
    Guest

    Default

    thanks i just updated it.

  5. #5

    Join Date
    Jul 2006
    Posts
    14

    Default

    there is a bug in your blog script: when you add a record, it shows 0 date of entry.

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

    Default

    This is an Dolphin 5.3 bug that we did not fix yet in GPLdate - it exists in the Dolphin 5.3 code.

    We just did a proposed fix for the exploit.

    You can check here for a discussion about the 0 time stamp issue. There maybe one on ModMySite also.

    Smoge

    Quote Originally Posted by M@rix
    there is a bug in your blog script: when you add a record, it shows 0 date of entry.
    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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Blog & Blog Post Editing/Deleting Not Happening
    By codejungle in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 09-09-2008, 01:47 PM
  2. WHM/Cpanel Horde Exploit
    By Smoge in forum Security / Server Administration
    Replies: 0
    Last Post: 03-07-2008, 01:30 AM
  3. Exploit Discussion
    By Rusty007 in forum Security / Server Administration
    Replies: 4
    Last Post: 10-06-2006, 07:13 AM
  4. Story.php exploit?
    By Smoge in forum Security / Server Administration
    Replies: 13
    Last Post: 07-24-2006, 05:06 AM
  5. phpmyadmin exploit
    By Smoge in forum Security / Server Administration
    Replies: 0
    Last Post: 03-03-2005, 01:27 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
  •