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 enforce that passwords be created with a minimum of 15 characters.

DISA Rule

SV-281181r1195421_rule

Vulnerability Number

V-281181

Group Title

SRG-OS-000078-GPOS-00046

Rule Version

RHEL-10-600220

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure RHEL 10 to enforce a minimum 15-character password length.

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

minlen = 15

Check Contents

Verify RHEL 10 enforces a minimum 15-character password length with the following command:

$ sudo grep -s minlen /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf
/etc/security/pwquality.conf:minlen = 15

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

Vulnerability Number

V-281181

Documentable

False

Rule Version

RHEL-10-600220

Severity Override Guidance

Verify RHEL 10 enforces a minimum 15-character password length with the following command:

$ sudo grep -s minlen /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf
/etc/security/pwquality.conf:minlen = 15

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

Check Content Reference

M

Target Key

5733