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

OL 9 user account passwords must have a 60-day maximum password lifetime restriction.

DISA Rule

SV-271632r1091608_rule

Vulnerability Number

V-271632

Group Title

SRG-OS-000076-GPOS-00044

Rule Version

OL09-00-001100

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure noncompliant accounts to enforce a 60-day maximum password lifetime restriction.

passwd -x 60 [user]

Check Contents

Verify that OL 9 user account passwords have a 60-day maximum password lifetime restriction with the following commands:

$ sudo awk -F: '$5 > 60 {print $1 "" "" $5}' /etc/shadow

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

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

Vulnerability Number

V-271632

Documentable

False

Rule Version

OL09-00-001100

Severity Override Guidance

Verify that OL 9 user account passwords have a 60-day maximum password lifetime restriction with the following commands:

$ sudo awk -F: '$5 > 60 {print $1 "" "" $5}' /etc/shadow

$ sudo awk -F: '$5 <= 0 {print $1 "" "" $5}' /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