+ Reply to Thread (include dating software, release, and patch number!)
Results 1 to 7 of 7

Thread: Nasty Read Message Bug

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

    Default Nasty Read Message Bug

    Nasty bug in messages_inbox.php allowing reading of any message on the site.

    messages_inbox.php

    Code:
    $message_sql= "SELECT m.`Text`, m.`Subject`, DATE_FORMAT( m.`Date`, '$short_date_format' ) AS `Date`, p.Status FROM `Messages` AS m LEFT JOIN Profiles AS p ON m.Sender = p.ID  WHERE m.`ID` = '$messageID'";// AND`Sender` = '$senderID'";
    replace with

    Code:
    $message_sql= "SELECT m.`Text`, m.`Subject`, DATE_FORMAT( m.`Date`, '$short_date_format' ) AS `Date`, p.Status FROM `Messages` AS m LEFT JOIN Profiles AS p ON m.Sender = p.ID  WHERE m.`ID` = '$messageID' AND `Recipient` = '$memberID'";
    This bug is in 6.0.0, 6.0.1, 6.0.2 and CLEAN 6.0.1

    I assume BoonEx will apply the fix to 6.0.3 - but in any case, we will apply it to our CLEAN projects.

    Rob
    Last edited by Smoge; 10-17-2007 at 12:28 AM.
    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
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    Mass mail sent to all ModMySite users:

    Hello All,

    For those of you running Dolphin 6.0.0, 6.0.1, 6.0.1 CLEAN, or 6.0.2, a very nasty read message bug has been discovered where users can read any message on the system.

    We have posted a easy fix here in this thread:

    http://www.modmysite.com/showthread....8557#post28557

    To protect your users privacy, and your site reputation with your users, you should seriously consider applying this fix.

    If you need any help applying this fix, or need help with any other aspect of your Dolphin or aeDating site, please do not hesitate to contact us.

    Warm regards,

    Rob LeVine
    support@modmysite.com
    518-632-4152
    Last edited by Smoge; 10-16-2007 at 10:38 PM.
    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
    Britster
    Guest

    Default

    Nice one - thanks for that! That's what they get for copying-and-pasting in code from other routines...

    Paul

  4. #4
    vanarie
    Guest

    Default

    Thanks for the quick action.

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

    Default

    Great - please test the quick fix - and get back to me if there are any issues related to it.

    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.

  6. #6
    amirdoit
    Guest

    Default thanks

    thank u for the quick fix

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

    Default

    BoonEx applied this fix to 6.0.3 - and left an easter egg for me. LOL!

    // Did you find me, Smoge? I see you...

    Code:
    	$message_sql= "SELECT m.`Text`, m.`Subject`, DATE_FORMAT( m.`Date`, '$short_date_format' ) AS `Date`, p.Status FROM `Messages` AS m LEFT JOIN Profiles AS p ON m.Sender = p.ID  WHERE m.`ID` = '$messageID' AND `Recipient` = '$memberID'"; // Did you find me, Smoge? I see you...
    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.

+ Reply to Thread (include dating software, release, and patch number!)

LinkBacks (?)

  1. 06-13-2008, 07:14 PM

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Can't read TOPICS
    By atomikjon in forum Orca Interactive Forum Script
    Replies: 0
    Last Post: 05-22-2008, 04:25 PM
  2. Nasty Read Message Bug
    By Smoge in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 10-17-2007, 10:12 AM
  3. Nasty Read Message Bug
    By Smoge in forum Bugs Dolphin 6.02
    Replies: 0
    Last Post: 10-16-2007, 10:23 PM
  4. nasty bug
    By tester00 in forum Bugs and Fixes
    Replies: 1
    Last Post: 10-18-2005, 05:07 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