STIGQter STIGQter: STIG Summary: Red Hat Enterprise Linux 10 Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 01 Jul 2026:

RHEL 10 must be configured to use the shadow file to store only encrypted representations of passwords.

DISA Rule

SV-281222r1184626_rule

Vulnerability Number

V-281222

Group Title

SRG-OS-000073-GPOS-00041

Rule Version

RHEL-10-600740

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Configure RHEL 10 to store only SHA512 encrypted representations of passwords.

Add or update the following line in the "/etc/login.defs" file:

ENCRYPT_METHOD SHA512

Check Contents

Verify RHEL 10 is configured so that the shadow file stores only encrypted representations of passwords with a hash value of SHA512 with the following command:

$ sudo grep -i encrypt_method /etc/login.defs
ENCRYPT_METHOD SHA512

If "ENCRYPT_METHOD" does not have a value of "SHA512", or the line is commented out, this is a finding.

Vulnerability Number

V-281222

Documentable

False

Rule Version

RHEL-10-600740

Severity Override Guidance

Verify RHEL 10 is configured so that the shadow file stores only encrypted representations of passwords with a hash value of SHA512 with the following command:

$ sudo grep -i encrypt_method /etc/login.defs
ENCRYPT_METHOD SHA512

If "ENCRYPT_METHOD" does not have a value of "SHA512", or the line is commented out, this is a finding.

Check Content Reference

M

Target Key

5733