Check: GEN000610
SUSE Linux Enterprise Server v11 for System z STIG:
GEN000610
(in versions v1 r12 through v1 r9)
Title
The system must require passwords contain at least one lowercase alphabetic character. (Cat II impact)
Discussion
To enforce the use of complex passwords, minimum numbers of characters of different classes are mandated. The use of complex passwords reduces the ability of attackers to successfully obtain valid passwords using guessing or exhaustive search techniques. Complexity requirements increase the password search space by requiring users to construct passwords from a larger character set than they may otherwise use.
Check Content
Check /etc/pam.d/common-password for lcredit setting. Procedure: Check the password lcredit option # grep pam_cracklib.so /etc/pam.d/common-password Confirm the lcredit option is set to -1 as in the example: password required pam_cracklib.so lcredit=-1 There may be other options on the line. If no such line is found, or the lcredit is not -1 this is a finding.
Fix Text
Edit "/etc/pam.d/common-password" to include the line: password required pam_cracklib.so lcredit=-1
Additional Identifiers
Rule ID: SV-44867r1_rule
Vulnerability ID: V-22305
Group Title: GEN000610
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000193 |
The information system enforces password complexity by the minimum number of lower case characters used. |
Controls
Number | Title |
---|---|
IA-5 (1) |
Password-Based Authentication |