UCF STIG Viewer Logo

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


Overview

Finding ID Version Rule ID IA Controls Severity
V-226462 GEN000620 SV-226462r603265_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 SPARC Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-28623r482762_chk )
Check the MINDIGIT setting.
# grep MINDIGIT /etc/default/passwd
If the MINDIGIT setting is less than 1, this is a finding.
Fix Text (F-28611r482763_fix)
Edit /etc/default/passwd and set the MINDIGIT setting to 1.