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 enforce that passwords have a 24 hours/1 day minimum lifetime restriction in "/etc/shadow".

DISA Rule

SV-281186r1184622_rule

Vulnerability Number

V-281186

Group Title

SRG-OS-000075-GPOS-00043

Rule Version

RHEL-10-600270

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure RHEL 10 so that noncompliant accounts enforce a 24 hours/1 day minimum password lifetime:

$ sudo passwd -n 1 [user]

Check Contents

Verify the minimum time period between password changes for each user account is one day or greater with the following command:

$ sudo awk -F: '$4 < 1 {printf "%s %d\n", $1, $4}' /etc/shadow

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

Vulnerability Number

V-281186

Documentable

False

Rule Version

RHEL-10-600270

Severity Override Guidance

Verify the minimum time period between password changes for each user account is one day or greater with the following command:

$ sudo awk -F: '$4 < 1 {printf "%s %d\n", $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

5733