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
- 800-53|CM-7a.
- CAT|II
- CCI|CCI-000381
- Rule-ID|SV-214244r612240_rule
- STIG-ID|AS24-U1-000310
- STIG-Legacy|SV-102743
- STIG-Legacy|V-92655
- Vuln-ID|V-214244