1. Home
  2. Security Hardening
  3. DISA STIG Apache Server 2.4 Unix Site V2R2 Middleware
  4. AS24-U2-000890 – Cookies exchanged between the Apache web server and the client, such as session cookies, must have cookie properties set to force the encryption of cookies – session_cookie_module

AS24-U2-000890 – Cookies exchanged between the Apache web server and the client, such as session cookies, must have cookie properties set to force the encryption of cookies – session_cookie_module

Details

Cookies can be sent to a client using TLS/SSL to encrypt the cookies, but TLS/SSL is not used by every hosted application since the data being displayed does not require the encryption of the transmission. To safeguard against cookies, especially session cookies, being sent in plaintext, a cookie can be encrypted before transmission. To force a cookie to be encrypted before transmission, the cookie ‘Secure’ property can be set.

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’

Set ‘Session’ to ‘on’.

Ensure the ‘SessionCookieName’ directive includes ‘httpOnly’ and ‘secure’.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Communications Protection.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles