Page 6 of 13 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 LastLast
Results 76 to 90 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; What do you mean? Copy and Paste it over the original (now old?) key? Thanks!...

  1. #76
    Senior Member
    Real Name
    Robert
    Join Date
    Jul 2009
    Posts
    140
    Liked
    0 times
    What do you mean?

    Copy and Paste it over the original (now old?) key?

    Thanks!

  2. #77
    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
    Yes. also make sure your config file is chmod 666 or 777 (so its writable). and put back to 644 after for security.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #78
    Senior Member
    Real Name
    Robert
    Join Date
    Jul 2009
    Posts
    140
    Liked
    0 times
    Thanks.

    Worked like a charm.

  4. #79
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Glad you got it working.
    The Forum Hosting - Forum Hosting from the Forum Experts

  5. #80
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,267
    Liked
    558 times
    A variation of the security vulnerability reported in this announcement was detected (and fixed) today. It affects *only* forums that use the file system to store attachments, avatars or profile pics. An updated Security Bulletin has been emailed to all vBSEO license holders.

    In addition, the patches linked from within the first post have been updated to link to the newest patch versions.

    Our apologies for the two consecutive updates.
    Juan Muriente / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #81
    Senior Member
    Join Date
    Jan 2006
    Posts
    114
    Liked
    0 times
    Did you fix it from a support ticket from user maxicep ?
    we were both infected today trying to find a solution.

    This really bugged me so much i could not sleep whole night.
    The problem is i really think many of your customers are infected because the hacking process seems completely auto
    the auto client registers. uploads a certain file
    makes database changes
    make a php backdoor file

    you should warn people on how to find and fix their backdoor phps
    they are mostly on attachments, avatars or profile folder

    + database changes will make people's life hell to fix

    you really shall make a tutorial

  7. #82
    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
    How to check if your server is compromised:


    • Scan the following folders for any non-image files. There should be a blank index.html in them to block directory browsing, but otherwise should contain all images.
      • customavatars/
      • customavatars/thumbs/
      • customprofilepics/
      • your attachments folder (non-standard name). Note: These are not image extensions, but rather .attach and .thumb extensions. There are likely many folders and subfolders to sort through.
    • If you don't see anything rogue in any of these places, you are likely ok.
    • If you do see some rogue non-image files in any of these folders, you should contact your host immediately and try to trace error logs and access logs to see what may have been compromised. Unfortunately, there's no way we can tell what was done as anything could have been accessed or changed and only your server logs will tell you what to look at.
      If your templates have been defaced, there's a .org script available for 3.8 to help repair: http://www.vbulletin.org/forum/showthread.php?t=220967
    Last edited by Brian Cummiskey; 11-18-2009 at 02:19 AM.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #83
    Junior Member
    Real Name
    David H
    Join Date
    Oct 2009
    Posts
    6
    Liked
    0 times
    Just to confirm; I got the new patch email dated Nov 17 and just upgraded from 3.3.1 to 3.3.2, and that 3.3.2 that I just downloaded from the site already has the new November 17 patch incorporated into it so I don't need to do anything else correct?

  9. #84
    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 David,

    Totally 100% correct.

  10. #85
    Junior Member
    Real Name
    Will
    Join Date
    May 2007
    Posts
    14
    Liked
    0 times
    nm, sending a PM.

  11. #86
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    you should warn people on how to find and fix their backdoor phps
    they are mostly on attachments, avatars or profile folder
    Also, if you have a writable folder (attachments, customprofilepic, etc), I would recommend to create an .htaccess file in each of these folders that will block script requests from those folders:
    Code:
    <Files ~ "\.(php\d*|cgi|pl|phtml)$">
       order allow,deny
       deny from all
    </Files>
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  12. #87
    Junior Member
    Real Name
    francisco
    Join Date
    Dec 2007
    Posts
    24
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    How to check if your server is compromised:



      • your attachments folder (non-standard name). Note: These are not image extensions, but rather .attach and .thumb extensions. There are likely many folders and subfolders to sort through.
    and check all these folders?

    204.638 files, 8.201 folders

  13. #88
    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
    You can search via ssh very easily

    Code:
    find /path/to/your/attachmentsfolder -name *.php
    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

  14. #89
    Member
    Real Name
    Hugh O'Hare
    Join Date
    Jun 2007
    Posts
    69
    Liked
    0 times
    Quote Originally Posted by foro3d View Post
    and check all these folders?

    204.638 files, 8.201 folders
    You must check your entire filesystem, for PHP files hidden in gifs, jpgs, etc if you want to make sure you are secure.

    The exploit is not limited to only attachment and/or avatar or profilepic folders. Any folder / directory can can be written to by the web server is vulnerable, especially if the .htaccess file is writable by the web server user id.

  15. #90
    Senior Member
    Real Name
    Carlos
    Join Date
    May 2008
    Location
    California
    Posts
    188
    Liked
    2 times
    Downloaded the patch, workin' on installin' right nao.

Page 6 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
  •