STIGQter STIGQter: STIG Summary: Amazon Linux 2023 Security Technical Implementation Guide Version: 1 Release: 4 Benchmark Date: 01 Jul 2026:

Amazon Linux 2023 must enforce password complexity by requiring that at least one lowercase character be used.

DISA Rule

SV-274134r1120390_rule

Vulnerability Number

V-274134

Group Title

SRG-OS-000070-GPOS-00038

Rule Version

AZLX-23-002360

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure Amazon Linux 2023 to enforce password complexity by requiring that at least one lowercase character be used by setting the "lcredit" option.

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 "lcredit" parameter:

lcredit = -1

Remove any configurations that conflict with the above value.

Check Contents

Verify Amazon Linux 2023 enforces password complexity by requiring that at least one lowercase character with the following command:

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

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

Vulnerability Number

V-274134

Documentable

False

Rule Version

AZLX-23-002360

Severity Override Guidance

Verify Amazon Linux 2023 enforces password complexity by requiring that at least one lowercase character with the following command:

$ sudo grep lcredit /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.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

5700