STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 1 hour ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to IBM AIX 7.x Security Technical Implementation Guide

V-215170

CAT II (Medium)

AIX must automatically remove or disable temporary user accounts after 72 hours or sooner.

Rule ID

SV-215170r958364_rule

STIG

IBM AIX 7.x Security Technical Implementation Guide

Version

V3R2

CCIs

CCI-000016

Discussion

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.

Check Content

From the command prompt, execute the following command:
# lsuser -a expires tmp_user

The above command should yield the following output:
tmp_user expires=0
Or
tmp_user expires=1215103116

The "expires" value is in "MMDDhhmmyy" form, or the value is "0".

If "expires" value is "0", or the expiration time is greater than "72" hours from the user creation time, this is a finding.

Fix Text

From the command prompt, execute the following command to set the expiration time to 72 hours from now:
# chuser expires=1218103116 tmp_user

From the command prompt, execute the following command:
# lsuser -a expires tmp_user

The above command should yield the following output:
tmp_user expires=1218103116