Check: WA00525 W20
APACHE SERVER 2.0 for Windows:
WA00525 W20
(in version v1 r5)
Title
User specific directories must not be globally enabled. (Cat II impact)
Discussion
The UserDir directive must be disabled so that user home directories are not accessed via the web site with a tilde (~) preceding the username. The directive also sets the path name of the directory that will be accessed. The user directories should not be globally enabled since it allows anonymous access to anything users may want to share with other users on the network. Also consider that every time a new account is created on the system, there is potentially new content available via the web site.
Check Content
Open the httpd.conf file. Search for an uncommented LoadModule userdir_module directive statement. If this statement is found uncommented, this is a finding.
Fix Text
Disable the userdir_module by adding a "#" in front of it within the httpd.conf file, and restarting the Apache httpd service.
Additional Identifiers
Rule ID: SV-36614r1_rule
Vulnerability ID: V-26302
Group Title: WA00525
Expert Comments
CCIs
Number | Definition |
---|---|
No CCIs are assigned to this check |
Controls
Number | Title |
---|---|
No controls are assigned to this check |