Page 9 of 13 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 LastLast
Results 121 to 135 of 190

vBSEO Security Bulletin - vBSEO 3.3.2 Released

This is a discussion on vBSEO Security Bulletin - vBSEO 3.3.2 Released within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; Here's a quick stupid question Sorry. I applied this new patch (11/17/09) and as the email said the version number ...

  1. #121
    Senior Member
    Real Name
    Robert
    Join Date
    Jul 2009
    Posts
    140
    Liked
    0 times
    Here's a quick stupid question Sorry.

    I applied this new patch (11/17/09) and as the email said the version number wouldn't change.

    So, how do I really know if I did it right?

    Thanks.

  2. #122
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    3,999
    Liked
    11 times
    Hi Robert,

    Check the datestamp on the files. If they are newer than 11/16/09, then you did it right.

  3. #123
    Junior Member
    Real Name
    Ahmad
    Join Date
    Jun 2008
    Posts
    14
    Liked
    0 times
    Hello everyone!

    When i upload the new files to my forum (( Vbseo.php and functions_vbseo_url.php )) i got a problem with my forum .

    The error is : Fatal error: Call to undefined function vbseo_requested_url() in /home/zain22/public_html/vbseo.php on line 18

    Any help for this?

  4. #124
    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
    Did you upload the correct patch version for your board?

    try re-ftp'ing them with over-write and in ascii mode (not binary)
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #125
    Junior Member
    Real Name
    Ahmad
    Join Date
    Jun 2008
    Posts
    14
    Liked
    0 times
    Yes Mr: Brian i uploaded the correct file for the same version .

  6. #126
    Junior Member
    Real Name
    Ahmad
    Join Date
    Jun 2008
    Posts
    14
    Liked
    0 times
    MR: Brian thanks alot for everything, now my site is O.K

  7. #127
    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
    Great Glad it was an easy fix.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #128
    Member
    Real Name
    Hugh O'Hare
    Join Date
    Jun 2007
    Posts
    69
    Liked
    0 times
    I think we should help people determine if they have been exploited by this vulnerability, since the attacker can plant a file and then come back later to do damage to a forum.

    The following does not reveal anything that breaches security.

    First of all, search your web access log and look for vbseo.php in your log files. If this file has been called by any IP address (and returned a 200, success code) that is not "yours" then you need to look deeper.

    The vBSEO team might think we should not reveal this. But I think it is in the best interest of the entire user community to reveal a very small detail to the users so they can search to see if they may have been "hit" by this hack.

    Simply search your logs and look for any "strangeness" with any vbseo.php entry.

  9. #129
    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
    sifting through logs with vbseo.php in it will take forever.

    the better thing to do is to run:
    grep -r 'vbseoembed' /path/to/access_log
    (sorry, i don't know the windows command off hand)

    if you have any hits with this call method, check that they are legit. Mainly you are looking for this call along with a customprofilepic call. Most users should not have anything used like this. If you used a photopost or another 3rd party extension, you may find this, and that is ok.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  10. #130
    Member
    Real Name
    Hugh O'Hare
    Join Date
    Jun 2007
    Posts
    69
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    sifting through logs with vbseo.php in it will take forever.
    Hi Brian,

    I don't think so. Our server gets over 4 Million PVs per month, and we rarely see any references to vbseo.php in the log files.

    In fact, the only references we see are exploit attempts; and OBTW the (or at least one) exploit string to look for is:

    Code:
    "vbseo.php?vbseourl="
    .... if you want more details posted.

    Like I said, we rarely any references to vbseo.php in our logfiles, because this file is not called directory from a user, generally speaking. For example, just in the past few hours our log size (kinda small, weekend traffic and only a few hours):

    Code:
    84732336 2009-11-21 21:45 access.log
    There are zero references to vbseo.php EXCEPT related to an attacker trying to exploit the "before fixed" vulnerability in vbseo.php ....

    I can post the exact exploit strings and technique if you like..... if I post one, you can see exactly how to test a server to see if it is vulnerable. Earlier I tried to obfuscate the vulnerability and call it "something else" in the interest of secrecy.

    Now I think it is better to give users something they can actually test. I have the exact sequence needed to exploit this vulnerability, FYI.

  11. #131
    Junior Member
    Real Name
    David
    Join Date
    Mar 2007
    Location
    UK
    Posts
    11
    Liked
    0 times
    Hi all,

    Do I need to upgrade to protect myself if I run the follwing versions of software?

    Powered by vBulletin® Version 3.8.4
    Content Relevant URLs by vBSEO 3.2.0

    Thanks,

    David

  12. #132
    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
    Hello Ben ,

    You should either apply the patch or upgrade to latest version. If i were you i would upgrade to latest version as vBSEO 3.2.0 is not fully supporting vBulletin 3.8 features like Social Group discussions.
    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. #133
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Quote Originally Posted by Aceville View Post
    Hi all,

    Do I need to upgrade to protect myself if I run the follwing versions of software?

    Powered by vBulletin® Version 3.8.4
    Content Relevant URLs by vBSEO 3.2.0

    Thanks,

    David
    Hi David,

    Yes anyone running versions prior to 3.3.2 needs to either Patch or upgrade ASAP to make sure you are protected.

    Ceri

  14. #134
    Junior Member
    Real Name
    Diego
    Join Date
    Aug 2006
    Posts
    22
    Liked
    0 times
    Does anyone know if its safe to install the 3.3.0 patch on a forum running 3.3.0 RC3?

  15. #135
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Quote Originally Posted by eksodos View Post
    Does anyone know if its safe to install the 3.3.0 patch on a forum running 3.3.0 RC3?
    I would not recommend it as the patches are created from final releases and has not been tested against RC versions so could cause some adverse effects.

    Saying that however I would definitely not recommend leaving yourself un-patched as there is a greater risk to your site if unprotected.

    If anything I would recommend you upgrade ASAP.

    Ceri

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

Similar Threads

  1. [How to] Get the most Security for vBSEO
    By marco1 in forum Member Articles
    Replies: 8
    Last Post: 01-09-2009, 02:23 PM
  2. 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
  3. Replies: 20
    Last Post: 11-22-2006, 06:06 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
  •