Page 5 of 21 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 ... LastLast
Results 61 to 75 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; The manipulation of the vBSEO plugin code does not happen via AdminCP. Therefore an entry in the Administator-logs should show ...

  1. #61
    Junior Member Array Lagaf's Avatar
    Real Name
    Dominik
    Join Date
    Feb 2006
    Posts
    8
    Liked
    1 times
    The manipulation of the vBSEO plugin code does not happen via AdminCP. Therefore an entry in the Administator-logs should show up, but there isn't any. We haven't any new unwanted "members" in our admin/mod team too.

    The manipulation is most likely using an external backdoor, and it doesn't seem to use a way where it leaves tracks in the server logfiles.

  2. #62
    Senior Member Array
    Join Date
    Oct 2005
    Posts
    109
    Liked
    2 times
    Quote Originally Posted by Mert Gökçeimam View Post
    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.
    Yes, it did.

  3. #63
    Senior Member Array
    Join Date
    Oct 2005
    Posts
    109
    Liked
    2 times
    Quote Originally Posted by Lagaf View Post
    The manipulation of the vBSEO plugin code does not happen via AdminCP. Therefore an entry in the Administator-logs should show up, but there isn't any. We haven't any new unwanted "members" in our admin/mod team too.

    The manipulation is most likely using an external backdoor, and it doesn't seem to use a way where it leaves tracks in the server logfiles.
    Agreed. I cannot find anything in the AdminCP logs or in the Apache logfiles that looks out of the ordinary. That's not to say there is not something in the Apache logs that shouldn't be there, it's just that I don't see anything that I would consider fishy. Are there any specific phrases/etc. that I should search for in them that anyone can think of?

  4. #64
    vBSEO Staff Array Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    675 times
    Blog Entries
    2
    Some possible things to check:


    • rogue remote access hosts to mysql
    • change all root/ssh/vb/vbseo/etc passwords
    • run some grep commands to possibly find something in logs
      Code:
      grep -r 'base64' /path/to/access_log
      and things of the sort
    Brian Cummiskey / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #65
    Junior Member Array
    Real Name
    mimezine
    Join Date
    Aug 2006
    Posts
    9
    Liked
    0 times

    Exclamation

    Quote Originally Posted by Mert Gökçeimam View Post
    Hello ,

    Both Brian and I explained several times that vBSEO doesn't have any security hole. If you have logs that can proof othewise , please create a support ticket and supply us the logs.
    Guys, common Ithis is what vbulletin answers me:

    Simon,

    There are no known security exploits in 3.8.4 PL2. However there are exploits in the vBSEO add-ons with you are using, including this one:

    http://www.vbseo.com/f3/alert-huge-security-hole-vbseo-3-3x-41463/

    That looks like the same issue.

    Best regards,
    Steve Machol
    Customer Support Manager, vBulletin

    vBulletin Home Page
    http://www.vbulletin.com/
    vBulletin Community Forums
    http://www.vbulletin.com/forum/


    This keeps on coming back. no matter if I use the latest version of both vbulletin and vbdseo. Only thing what works is reinstalling vbseo, or shut down vbseo, seems to be the vbseo is the cause of this, you can like it or not, but it is what it is. So deal with this asap, how can you let a hack/exploit like this let go for over 7 days???

    I can't send you my logfiles, I have over 100k visitors per day, my ht-access log is 2 GIG, how do you ever going to find anything there???

    Dudes get this fixed!!

    Simon

  6. #66
    Senior Member Array
    Join Date
    Oct 2005
    Posts
    109
    Liked
    2 times
    Quote Originally Posted by Brian Cummiskey View Post
    Some possible things to check:


    • rogue remote access hosts to mysql
    • change all root/ssh/vb/vbseo/etc passwords
    • run some grep commands to possibly find something in logs
      Code:
      grep -r 'base64' /path/to/access_log
      and things of the sort
    My MySQL server is only on a private network (no public IP address assigned to the box at all), only accessible via my web servers on their private LAN IP's so that isn't it. It's coming in through the web somehow. All passwords have been changed in the past, yet it happened again. I have searched for base64 in the logs and turned up with nothing so that wasn't it either. Yet, one would think that in order for the code to be injected into the database, that phrase would need to be visible somewhere in the access logs. I'm stumped as well.

    Realistically, all that you guys are doing when you disable/re-enable vBSEO is rebuilding the datastore, which gets rid of the injected code and temporarily fixes the problem.

  7. #67
    vBSEO Staff Array Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    675 times
    Blog Entries
    2
    Simon, would you be willing to provide root server access to your box so our team can investigate? As of this moment, we have 0 logs or anything that points to anything as an entry point, be it vbseo or otherwise. We are working to find this, but as it hasn't happened to anything we staff own or have access to, and no one has been able to produce anything, it's a wild goose chase at this point in time.
    Brian Cummiskey / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #68
    vBSEO.com Webmaster Array Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,463
    Liked
    721 times
    Blog Entries
    4
    Quote Originally Posted by gcc llc View Post
    My MySQL server is only on a private network (no public IP address assigned to the box at all), only accessible via my web servers on their private LAN IP's so that isn't it. It's coming in through the web somehow. All passwords have been changed in the past, yet it happened again. I have searched for base64 in the logs and turned up with nothing so that wasn't it either. Yet, one would think that in order for the code to be injected into the database, that phrase would need to be visible somewhere in the access logs. I'm stumped as well.

    Realistically, all that you guys are doing when you disable/re-enable vBSEO is rebuilding the datastore, which gets rid of the injected code and temporarily fixes the problem.
    Can you also please search for global_start in your access and error_logs .
    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

  9. #69
    Junior Member Array
    Real Name
    mimezine
    Join Date
    Aug 2006
    Posts
    9
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    Simon, would you be willing to provide root server access to your box so our team can investigate? As of this moment, we have 0 logs or anything that points to anything as an entry point, be it vbseo or otherwise. We are working to find this, but as it hasn't happened to anything we staff own or have access to, and no one has been able to produce anything, it's a wild goose chase at this point in time.

    I have send you a PM

    Simon

  10. #70
    Senior Member Array
    Join Date
    Oct 2005
    Posts
    109
    Liked
    2 times
    Quote Originally Posted by Mert Gökçeimam View Post
    Can you also please search for global_start in your access and error_logs .
    No, I don't see global_start in any of the logs either.

  11. #71
    vBSEO Staff Array Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    675 times
    Blog Entries
    2
    Simon has provided access and we are investigating.
    Brian Cummiskey / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  12. #72
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    If any of the affected boards are running MySQL binary log (MySQL :: MySQL 3.23, 4.0, 4.1 Reference Manual :: 5.3.4 The Binary Log) we could find a query that updated the db datastore (please provide details via the ticket in this case). If not, I'd recommend to enable binary log (for some time) just in case if attack repeats.
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  13. #73
    Senior Member Array NeutralizeR's Avatar
    Real Name
    Mavi KARANLIK
    Join Date
    Feb 2006
    Location
    Ankara/TÜRKİYE
    Posts
    311
    Liked
    1 times

  14. #74
    Senior Member Array
    Join Date
    Oct 2005
    Posts
    109
    Liked
    2 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    If any of the affected boards are running MySQL binary log (MySQL :: MySQL 3.23, 4.0, 4.1 Reference Manual :: 5.3.4 The Binary Log) we could find a query that updated the db datastore (please provide details via the ticket in this case). If not, I'd recommend to enable binary log (for some time) just in case if attack repeats.
    We are running MySQL 5.0.77. Not sure if the version matters or not. I will enable the binary log and see what comes up. For what it's worth, I read the security bulletin on CMPS as well, but we are not running that on the affected board. I appreciate everyone's input so far!

  15. #75
    vBSEO Staff Array Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    675 times
    Blog Entries
    2
    The server we are testing against is not using vBa, so this desn't appear to be related.
    Brian Cummiskey / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


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

Similar Threads

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