STIGQter STIGQter: STIG Summary: Tri-Lab Operating System Stack (TOSS) 5 Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 26 Mar 2026:

TOSS 5 must automatically expire temporary accounts within 72 hours.

DISA Rule

SV-282352r1200036_rule

Vulnerability Number

V-282352

Group Title

SRG-OS-000002-GPOS-00002

Rule Version

TOSS-05-000297

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the operating system to expire temporary accounts after 72 hours using the following command:

$ sudo chage -E $(date -d +3days +%Y-%m-%d) <temporary_account_name>

Check Contents

Verify temporary accounts have been provisioned with an expiration date of 72 hours.

For every existing temporary account, run the following command to obtain its account expiration information:

$ sudo chage -l <temporary_account_name> | grep -i "account expires"

Verify each of these accounts has an expiration date set within 72 hours.

If any temporary accounts have no expiration date or do not expire within 72 hours, this is a finding.

Vulnerability Number

V-282352

Documentable

False

Rule Version

TOSS-05-000297

Severity Override Guidance

Verify temporary accounts have been provisioned with an expiration date of 72 hours.

For every existing temporary account, run the following command to obtain its account expiration information:

$ sudo chage -l <temporary_account_name> | grep -i "account expires"

Verify each of these accounts has an expiration date set within 72 hours.

If any temporary accounts have no expiration date or do not expire within 72 hours, this is a finding.

Check Content Reference

M

Target Key

5738