UCF STIG Viewer Logo

The system must require passwords to contain at least one uppercase alphabetic character.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227587 GEN000600 SV-227587r603266_rule Medium
Description
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.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-29749r488309_chk )
Check the MINUPPER setting.
# egrep MINUPPER /etc/default/passwd
If MINUPPER is not set to 1 or more, this is a finding.
Fix Text (F-29737r488310_fix)
Edit /etc/default/passwd and set the MINUPPER setting to at least 1.