Check: GEN000620
Title
The system must require passwords to contain at least one numeric 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 the MINDIGIT setting. # grep MINDIGIT /etc/default/passwd If the MINDIGIT setting is less than 1, this is a finding.
Fix Text
Edit /etc/default/passwd and set the MINDIGIT setting to 1.
Additional Identifiers
Rule ID:
Vulnerability ID: V-11972
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000194 |
The information system enforces password complexity by the minimum number of numeric characters used. |
Controls
Number | Title |
---|---|
IA-5 (1) |
Password-Based Authentication |