Web server and/or operating system information must be protected.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
---|---|---|---|---|---|---|
low | V-6724 | WG520 | WG520 A22 | SV-36672r1_rule | 2019-01-07 | 1 |
Description |
---|
The web server response header of an HTTP response can contain several fields of information including the requested HTML page. The information included in this response can be web server type and version, operating system and version, and ports associated with the web server. This provides the malicious user valuable information without the use of extensive tools. |
ℹ️ Check |
---|
Enter the following command: grep "ServerTokens" /usr/local/apache2/conf/httpd.conf The directive ServerTokens must be set to “Prod” (ex. ServerTokens Prod). This directive controls whether Server response header field that is sent back to clients that includes a description of the OS-type of the server as well as information about compiled-in modules. If the web server or operating system information are sent to the client via the server response header or the directive does not exist, this is a finding. Note: The default value is set to Full. |
✔️ Fix |
---|
Edit the /usr/local/apache2/conf/httpd.conf file and ensure the directive is set to Prod. |