SV-258100r1045201_rule
V-258100
SRG-OS-000073-GPOS-00041
RHEL-09-611055
CAT II
10
Configure RHEL 9 to use 100000 hashing rounds for hashing passwords.
Add or modify the following line in "/etc/pam.d/system-auth" and set "rounds" to 100000.
password sufficient pam_unix.so sha512 rounds=100000
Note: Running authselect will overwrite this value unless a custom authselect policy is created.
Verify the number of rounds for the password hashing algorithm is configured with the following command:
$ sudo grep rounds /etc/pam.d/system-auth
password sufficient pam_unix.so sha512 rounds=100000
If a matching line is not returned or "rounds" is less than 100000, this a finding.
V-258100
False
RHEL-09-611055
Verify the number of rounds for the password hashing algorithm is configured with the following command:
$ sudo grep rounds /etc/pam.d/system-auth
password sufficient pam_unix.so sha512 rounds=100000
If a matching line is not returned or "rounds" is less than 100000, this a finding.
M
5551