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 a minimum 15-character password length.

DISA Rule

SV-274137r1120725_rule

Vulnerability Number

V-274137

Group Title

SRG-OS-000078-GPOS-00046

Rule Version

AZLX-23-002375

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure Amazon Linux 2023 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

Remove any configurations that conflict with the above value.

Check Contents

Verify Amazon Linux 2023 enforces a minimum 15-character password length with the following command:

$ sudo grep -rs 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, or the line is commented out, this is a finding.

If conflicting results are returned, this is a finding.

Vulnerability Number

V-274137

Documentable

False

Rule Version

AZLX-23-002375

Severity Override Guidance

Verify Amazon Linux 2023 enforces a minimum 15-character password length with the following command:

$ sudo grep -rs 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, or the line is commented out, this is a finding.

If conflicting results are returned, this is a finding.

Check Content Reference

M

Target Key

5700