The web server must have resource mappings set to disable the serving of certain file types.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-206382SRG-APP-000141-WSR-000083SV-206382r960963_ruleCCI-000381medium
Description
Resource mapping is the process of tying a particular file type to a process in the web server that can serve that type of file to a requesting client and to identify which file types are not to be delivered to a client. By not specifying which files can and which files cannot be served to a user, the web server could deliver to a user web server configuration files, log files, password files, etc. The web server must only allow hosted application file types to be served to a user and all other types must be disabled.
STIGDate
Web Server Security Requirements Guide2025-02-12

Related Frameworks

3 paths across 3 frameworks
NIST 800-531 mapping
CM-7
1.00
  • DISA · 4 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.4.6
1.00
  • DISA · 4 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
  • NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000381
1.00
  • DISA · 4 · disa_xccdf · related

Details

Check Text (C-206382r960963_chk)

Review the web server documentation and deployment configuration to determine what types of files are being used for the hosted applications. If the web server is configured to allow other file types not associated with the hosted application, especially those associated with logs, configuration files, passwords, etc., this is a finding.

Fix Text (F-6643r377739_fix)

Configure the web server to only serve file types to the user that are needed by the hosted applications. All other file types must be disabled.