STIGQter STIGQter: STIG Summary: Oracle Linux 9 Security Technical Implementation Guide Version: 1 Release: 6 Benchmark Date: 01 Jul 2026:

OL 9 must enforce password complexity by requiring that at least one numeric character be used.

DISA Rule

SV-271616r1091560_rule

Vulnerability Number

V-271616

Group Title

SRG-OS-000071-GPOS-00039

Rule Version

OL09-00-001020

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure OL 9 to enforce password complexity by requiring at least one numeric character is used by setting the "dcredit" option.

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

dcredit = -1

Check Contents

Verify that OL 9 enforces password complexity by requiring at least one numeric character.

Check the value for "dcredit" with the following command:

$ grep dcredit /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf
/etc/security/pwquality.conf:dcredit = -1

If the value of "dcredit" is a positive number or is commented out, this is a finding.

Vulnerability Number

V-271616

Documentable

False

Rule Version

OL09-00-001020

Severity Override Guidance

Verify that OL 9 enforces password complexity by requiring at least one numeric character.

Check the value for "dcredit" with the following command:

$ grep dcredit /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf
/etc/security/pwquality.conf:dcredit = -1

If the value of "dcredit" is a positive number or is commented out, this is a finding.

Check Content Reference

M

Target Key

5680