SV-271627r1091593_rule
V-271627
SRG-OS-000073-GPOS-00041
OL09-00-001075
CAT II
10
Configure OL 9 to encrypt all stored passwords with a strong cryptographic hash.
Edit/modify the following line in the "/etc/login.defs" file and set "SHA_CRYPT_MIN_ROUNDS" to a value no lower than "100000":
SHA_CRYPT_MIN_ROUNDS 100000
SHA_CRYPT_MAX_ROUNDS 100000
Verify that OL 9 has a minimum number of hash rounds configured with the following command:
$ grep -i sha_crypt /etc/login.defs
If "SHA_CRYPT_MIN_ROUNDS" or "SHA_CRYPT_MAX_ROUNDS" is less than "100000", this is a finding.
V-271627
False
OL09-00-001075
Verify that OL 9 has a minimum number of hash rounds configured with the following command:
$ grep -i sha_crypt /etc/login.defs
If "SHA_CRYPT_MIN_ROUNDS" or "SHA_CRYPT_MAX_ROUNDS" is less than "100000", this is a finding.
M
5680