Skip to content

The RHEL 8 shadow password suite must be configured to use a sufficient number of hashing rounds.

An XCCDF Rule

Description

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.

ID
SV-230233r1044790_rule
Version
RHEL-08-010130
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Configure RHEL 8 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