1. Home
  2. Security Hardening
  3. DISA STIG Ubuntu 20.04 LTS V1R1
  4. UBTU-20-010000 – The Ubuntu operating system must provision temporary user accounts with an expiration time of 72 hours or less.

UBTU-20-010000 – The Ubuntu operating system must provision temporary user accounts with an expiration time of 72 hours or less.

Details

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 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 operating systems may be integrated with enterprise-level authentication/access mechanisms that meet or exceed access control policy requirements.

NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.

Solution

If a temporary account must be created, configure the system to terminate the account after a 72-hour time period with the following command to set an expiration date on it.

Substitute ‘system_account_name’ with the account to be created.

$ sudo chage -E $(date -d ‘+3 days’ +%F) system_account_name

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