STIGQter STIGQter: STIG Summary: SUSE Linux Enterprise Micro (SLEM) 5 Security Technical Implementation Guide Version: 1 Release: 4 Benchmark Date: 01 Apr 2026:

SLEM 5 must enforce passwords that contain at least one uppercase character.

DISA Rule

SV-261377r996566_rule

Vulnerability Number

V-261377

Group Title

SRG-OS-000069-GPOS-00037

Rule Version

SLEM-05-611010

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure SLEM 5 to enforce password complexity by requiring at least one uppercase character.

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

Check Contents

Verify SLEM 5 enforces password complexity by requiring at least one uppercase character with the following command:

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

If the value for "ucredit" is not "-1", if "ucredit" is missing from the line, the second column value different from "requisite", the line is commented out, or the line is missing, this is a finding.

Vulnerability Number

V-261377

Documentable

False

Rule Version

SLEM-05-611010

Severity Override Guidance

Verify SLEM 5 enforces password complexity by requiring at least one uppercase character with the following command:

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

If the value for "ucredit" is not "-1", if "ucredit" is missing from the line, the second column value different from "requisite", the line is commented out, or the line is missing, this is a finding.

Check Content Reference

M

Target Key

5596