Results 1 to 4 of 4

Security issue: vBSEO 3.5 and other web servers

This is a discussion on Security issue: vBSEO 3.5 and other web servers within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I saw that vBSEO 3.5 is saving all config to .XML files which are protected with .htaccess files with the ...

  1. #1
    Junior Member
    Real Name
    Juan
    Join Date
    Dec 2008
    Posts
    28
    Liked
    0 times

    Security issue: vBSEO 3.5 and other web servers

    I saw that vBSEO 3.5 is saving all config to .XML files which are protected with .htaccess files with the directive deny from all.

    But .htaccess only works with some web servers like Apache, other web servers like nginx, lighttpd, cherokee, IIS don't read .htaccess files so anybody can read the config file of vBSEO and check all of options that we use and also get the password hash since it's stored in that file.

    Code:
    <setting>
    <name>VBSEO_ADMIN_PASSWORD</name>
    <value>XXXXXXXXXXXXXXXXXX</value>
    </setting>

  2. #2
    Junior Member
    Real Name
    Juan
    Join Date
    Dec 2008
    Posts
    28
    Liked
    0 times
    Also there are similar problem with vBSEO Sitemap in data folder, but it isn't too important like this because it only stores log files.

  3. #3
    Senior Member woostar's Avatar
    Real Name
    woostar
    Join Date
    Apr 2007
    Posts
    786
    Liked
    5 times
    It encoded as a md5 hash; so unless you use a dictionary word as your password I would guess it is no more insecure than logging in without using https:// (if it is a dictionary word then you will probably be bruteforce hacked eventually anyway).
    2011 Average: 1 post every 5 seconds... 24/7

  4. #4
    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
    We ship with htaccess files as 95% or more of our customers are on apache set ups. If you're using an alternative system, you should protect the directories with your webserver's method.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


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
  •