Users and scripts running on behalf of users must be contained to the document root or home directory tree of the Apache web server.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-214368SRG-APP-000141-WSR-000087AS24-W2-000350SV-214368r960963_rule2025-02-122
Description
A web server is designed to deliver content and execute scripts or applications on the request of a client or user. Containing user requests to files in the directory tree of the hosted web application and limiting the execution of scripts and applications guarantees that the user is not accessing information protected outside the application's realm. The web server must also prohibit users from jumping outside the hosted application directory tree through access to the user's home directory, symbolic links or shortcuts, or through search paths for missing files.
ℹ️ Check
Review the <'INSTALLED PATH'>\conf\httpd.conf file and search for the following directive: Directory For every root directory entry (i.e., <Directory />), verify the following exists. If it does not, this is a finding: Require all denied If the statement above is not found in the root directory statement, this is a finding.
✔️ Fix
Edit the <'INSTALLED PATH'>\conf\httpd.conf file and set the root directory directive as follows: Directory Require all denied