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 lowercase character be used.

DISA Rule

SV-271615r1091557_rule

Vulnerability Number

V-271615

Group Title

SRG-OS-000070-GPOS-00038

Rule Version

OL09-00-001015

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

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

lcredit = -1

Check Contents

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

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

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

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

Vulnerability Number

V-271615

Documentable

False

Rule Version

OL09-00-001015

Severity Override Guidance

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

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

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

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

Check Content Reference

M

Target Key

5680