Page 11 of 13 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 LastLast
Results 151 to 165 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; A lot of people thought they had the latest update but did not. There were actually 2 different 3.3.2 releases. ...

  1. #151
    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
    A lot of people thought they had the latest update but did not. There were actually 2 different 3.3.2 releases.
    Release date: October 27, 2009
    Last Updated: November 17, 2009

    The user you mention above last downloaded 3.3.2 on (2009-10-27). 10 days elapsed before he was patched. In those 10 days, the upload/exploit could have happened, just never executed until later. That is usually how they work.


    ALWAYS patch as soon as possible.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  2. #152
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    When he says both the latest, he might not have patched the most recent time to 3.3.2.
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #153
    Member
    Real Name
    Veerachai
    Join Date
    Feb 2009
    Location
    London, UK
    Posts
    48
    Liked
    0 times
    Infect again today
    i change place before i was in headder

    now it infect 2 files are
    vbulletin_global.js
    and yahoo-dom-event.js

    i will submit ticket to investigate

  4. #154
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    It sounds like they have left a backdoor behind that you have not found and so not deleting.

    You said you enabled Apache access logs though and this is a good thing as we should be able to determine from these what the hackers are accessing to alter your site code and in doing so find the backdoor.

    Please do open a ticket with root FTP access.

  5. #155
    Member
    Real Name
    Veerachai
    Join Date
    Feb 2009
    Location
    London, UK
    Posts
    48
    Liked
    0 times
    I open ticket
    and I don't enable .htacess for forum
    I put direct in apache httpd.conf
    for not allow request php file in upload dir such cust* attatmentss

  6. #156
    Member
    Real Name
    Veerachai
    Join Date
    Feb 2009
    Location
    London, UK
    Posts
    48
    Liked
    0 times
    Nothing found vbseoembed or vbseo.php in access_log

  7. #157
    Member
    Real Name
    Veerachai
    Join Date
    Feb 2009
    Location
    London, UK
    Posts
    48
    Liked
    0 times
    Use this on linux to find backdoor file
    Code:
     find . -regex '.*\.php$' -exec grep FilesMan {} \;
    
     find . -regex '.*\.php$' -exec grep ZaCo {} \;
    if found have to delete it

  8. #158
    Member
    Real Name
    Veerachai
    Join Date
    Feb 2009
    Location
    London, UK
    Posts
    48
    Liked
    0 times
    better code

    this one will tell where is file locate

    -------------------

    Code:
    find . -regex '.*\.php$' -exec grep FilesMan {} \; -printf %p\\n
    find . -regex '.*\.php$' -exec grep ZaCo {} \;-printf %p\\n
    it will print file name

  9. #159
    Junior Member
    Real Name
    Kevin P.
    Join Date
    Nov 2008
    Posts
    15
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    A lot of people thought they had the latest update but did not. There were actually 2 different 3.3.2 releases.
    Release date: October 27, 2009
    Last Updated: November 17, 2009
    It would be better to have a new version such as 3.3.2 patch 1.

    I upgraded to 3.3.2 immediately after I got the email for the first 3.3.2. Not sure if I got the update email for the 2nd 3.3.2, maybe I neglected it.

  10. #160
    Member
    Real Name
    Veerachai
    Join Date
    Feb 2009
    Location
    London, UK
    Posts
    48
    Liked
    0 times
    My forum not infect any more after scan all files and delete them.

  11. #161
    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 hurricane_sh View Post
    It would be better to have a new version such as 3.3.2 patch 1.

    I upgraded to 3.3.2 immediately after I got the email for the first 3.3.2. Not sure if I got the update email for the 2nd 3.3.2, maybe I neglected it.
    As it was the same bug (but used in a slightly different way) that we were fixing, it did not fulfill the requirements for a new version however in future we will work on releasing these sort of updates as patch releases - (PL1 or PL2 etc).

    In 5 years that we have been running this was the first exploit that has ever been discovered. We did send out a second email on the 17th of November advising that the files had been updated and the original announcement on our site was also updated. We believed this would have been sufficient notification.

    As advised though we have learned from this experience and in the unlikely case another exploit is found in vBSEO I can assure you that we will release a new version or at least a Patch Level release.

    Ceri

  12. #162
    Senior Member
    Real Name
    Mike
    Join Date
    Aug 2006
    Posts
    209
    Liked
    3 times
    hello, is this current version (3.3.2) currently functional with 4.0 vbulletin gold ?

    please advice.

    thx.

  13. #163
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Hello Mike,

    No it is not, 3.5 will support vBulletin 4. We are in an early RC stage with 3.5.
    The Forum Hosting - Forum Hosting from the Forum Experts

  14. #164
    Junior Member
    Real Name
    Ethan
    Join Date
    Nov 2006
    Posts
    15
    Liked
    0 times
    I have done everything I can that's suggested on this thread to get rid of all malicious code and patched my files, however, my vbulletin_global.js keeps getting injected with the same malicious code others have posted on here. I sent a support ticket already but all I was told is that there's no security holes in vbseo and to check my other scripts. The thing is that people are getting the same problem with their vbulletin_global.js here so I thought it first began with vbseo.

    Can anyone at least help me any further?

  15. #165
    Senior Member
    Real Name
    djbaxter
    Join Date
    Mar 2009
    Posts
    176
    Liked
    6 times
    Quote Originally Posted by dai-kun View Post
    I have done everything I can that's suggested on this thread to get rid of all malicious code and patched my files, however, my vbulletin_global.js keeps getting injected with the same malicious code others have posted on here. I sent a support ticket already but all I was told is that there's no security holes in vbseo and to check my other scripts. The thing is that people are getting the same problem with their vbulletin_global.js here so I thought it first began with vbseo.

    Can anyone at least help me any further?
    Maybe it's not vBSEO... maybe it's an unpatched version ov vBulletin itself. You say that it's "vbulletin_global.js" that "keeps getting injected".

    What version of vBulletin are you running?

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