From 78e1dc6bd8beed4e3884875ae8a4f96753dab9cf Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 9 May 2002 04:16:36 +0000 Subject: The first installment of Gerv's spanking of the Bugzilla Guide. This is a work-in-progress. --- docs/html/security.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'docs/html/security.html') diff --git a/docs/html/security.html b/docs/html/security.html index 63e94f8cf..49a2d10a4 100644 --- a/docs/html/security.html +++ b/docs/html/security.html @@ -323,6 +323,45 @@ TARGET="_top" >

When you run checksetup.pl, the script will attempt to modify various + permissions on files which Bugzilla uses. If you do not have a + webservergroup set in the localconfig file, then Bugzilla will have to + make certain files world readable and/or writable. THIS IS + INSECURE!. This means that anyone who can get access to + your system can do whatever they want to your Bugzilla installation. +

This also means that if your webserver runs all cgi scripts as the + same user/group, anyone on the system who can run cgi scripts will + be able to take control of your Bugzilla installation. +

On Apache, you can use .htaccess files to protect access to these directories, as outlined in