STIGQter STIGQter: STIG Summary: SUSE Linux Enterprise Server 15 Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 23 Apr 2021:

The SUSE operating system must enforce passwords that contain at least one lowercase character.

DISA Rule

SV-234883r622137_rule

Vulnerability Number

V-234883

Group Title

SRG-OS-000070-GPOS-00038

Rule Version

SLES-15-020140

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the SUSE operating system to enforce password complexity by requiring at least one lowercase character.

Edit "/etc/pam.d/common-password" and edit the line containing "pam_cracklib.so" to contain the option "lcredit=-1" after the third column.

Check Contents

Verify the SUSE operating system enforces password complexity by requiring that at least one lowercase character.

Check that the operating system enforces password complexity by requiring that at least one lowercase character be used by using the following command:

> grep pam_cracklib.so /etc/pam.d/common-password
password requisite pam_cracklib.so lcredit=-1

If the command does not return anything, the returned line is commented out, or has a second column value different from "requisite", or does not contain "lcredit=-1", this is a finding.

Vulnerability Number

V-234883

Documentable

False

Rule Version

SLES-15-020140

Severity Override Guidance

Verify the SUSE operating system enforces password complexity by requiring that at least one lowercase character.

Check that the operating system enforces password complexity by requiring that at least one lowercase character be used by using the following command:

> grep pam_cracklib.so /etc/pam.d/common-password
password requisite pam_cracklib.so lcredit=-1

If the command does not return anything, the returned line is commented out, or has a second column value different from "requisite", or does not contain "lcredit=-1", this is a finding.

Check Content Reference

M

Target Key

5274

Comments