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 minimum 15-character password length.

DISA Rule

SV-253069r1016317_rule

Vulnerability Number

V-253069

Group Title

SRG-OS-000078-GPOS-00046

Rule Version

TOSS-04-040140

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure TOSS to enforce a minimum 15-character password length.

Add the following line to "/etc/security/pwquality.conf" (or modify the line to have the required value):

minlen = 15

Check Contents

Verify TOSS enforces a minimum 15-character password length. The "minlen" option sets the minimum number of characters in a new password.

Check for the value of the "minlen" option in "/etc/security/pwquality.conf" with the following command:

$ sudo grep minlen /etc/security/pwquality.conf
minlen = 15

If the command does not return a "minlen" value of 15 or greater, this is a finding.

Vulnerability Number

V-253069

Documentable

False

Rule Version

TOSS-04-040140

Severity Override Guidance

Verify TOSS enforces a minimum 15-character password length. The "minlen" option sets the minimum number of characters in a new password.

Check for the value of the "minlen" option in "/etc/security/pwquality.conf" with the following command:

$ sudo grep minlen /etc/security/pwquality.conf
minlen = 15

If the command does not return a "minlen" value of 15 or greater, this is a finding.

Check Content Reference

M

Target Key

5469