UCF STIG Viewer Logo

The system must use a FIPS 140-2 approved cryptographic hashing algorithm for generating account password hashes (login.defs).


Overview

Finding ID Version Rule ID IA Controls Severity
V-208838 OL6-00-000063 SV-208838r793623_rule Medium
Description
Using a stronger hashing algorithm makes password cracking attacks more difficult.
STIG Date
Oracle Linux 6 Security Technical Implementation Guide 2021-12-03

Details

Check Text ( C-9091r357494_chk )
Inspect "/etc/login.defs" and ensure the following line appears:

ENCRYPT_METHOD SHA512

If it does not, this is a finding.
Fix Text (F-9091r357495_fix)
In "/etc/login.defs", add or correct the following line to ensure the system will use SHA-512 as the hashing algorithm:

ENCRYPT_METHOD SHA512