Page 1 of 12 1 2 3 4 5 6 7 8 9 10 11 12 LastLast
Results 1 to 15 of 170
Like Tree170Likes

*vBSEO Security Bulletin* All Supported Versions: Patch Release

This is a discussion on *vBSEO Security Bulletin* All Supported Versions: Patch Release within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; Dear Customers and Friends, An exploit has come to our attention that necessitates the release of a Patch for all ...

  1. #1
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    650 times
    Blog Entries
    2

    *vBSEO Security Bulletin* All Supported Versions: Patch Release

    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 (including PL release)
    • vBSEO 3.5.0
    Versions below 3.5.0 are no longer supported and have met end of life. If you are running 3.5.0 or lower, it is highly suggested that you upgrade to a newer build immediately.

    All of the above install packages in the downloads area have been updated should you wish to re-install the entire product. Version numbers have not changed, and there will be no "PL" designation with this update.
    Otherwise, the simple fix is to edit the file
    Code:
    /vbseo/includes/functions_vbseocp_abstract.php
    Find:
    PHP Code:
    public static function proc_deutf($ptxt$tocharset)
    {
    $ptxt preg_replace('#\'([^\']*)(\'\s*\=\>)#mie''"\'".(($_s = iconv("UTF-8", \''.$tocharset.'\', "$1")) ? $_s : "$1").stripslashes(\'$2\')'$ptxt);
    return 
    $ptxt;

    Replace with:
    PHP Code:
    public static function proc_deutf($ptxt$tocharset)
    {
    $ptxt preg_replace('#\'([^\']*)(\'\s*\=\>)#mie''"\'".(($_s =  iconv("UTF-8", \''.$tocharset.'\', \'$1\')) ? $_s :  \'$1\').stripslashes(\'$2\')'$ptxt);
    return 
    $ptxt;

    Or, you can simply over-write the entire file from the new download up to your site.


    Please take immediate action to protect your sites.

    IMPORTANT
    It has been reported that some sites have had random plugins show up in their plugin list in the vB adminCP. Please take the time to go through your plugin list. If you do see anything that doesn't look familiar, it may be wise to disable that plugin while troubleshooting further. Most reports have been tied to the global_complete hook under the core 'vBulletin' product, but may also be elsewhere. We are unsure of any implications or ramifications that may have resulted, as an infinite of code or text may have been injected. However, what we have seen appears to be a link-stealer for outbound traffic and doesn't necessarily expose any information or passwords of your site. It is always a good idea to update your ftp, server, vb admin, vbseocp, and even any htaccess passwords on your server as a precaution.


    If you find any more information about the issue, please do bring it to our attention ASAP so it can be addressed. If you have any questions, please feel free to open up a ticket or thread and we will be glad to assist further.


    From the FAQ's ---> I was hit, how do I fix it?
    Go through your plugin list. If you do see anything that doesn't look familiar, it may be wise to disable that plugin while troubleshooting further. Most reports have been tied to the global_complete hook under the core 'vBulletin' product, but may also be elsewhere.

    Testing Utility
    To help in seeking suspect plugins, we have created a small utility that verifies the source code of all your plugins and datastore for known patterns of malicious plugins that have been reported:
    1. If your install is clean, the tool simply displays an "OK".
    2. If a suspect plugin is identified, a link to edit/disable it in admincp is displayed.

    Installation Instructions:
    1. Download the attached file (vbseo_checkplugins.zip), unzip and upload it to the root of your forums directory.
    2. Visit www.yoursite.com/[forum-directory-name]/vbseo_checkplugins.php
    3. Review your results as described in the 'Testing Utility' section above.
    NOTE: If you identify a rogue plugin not detected by the current testing utility, please report it via our ticket system or create a new thread in the troubleshooting forum titled "Undetected rogue plugin" so that we can update the utility ASAP.

    Thanks for your cooperation.

    vbseo_checkplugins3.zip (v3)

    Thank you,

    The vBSEO Team
    Last edited by Juan Muriente; 01-28-2012 at 06:42 AM.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  2. #2
    Member
    Join Date
    Sep 2005
    Location
    France / Morocco
    Posts
    39
    Liked
    0 times
    Done,

    Thanks

  3. #3
    Junior Member
    Real Name
    Sandro Jurado
    Join Date
    Mar 2009
    Location
    Peru
    Posts
    8
    Liked
    1 times
    Thanks for the heads up.

  4. #4
    Senior Member A.Chakery's Avatar
    Real Name
    Ali Chakery
    Join Date
    Jan 2008
    Posts
    718
    Liked
    52 times
    thanks Brian ...

  5. #5
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,347
    Liked
    19 times
    Blog Entries
    1
    Quote Originally Posted by Devile View Post
    Thanks for the heads up.
    Ditto,
    I'll contact my clients

    Thanks for the update on facebook, I don't think I would of seen it otherwise.
    g00gl3r likes this.
    My forums: General Forums | Admin Talk (running xenforo)

  6. #6
    Senior Member MentaL's Avatar
    Real Name
    MentaL
    Join Date
    Oct 2005
    Location
    Wales
    Posts
    425
    Liked
    8 times
    cheers,.

  7. #7
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    650 times
    Blog Entries
    2
    Notifications have gone out via this thread, emails to license holders, facebook fan page, and the vbseo twitter page, and Wayne Luke posted it on vb.com too. If there's anything else left to post to, let us know
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #8
    Junior Member
    Real Name
    Alex
    Join Date
    Apr 2010
    Posts
    2
    Liked
    0 times
    grazie

  9. #9
    Senior Member
    Real Name
    Karl
    Join Date
    Aug 2008
    Location
    England
    Posts
    115
    Liked
    0 times
    Blog Entries
    1
    Thanks!
    You could have said instead of rewriting my signature.

  10. #10
    Junior Member
    Real Name
    Fabrizio
    Join Date
    May 2008
    Posts
    25
    Liked
    0 times
    I assume I could just download the updated package and replace the '
    functions_vbseocp_abstract.php' file, instead of manually editing that file. Am I right?

  11. #11
    Junior Member
    Real Name
    Sam Chacko
    Join Date
    Nov 2011
    Location
    New Delhi, India, India
    Posts
    2
    Liked
    0 times
    Thanks a lot

  12. #12
    Junior Member
    Real Name
    Richie
    Join Date
    Nov 2008
    Posts
    14
    Liked
    0 times
    Thanks for the update, done!

  13. #13
    Junior Member
    Real Name
    Mark
    Join Date
    Aug 2008
    Posts
    13
    Liked
    15 times
    The code in that function already looked like the content of "Replace with" on my forum with vBSEO 3.6.0, so what exactly was changed in 3.6.0?

  14. #14
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,207
    Liked
    382 times
    Blog Entries
    1
    Quote Originally Posted by faquick View Post
    I assume I could just download the updated package and replace the '
    functions_vbseocp_abstract.php' file, instead of manually editing that file. Am I right?
    Hello Fabrizio,

    As long as you haven't customized the functions_vbseocp_abstract.php file for your own needs, you are free to apply the patch in that way
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


  15. #15
    Junior Member
    Real Name
    Fabrizio
    Join Date
    May 2008
    Posts
    25
    Liked
    0 times
    thank you going to update now (I didn't customize anything)

Page 1 of 12 1 2 3 4 5 6 7 8 9 10 11 12 LastLast

Similar Threads

  1. Replies: 135
    Last Post: 02-24-2011, 08:45 AM
  2. Security Patch Release 3.8.6 PL1
    By vBulletin.com Staff in forum vBulletin.com Announcements
    Replies: 3
    Last Post: 07-23-2010, 07:27 AM
  3. Security Patch Release 4.0.2 PL3
    By vBulletin.com Staff in forum vBulletin.com Announcements
    Replies: 0
    Last Post: 03-25-2010, 01:50 PM
  4. JELSOFT SECURITY BULLETIN - vBulletin 3.6.8 Patch Level 1 Released
    By vBulletin.com Staff in forum vBulletin.com Announcements
    Replies: 0
    Last Post: 11-08-2007, 03:38 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
  •