SV-261392r1184425_rule
V-261392
SRG-OS-000073-GPOS-00041
SLEM-05-611085
CAT I
10
Configure SLEM 5 shadow password suite to encrypt passwords using sufficient number of hashing rounds.
Add or modify the following line in the "/etc/login.defs" file:
SHA_CRYPT_MIN_ROUNDS 100000
Verify SLEM 5 shadow password suite is configured to encrypt passwords using sufficient number of hashing rounds.
> egrep "^SHA_CRYPT_" /etc/login.defs
SHA_CRYPT_MIN_ROUNDS 100000
SHA_CRYPT_MAX_ROUNDS 100000
If only one of "SHA_CRYPT_MIN_ROUNDS" or "SHA_CRYPT_MAX_ROUNDS" is set, and this value is below "100000", this is a finding.
If both "SHA_CRYPT_MIN_ROUNDS" and "SHA_CRYPT_MAX_ROUNDS" are set, and the highest value for either is below "100000", this is a finding.
V-261392
False
SLEM-05-611085
Verify SLEM 5 shadow password suite is configured to encrypt passwords using sufficient number of hashing rounds.
> egrep "^SHA_CRYPT_" /etc/login.defs
SHA_CRYPT_MIN_ROUNDS 100000
SHA_CRYPT_MAX_ROUNDS 100000
If only one of "SHA_CRYPT_MIN_ROUNDS" or "SHA_CRYPT_MAX_ROUNDS" is set, and this value is below "100000", this is a finding.
If both "SHA_CRYPT_MIN_ROUNDS" and "SHA_CRYPT_MAX_ROUNDS" are set, and the highest value for either is below "100000", this is a finding.
M
5596