STIGQter STIGQter: STIG Summary: Tri-Lab Operating System Stack (TOSS) 4 Security Technical Implementation Guide Version: 2 Release: 6 Benchmark Date: 01 Jul 2026:

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

DISA Rule

SV-252951r958482_rule

Vulnerability Number

V-252951

Group Title

SRG-OS-000104-GPOS-00051

Rule Version

TOSS-04-020060

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

Check Contents

Verify that TOSS contains no duplicate User IDs (UIDs) for interactive users.

Check that the operating system 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-252951

Documentable

False

Rule Version

TOSS-04-020060

Severity Override Guidance

Verify that TOSS contains no duplicate User IDs (UIDs) for interactive users.

Check that the operating system 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

5469