STIGQter STIGQter: STIG Summary: Oracle Linux 9 Security Technical Implementation Guide Version: 1 Release: 6 Benchmark Date: 01 Jul 2026:

OL 9 system-auth must be configured to use a sufficient number of hashing rounds.

DISA Rule

SV-271626r1091590_rule

Vulnerability Number

V-271626

Group Title

SRG-OS-000073-GPOS-00041

Rule Version

OL09-00-001070

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure Oracle Linux 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'

Check Contents

Verify that OL 9 system-auth is configured to use a sufficient number of hashing rounds 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.

Vulnerability Number

V-271626

Documentable

False

Rule Version

OL09-00-001070

Severity Override Guidance

Verify that OL 9 system-auth is configured to use a sufficient number of hashing rounds 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.

Check Content Reference

M

Target Key

5680