Details
The system must use a strong hashing algorithm to store the password. The system must use a sufficient number of hashing rounds to ensure the required level of entropy.
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
Configure OL 8 to encrypt all stored passwords with a strong cryptographic hash.
Edit/modify the following line in the ‘/etc/pam.d/system-auth’ file and set ’rounds’ to a value no lower than ‘5000’:
password sufficient pam_unix.so sha512 rounds=5000
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-248536r779174_rule
- STIG-ID|OL08-00-010131
- Vuln-ID|V-248536