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

OL 9 passwords must have a 24-hour minimum password lifetime restriction in /etc/shadow.

DISA Rule

SV-271630r1091602_rule

Vulnerability Number

V-271630

Group Title

SRG-OS-000075-GPOS-00043

Rule Version

OL09-00-001090

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure noncompliant accounts to enforce a 24-hour minimum password lifetime:

$ sudo passwd -n 1 [user]

Check Contents

Verify that OL 9 has configured the minimum time period between password changes for each user account as 24 hours or greater with the following command:

$ sudo awk -F: '$4 < 1 {print $1 " " $4}' /etc/shadow

If any results are returned that are not associated with a system account, this is a finding.

Vulnerability Number

V-271630

Documentable

False

Rule Version

OL09-00-001090

Severity Override Guidance

Verify that OL 9 has configured the minimum time period between password changes for each user account as 24 hours or greater with the following command:

$ sudo awk -F: '$4 < 1 {print $1 " " $4}' /etc/shadow

If any results are returned that are not associated with a system account, this is a finding.

Check Content Reference

M

Target Key

5680