Check: WG400 W22
APACHE 2.2 Site for Windows STIG:
WG400 W22
(in versions v1 r13 through v1 r10)
Title
All interactive programs must be placed in a designated directory with appropriate permissions. (Cat II impact)
Discussion
CGI scripts represents one of the most common and exploitable means of compromising a web server. By definition, CGI are executable by the operating system of the host server. While access control is provided via the web service, the execution of CGI programs is not otherwise limited unless the SA or Web Manager takes specific measures. CGI programs can access and alter data files, launch other programs and use the network. CGI programs can be written in any available programming language. C, PERL, PHP, Javascript, VBScript and shell (sh, ksh, bash) are popular choices.
Check Content
To preclude access to the servers root directory, ensure the following directive is in the httpd.conf file. This entry will also stop users from setting up .htaccess files which can override security features configured in httpd.conf. <DIRECTORY /[website root dir]> AllowOverride None </DIRECTORY> If the AllowOverride None is not set, this is a finding.
Fix Text
Enter the statement above into httpd.conf file for all web site root directories.
Additional Identifiers
Rule ID: SV-36644r1_rule
Vulnerability ID: V-2228
Group Title: WG400
Expert Comments
CCIs
Number | Definition |
---|---|
No CCIs are assigned to this check |
Controls
Number | Title |
---|---|
No controls are assigned to this check |