SV-250345r961521_rule
V-250345
SRG-APP-000400-AS-000246
IBMW-LS-000970
CAT II
10
Edit the server.xml file and define the authCache timeout value as 10 minutes or AO approved value. Also ensure the appSecurity-2.0 feature is enabled.
EXAMPLE:
<featureManager>
<feature>appSecurity-2.0</feature>
</featureManager>
<authCache initialSize="100" maxSize="50000" timeout="10m"/>
Review system security plan and identify the cache timeout parameters for authentication. The value for admin timeout is 10 minutes. However, a case-by-case exception based on operational requirements can be configured with AO acceptance.
As a privileged user with access to server.xml, review the file and verify the authCache timeout parameter is configured for 10 minutes.
grep -i authcache server.xml
EXAMPLE:
<authCache initialSize="100" maxSize="50000" timeout="10m"/>
If the authCache timeout parameter is not configured for 10 minutes, or the AO has not accepted the risk for extending the timeout period specified, this is a finding.
V-250345
False
IBMW-LS-000970
Review system security plan and identify the cache timeout parameters for authentication. The value for admin timeout is 10 minutes. However, a case-by-case exception based on operational requirements can be configured with AO acceptance.
As a privileged user with access to server.xml, review the file and verify the authCache timeout parameter is configured for 10 minutes.
grep -i authcache server.xml
EXAMPLE:
<authCache initialSize="100" maxSize="50000" timeout="10m"/>
If the authCache timeout parameter is not configured for 10 minutes, or the AO has not accepted the risk for extending the timeout period specified, this is a finding.
M
5424