The SUSE operating system must provision temporary accounts with an expiration date for 72 hours.
An XCCDF Rule
Description
<VulnDiscussion>If temporary user accounts remain active when no longer needed or for an excessive period, these accounts may be used to gain unauthorized access. To mitigate this risk, automated termination of all temporary accounts must be set upon account creation. Temporary accounts are established as part of normal account activation procedures when there is a need for short-term accounts without the demand for immediacy in account activation. If temporary accounts are used, the SUSE operating system must be configured to automatically terminate these types of accounts after a DoD-defined time period of 72 hours. To address access requirements, many SUSE operating systems may be integrated with enterprise-level authentication/access mechanisms that meet or exceed access control policy requirements.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>
- ID
- SV-234866r622137_rule
- Severity
- Medium
- References
- Updated
Remediation - Manual Procedure
In the event temporary accounts are required, configure the SUSE operating system to terminate them after "72" hours.
For every temporary account, run the following command to set an expiration date on it, substituting "system_account_name" with the appropriate value:
> sudo chage -E `date -d "+3 days" +%Y-%m-%d` system_account_name