STIGQter STIGQter: STIG Summary: Tri-Lab Operating System Stack (TOSS) 4 Security Technical Implementation Guide Version: 2 Release: 6 Benchmark Date: 01 Jul 2026:

TOSS must enforce a 60-day maximum password lifetime restriction.

DISA Rule

SV-253067r1038967_rule

Vulnerability Number

V-253067

Group Title

SRG-OS-000076-GPOS-00044

Rule Version

TOSS-04-040120

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure TOSS to enforce a 60-day maximum password lifetime.

Add, or modify the following line in the "/etc/login.defs" file:

PASS_MAX_DAYS 60

Check Contents

Verify that TOSS enforces a 60-day maximum password lifetime for new user accounts by running the following command:

$ sudo grep -i pass_max_days /etc/login.defs
PASS_MAX_DAYS 60

If the "PASS_MAX_DAYS" parameter value is greater than "60", or commented out, this is a finding.

Vulnerability Number

V-253067

Documentable

False

Rule Version

TOSS-04-040120

Severity Override Guidance

Verify that TOSS enforces a 60-day maximum password lifetime for new user accounts by running the following command:

$ sudo grep -i pass_max_days /etc/login.defs
PASS_MAX_DAYS 60

If the "PASS_MAX_DAYS" parameter value is greater than "60", or commented out, this is a finding.

Check Content Reference

M

Target Key

5469