STIGQter STIGQter: STIG Summary: SUSE Linux Enterprise Server 15 Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 23 Apr 2021:

The SUSE operating system must not have duplicate User IDs (UIDs) for interactive users.

DISA Rule

SV-234822r622137_rule

Vulnerability Number

V-234822

Group Title

SRG-OS-000104-GPOS-00051

Rule Version

SLES-15-010230

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the SUSE operating system to contain no duplicate UIDs for interactive users.

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

Check Contents

Verify the SUSE operating system contains no duplicate UIDs for interactive users.

Check that the SUSE operating system contains no duplicate UIDs for interactive users by running the following command:

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

If output is produced, this is a finding.

Vulnerability Number

V-234822

Documentable

False

Rule Version

SLES-15-010230

Severity Override Guidance

Verify the SUSE operating system contains no duplicate UIDs for interactive users.

Check that the SUSE operating system contains no duplicate UIDs for interactive users by running the following command:

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

If output is produced, this is a finding.

Check Content Reference

M

Target Key

5274

Comments