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 an absolute period of time, the user is forced to reauthenticate, guaranteeing the session is still in use. Enabling an absolute timeout for sessions closes sessions that are still active. Examples would be a runaway process accessing the Apache web server or an attacker using a hijacked session to slowly probe the Apache web server.
Solution
Open the <'INSTALL PATH'>confhttpd.conf file.
Set the ‘SessionMaxAge’ directive to a value of ‘600’ or less; add the directive if it does not exist.
Restart the Apache service.
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 Windows.
References
- 800-53|AC-12
- CAT|II
- CCI|CCI-002361
- Rule-ID|SV-214341r803288_rule
- STIG-ID|AS24-W1-000640
- STIG-Legacy|SV-102521
- STIG-Legacy|V-92433
- Vuln-ID|V-214341