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

OL 8 duplicate User IDs (UIDs) must not exist for interactive users.

DISA Rule

SV-248701r958422_rule

Vulnerability Number

V-248701

Group Title

SRG-OS-000042-GPOS-00020

Rule Version

OL08-00-020240

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Edit the file "/etc/passwd" and provide each interactive user account that has a duplicate UID with a unique UID.

Check Contents

Verify that OL 8 contains no duplicate UIDs for interactive users with the following command:

$ sudo awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd

If output is produced and the accounts listed are interactive user accounts, this is a finding.

Vulnerability Number

V-248701

Documentable

False

Rule Version

OL08-00-020240

Severity Override Guidance

Verify that OL 8 contains no duplicate UIDs for interactive users with the following command:

$ sudo awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd

If output is produced and the accounts listed are interactive user accounts, this is a finding.

Check Content Reference

M

Target Key

5416