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 24 hours/one day as the minimum password lifetime.

DISA Rule

SV-253066r1016315_rule

Vulnerability Number

V-253066

Group Title

SRG-OS-000075-GPOS-00043

Rule Version

TOSS-04-040110

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the operating system to enforce 24 hours/one day as the minimum password lifetime.

Add the following line in "/etc/login.defs" (or modify the line to have the required value):

PASS_MIN_DAYS 1

Check Contents

Verify that TOSS enforces 24 hours/one day as the minimum password lifetime for new user accounts.

Check for the value of "PASS_MIN_DAYS" in "/etc/login.defs" with the following command:

$ sudo grep -i pass_min_days /etc/login.defs
PASS_MIN_DAYS 1

If the "PASS_MIN_DAYS" parameter value is not "1" or greater, or is commented out, this is a finding.

Vulnerability Number

V-253066

Documentable

False

Rule Version

TOSS-04-040110

Severity Override Guidance

Verify that TOSS enforces 24 hours/one day as the minimum password lifetime for new user accounts.

Check for the value of "PASS_MIN_DAYS" in "/etc/login.defs" with the following command:

$ sudo grep -i pass_min_days /etc/login.defs
PASS_MIN_DAYS 1

If the "PASS_MIN_DAYS" parameter value is not "1" or greater, or is commented out, this is a finding.

Check Content Reference

M

Target Key

5469