Title: Apache HTTP Server UserDir Directive Username Enumeration
Info
Disclosure
Jul 07, 2000
Discovery
Unknown
Dates
Exploit
Jul 07, 2000
Solution
Unknown
Description
Apache web servers contain a flaw that may lead to an unauthorized information disclosure. The issue is triggered when the UserDir module is enabled and a remote attacker requests access to a user's home directory. By monitoring the web server response, an attacker is able to enumerate valid user names, resulting in a loss of confidentiality.
Classification
Location:
Remote / Network Access
Attack Type:
Information Disclosure
Impact:
Loss of Confidentiality
Exploit:
Exploit Public
Disclosure:
OSVDB Verified
Solution
Currently, there are no known upgrades or patches to correct this issue. It is possible to correct the flaw by implementing the following workaround(s):
Workaround 1: Disable the default-enabled UserDir directive in httpd.conf:
UserDir Disabled
Workaround 2: Set generic error pages for 403/404 messages in httpd.conf.