1. Home
  2. Security Hardening
  3. DISA STIG Apache Server 2.2 Windows V1R13
  4. WA000-WWA054 W22 – Server side includes (SSIs) must run with execution capability disabled.

WA000-WWA054 W22 – Server side includes (SSIs) must run with execution capability disabled.

Details

The Options directive configures the web server features that are available in particular directories. The IncludesNOEXEC feature controls the ability of the server to utilize SSIs while disabling the exec command, which is used to execute external scripts. If the full includes feature is used it could allow the execution of malware leading to a system compromise.

Solution

Add one of the following to the enabled Options directive +IncludesNoExec, -IncludesNoExec, or -Includes. Remove the ‘Includes’ or ‘+Includes’ setting from the options statement.

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 Windows.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles