Check: GEN000750
Title
The system must require at least eight characters be changed between the old and new passwords during a password change. (Cat II impact)
Discussion
To ensure password changes are effective in their goals, the system must ensure old and new passwords have significant differences. Without significant changes, new passwords may be easily guessed based on the value of a previously compromised password.
Check Content
Check /etc/default/passwd to verify the MINDIFF setting. # grep MINDIFF /etc/default/passwd If the setting is not present, or is less than 8, this is a finding.
Fix Text
Edit /etc/default/passwd and set or add a MINDIFF setting equal to or greater than 8.
Additional Identifiers
Rule ID:
Vulnerability ID: V-22306
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000195 |
The information system, for password-based authentication, when new passwords are created, enforces that at least an organization-defined number of characters are changed. |
Controls
Number | Title |
---|---|
IA-5 (1) |
Password-Based Authentication |