search menu icon-carat-right cmu-wordmark

CERT Coordination Center

MandrakeSoft Mandrake Linux Apache default configuration enables directory indexing

Vulnerability Note VU#913704

Original Release Date: 2001-11-21 | Last Revised: 2002-12-06

Overview

The default installation of Apache on MandrakeSoft Mandrake Linux enables directory indexing on directories that may unnecessarily disclose information about the server.

Description

MandrakeSoft produces a Linux distribution called Mandrake Linux that includes the Apache web server. The default installation of Apache on Mandrake Linux enabes indexing at the root of the web server. Most of the directories of the web server are therefore browsable, and any new directories will inherit the index setting. The server may disclose directory structure, file names and locations, and possibly file contents.

Impact

Apache running on a Mandrake Linux system may disclose directory structure, file names and locations, and possibly the contents of files.

Solution

Install Updated Package

Install an updated Apache package when available.

Disable Indexing
Disable indexing where desired by modifying /etc/httpd/conf/httpd.conf. Note that the following example disables indexing for the entire default web site: /var/www/ and all subdirectories.

<Directory /var/www/*>
   Options -Indexes
</Directory>

Vendor Information

913704
 

CVSS Metrics

Group Score Vector
Base
Temporal
Environmental

References

Acknowledgements

The CERT Coordination Center thanks ProCheckup Ltd for reporting this vulnerability.

This document was written by Art Manion.

Other Information

CVE IDs: None
Severity Metric: 0.21
Date Public: 2001-11-20
Date First Published: 2001-11-21
Date Last Updated: 2002-12-06 18:10 UTC
Document Revision: 18

Sponsored by CISA.