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 ensure the password complexity module in the system-auth file is configured for three retries or less.

DISA Rule

SV-282445r1200315_rule

Vulnerability Number

V-282445

Group Title

SRG-OS-000069-GPOS-00037

Rule Version

TOSS-05-000330

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure TOSS 5 to limit the "pwquality" retry option to "3".

Add the following line to the "/etc/pam.d/system-auth" file (or modify the line to have the required value):

password required pam_pwquality.so retry=3

Check Contents

Verify TOSS 5 is configured to limit the "pwquality" retry option to "3".

Verify the use of the "pwquality" retry option in the "system-auth file" using the following command:

$ cat /etc/pam.d/system-auth | grep pam_pwquality

password required pam_pwquality.so retry=3

If the value of "retry" is set to "0" or greater than "3", or is missing, this is a finding.

Vulnerability Number

V-282445

Documentable

False

Rule Version

TOSS-05-000330

Severity Override Guidance

Verify TOSS 5 is configured to limit the "pwquality" retry option to "3".

Verify the use of the "pwquality" retry option in the "system-auth file" using the following command:

$ cat /etc/pam.d/system-auth | grep pam_pwquality

password required pam_pwquality.so retry=3

If the value of "retry" is set to "0" or greater than "3", or is missing, this is a finding.

Check Content Reference

M

Target Key

5738