1. Home
  2. Security Hardening
  3. DISA STIG Apache Server 2.4 Unix Site V2R2
  4. AS24-U2-000660 – The Apache web server must set an inactive timeout for sessions – RequestReadTimeout

AS24-U2-000660 – The Apache web server must set an inactive timeout for sessions – RequestReadTimeout

Details

Leaving sessions open indefinitely is a major security risk. An attacker can easily use an already authenticated session to access the hosted application as the previously authenticated user. By closing sessions after a set period of inactivity, the Apache web server can make certain that those sessions that are not closed through the user logging out of an application are eventually closed.

Acceptable values are 5 minutes for high-value applications, 10 minutes for medium-value applications, and 20 minutes for low-value applications.

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’

Load the ‘Reqtimeout_module’.

Set the ‘RequestReadTimeout’ directive.

Supportive Information

The following resource is also helpful.

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

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles