+ Reply to Thread
Results 1 to 9 of 9

Thread: Log is public readable

  1. #1
    Join Date
    Jun 2009
    Posts
    7

    Exclamation Log is public readable

    Normally Joomla seem to write logs as php to restrict access to them. The plugin generates a log with .log extension meaning not being parsed as php.
    So the log can be read by anyone with direct input of the URL.

    I think this should be changed to httpbl.php to be secure.

  2. #2
    Join Date
    May 2006
    Location
    Nijmegen, The Netherlands
    Posts
    1,004

    Default Re: Log is public readable

    Thank you for reporting this, i will release a new version asap.

    kind regards,
    Michiel

  3. #3
    Join Date
    May 2006
    Location
    Nijmegen, The Netherlands
    Posts
    1,004

    Default Re: Log is public readable

    released version 1.9, fixes this issue.

    kind regards,
    Michiel

  4. #4
    Join Date
    Jun 2009
    Posts
    7

    Default Re: Log is public readable

    Thanks for the fast fix. It works fine.

  5. #5
    Join Date
    Mar 2010
    Posts
    3

    Default Re: Log is public readable

    Hi I use the plg_httpbl_latest which is version 1.10 for Joomla! 1.5.15 Native, and when accessing www.mydomain.com/logs/httpbl.php I can see it from public without any restriction on any browser..

    how about that ?

  6. #6
    Join Date
    Nov 2009
    Location
    Vlaardingen, NL
    Posts
    3

    Default Re: Log is public readable

    Quote Originally Posted by orasis View Post
    ... when accessing www.mydomain.com/logs/httpbl.php I can see it from public without any restriction on any browser..
    If you're running Apache, you can block access to the entire logs directory. Put a .htaccess file in this logs directory with the following contents:

    Code:
    order deny,allow
    deny from all
    How about that?

  7. #7
    Join Date
    Mar 2010
    Posts
    3

    Default Re: Log is public readable

    I've just password protected the dir already
    thanks for the reply

  8. #8
    Join Date
    Mar 2010
    Posts
    5

    Default Re: Log is public readable

    Log is public readable
    you can hide/unhide it from administrator control panel of the niche.
    it is found under settings..


    Regards & Thanks
    tuinhuis

  9. #9
    Join Date
    Jul 2010
    Posts
    39

    Default Re: Log is public readable

    Hi

    Thank you for reporting this, i will release a new version asap.

    kind regards,


    phe9oxis

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts