STIGQter STIGQter: STIG Summary: VMware vSphere 7.0 vCenter Appliance Photon OS Security Technical Implementation Guide Version: 1 Release: 4 Benchmark Date: 30 Jan 2025:

The Photon operating system must not have duplicate User IDs (UIDs).

DISA Rule

SV-256510r958482_rule

Vulnerability Number

V-256510

Group Title

SRG-OS-000104-GPOS-00051

Rule Version

PHTN-30-000033

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open:

/etc/passwd

Configure each user account that has a duplicate UID with a unique UID.

Check Contents

At the command line, run the following command:

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

If any lines are returned, this is a finding.

Vulnerability Number

V-256510

Documentable

False

Rule Version

PHTN-30-000033

Severity Override Guidance

At the command line, run the following command:

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

If any lines are returned, this is a finding.

Check Content Reference

M

Target Key

5520