SV-281220r1166612_rule
V-281220
SRG-OS-000073-GPOS-00041
RHEL-10-600720
CAT II
10
Configure RHEL 10 to use "100000" hashing rounds for hashing passwords.
Add or modify the following line in "/etc/pam.d/password-auth" and set "rounds" to "100000":
password sufficient pam_unix.so sha512 rounds=100000
Verify RHEL 10 is configured to use a sufficient number of rounds for password hashing with the following command:
$ sudo grep rounds /etc/pam.d/password-auth
password sufficient pam_unix.so sha512 rounds=100000
If the setting is not configured or "rounds" is less than "100000", this a finding.
V-281220
False
RHEL-10-600720
Verify RHEL 10 is configured to use a sufficient number of rounds for password hashing with the following command:
$ sudo grep rounds /etc/pam.d/password-auth
password sufficient pam_unix.so sha512 rounds=100000
If the setting is not configured or "rounds" is less than "100000", this a finding.
M
5733