lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 28 Apr 2005 03:47:35 -0400 (EDT)
From: security curmudgeon <jericho@...rition.org>
To: piker piker <piker_666@...mail.com>
Cc: bugtraq@...urityfocus.com
Subject: Re: Vulnerability kali's tagboard



For reference, Kali's tagboard can be found at:
http://www.xentrik.net/php/tagboard.php

: There are some bugs in the kali's tagboard, you can access to the admin 
: system without password!, you can put iframes, scripts... But the most 
: vulnerabilitie is in the ban ip's, you can put this script: " <? 
: system($cmd) ?> " and execute commands in the server with this url: 
: Example: http://web.com/tag/admin/banned.php?&cmd=command.

>From the readme.txt:

I suggest you password protect this directory with .htaccess, like so:

******************************************
* Example .htaccess File
******************************************
AuthUserFile /home/username/public_html/tagboard/admin/.htpasswd
AuthGroupFile /dev/null
AuthName "Tagboard Admin Area"
AuthType Basic

<Limit GET POST>
require valid-user
</Limit>
******************************************
To learn more about password protection with .htaccess, go to
http://www.xentrik.net/htaccess/password.php




Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ