Details
The system must use a strong hashing algorithm to store the password.
Passwords need to be protected at all times, and encryption is the standard method for protecting passwords. If passwords are not encrypted, they can be plainly read (i.e., clear text) and easily compromised.
Solution
Lock all interactive user accounts not using SHA-512 hashing until the passwords can be regenerated with SHA-512.
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Identification and Authentication.This control applies to the following type of system Unix.
References
- 800-53|IA-5(1)(c)
- CAT|II
- CCI|CCI-000196
- Rule-ID|SV-248534r779168_rule
- STIG-ID|OL08-00-010120
- Vuln-ID|V-248534