STIGQter STIGQter: STIG Summary: Red Hat Enterprise Linux 10 Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 01 Jul 2026:

RHEL 10 must ensure the password complexity module in the system-auth file is configured for three or fewer retries.

DISA Rule

SV-281204r1197240_rule

Vulnerability Number

V-281204

Group Title

SRG-OS-000069-GPOS-00037

Rule Version

RHEL-10-600485

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure RHEL 10 to limit the "pwquality" retry option to "3".

Add or update the following line in the "/etc/security/pwquality.conf" file or a file in the "/etc/security/pwquality.conf.d/" directory to contain the "retry" parameter:

retry = 3

Check Contents

Verify RHEL 10 is configured to limit the "pwquality" retry option to "3" with the following command:

$ sudo grep -w retry /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf
retry = 3

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

Vulnerability Number

V-281204

Documentable

False

Rule Version

RHEL-10-600485

Severity Override Guidance

Verify RHEL 10 is configured to limit the "pwquality" retry option to "3" with the following command:

$ sudo grep -w retry /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf
retry = 3

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

Check Content Reference

M

Target Key

5733