Page 1 of 6 1 2 3 4 5 6 LastLast
Results 1 to 15 of 81
Like Tree24Likes

Security Bulletin - vBSEO 3.6.0 PL2 Released

This is a discussion on Security Bulletin - vBSEO 3.6.0 PL2 Released within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; Hello dear Customers and Friends, An exploit has come to our attention that necessitates the release of a Patch for ...

  1. #1
    vBSEO.com Webmaster Array Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,463
    Liked
    721 times
    Blog Entries
    4

    Security Bulletin - vBSEO 3.6.0 PL2 Released

    Hello dear Customers and Friends,

    An exploit has come to our attention that necessitates the release of a Patch for all currently supported versions, including:


    • vBSEO 3.6.0
    • vBSEO 3.5.2
    • vBSEO 3.5.1
    • vBSEO 3.5.0


    Versions below 3.5.0 are no longer supported and have met end of life, however they have been patched as well:


    • vBSEO 3.3.2
    • vBSEO 3.3.1
    • vBSEO 3.3.0


    All of the above install packages in the downloads area have been updated should you wish to re-install the entire product. A PL tag has been added to all of the vBSEO packages available on our downloads area.

    It is recommended to apply the patch by downloading a fresh copy of vBSEO from your Downloads area, however if you don't feel comfortable doing so, the fix can be applied manually:

    For vBSEO 3.5.x and newer versions:

    In your "vbseo/includes/functions_vbseo_vb.php" file, please find (first instance):

    PHP Code:
    vbseo_int_var($ids); 
    Add below:

    PHP Code:
    vbseo_int_var($aids); 
    For vBSEO 3.3.x and earlier versions:

    In your "includes/functions_vbseo_vb.php" file, please find (first instance):

    PHP Code:
    $rid $db->vbseodb_query($q "
    SELECT
    forumid,announcementid,title 
    Add above:

    PHP Code:
    $aids=intval($aids); 
    Please note that this security issue has no relevance with the redirect issue that many users have been reporting through vBulletin.com and vBSEO.com.

    We encourage all users to apply the patch as soon as possible.

    If you have any questions, please don't hesitate to let us know. The vBSEO Support Team will be ready to assist via ticket or this thread.


    Thank you,
    The vBSEO Team.
    Last edited by Andrés Durán Hewitt; 05-09-2012 at 11:10 AM.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  2. #2
    Senior Member Array woostar's Avatar
    Real Name
    woostar
    Join Date
    Apr 2007
    Posts
    797
    Liked
    6 times
    There are two 'vbseo_int_var($ids);'. Does it go under both?
    2011 Average: 1 post every 5 seconds... 24/7

  3. #3
    Junior Member Array
    Real Name
    Tim
    Join Date
    Jul 2008
    Posts
    18
    Liked
    0 times
    Quote Originally Posted by woostar View Post
    There are two 'vbseo_int_var($ids);'. Does it go under both?
    Yeah, what he said?

  4. #4
    Member Array
    Real Name
    Bill Belcamino
    Join Date
    Nov 2008
    Posts
    58
    Liked
    3 times
    Mert - vbseo_int_var($ids);is in vbseo/includes/functions_vbseo_vb.php twice. I assume you just add vbseo_int_var($aids); after just the first instance?

    Bill

    I see after I posted that others are also noticing this, so sorry for the same post.

  5. #5
    Junior Member Array
    Real Name
    Jan Slusarczyk
    Join Date
    Sep 2006
    Posts
    8
    Liked
    0 times
    There are two lines:

    vbseo_int_var
    ($ids);

    in my vbseo/includes/functions_vbseo_vb.php (3.6.0)

    I guess we should add vbseo_int_var($aids); only after the first occurence, right?

    That was quick Few others posted while I was editing my post. Sorry for adding noise...

  6. #6
    Junior Member Array
    Real Name
    Bruce
    Join Date
    Mar 2009
    Posts
    17
    Liked
    0 times
    From what I see in 3.6.0, the code appears twice. Once on line 1076 and again on 1130. Do they both need to be changed as listed above? And, if one modifies the file, do we need to download and reinstall too"?

    Sorry for the duplicate too.

  7. #7
    Junior Member Array
    Real Name
    Avinash
    Join Date
    Mar 2010
    Posts
    2
    Liked
    0 times
    I added after both.

  8. #8
    Junior Member Array
    Real Name
    Praveen
    Join Date
    Aug 2009
    Location
    Chennai
    Posts
    7
    Liked
    0 times
    Just downloaded the new file and it appears only once.
    right after line # 1076

    i had added it after both, so i will wait for the official answer

  9. #9
    Member Array
    Real Name
    Bill Belcamino
    Join Date
    Nov 2008
    Posts
    58
    Liked
    3 times
    Thanks spk100

  10. #10
    Junior Member Array
    Real Name
    Craig Fletcher
    Join Date
    Dec 2007
    Posts
    7
    Liked
    0 times
    Any news on what to do here as your main download site (https://www.vbseo.com/downloads/) is down :(

  11. #11
    Senior Member Array
    Real Name
    Chris
    Join Date
    Jan 2009
    Posts
    164
    Liked
    4 times
    Rather than waiting for an answer, I simply downloaded the package and replaced the file:
    vbseo/includes/functions_vbseo_vb.php

  12. #12
    Junior Member Array
    Real Name
    RiskReward
    Join Date
    Feb 2011
    Posts
    15
    Liked
    0 times
    Haven't downloaded anything from the downloads area. But have updated the details as shown here. Hope this will take care of the issue?

  13. #13
    Junior Member Array
    Real Name
    Jordan
    Join Date
    Mar 2011
    Posts
    14
    Liked
    1 times
    Add it only after the first occurance. I downloaded vbseo again, took a look at the functions in the fresh ver, and it only occured after the first vbseo_int_var($ids);

  14. #14
    Junior Member Array
    Real Name
    Avinash
    Join Date
    Mar 2010
    Posts
    2
    Liked
    0 times
    Thanks. Replaced the old file with the new downloaded file.

  15. #15
    Junior Member Array
    Real Name
    Jonathan Caputo
    Join Date
    Jul 2009
    Posts
    1
    Liked
    0 times
    I downloaded the new version. In the included file in PL2, they have only updated the FIRST INSTANCE. The second instance did not have the edit below it. Hope this helps.

    ** teach me to refresh to see if anyone else posted before responding.



    I'll be doing a full update anyways, because somehow I missed PL1 too.

Page 1 of 6 1 2 3 4 5 6 LastLast

Similar Threads

  1. Replies: 135
    Last Post: 02-24-2011, 07:45 AM
  2. Security Bulletin - vBSEO 3.5.2 Released
    By Mert Gökçeimam in forum vBSEO Announcements
    Replies: 152
    Last Post: 12-05-2010, 08:25 AM
  3. Security Bulletin - vBSEO 3.5.1 PL1 Released
    By Brian Cummiskey in forum vBSEO Announcements
    Replies: 0
    Last Post: 08-02-2010, 01:23 PM
  4. vBSEO Security Bulletin - vBSEO 3.3.2 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 189
    Last Post: 03-30-2010, 12:37 PM

Posting Permissions

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