1. Home
  2. Security Hardening
  3. DISA STIG Apache Server 2.4 Unix Server V2R5 Middleware
  4. AS24-U1-000310 – The Apache web server must allow the mappings to unused and vulnerable scripts to be removed.

AS24-U1-000310 – The Apache web server must allow the mappings to unused and vulnerable scripts to be removed.

Details

Scripts allow server-side processing on behalf of the hosted application user or as processes needed in the implementation of hosted applications. Removing scripts not needed for application operation or deemed vulnerable helps to secure the web server.

To ensure scripts are not added to the web server and run maliciously, script mappings that are not needed or used by the web server for hosted application operation must be removed.

NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.

Solution

Determine the location of the ‘HTTPD_ROOT’ directory and the ‘httpd.conf’ file:

# httpd -V | egrep -i ‘httpd_root|server_config_file’
-D HTTPD_ROOT=’/etc/httpd’
-D SERVER_CONFIG_FILE=’conf/httpd.conf’

Review ‘Script’, ‘ScriptAlias’ or ‘ScriptAliasMatch’, and ‘ScriptInterpreterSource’ directives.

Go into each directory and locate ‘cgi-bin’ files. Remove any script that is not needed for application operation.

Ensure this process is documented and approved by the ISSO.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles