STIGQter STIGQter: STIG Summary: VMware vSphere 8.0 vCenter Appliance Secure Token Service (STS) Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 31 Oct 2023:

The vCenter STS service files must have permissions in an out-of-the-box state.

DISA Rule

SV-258998r934652_rule

Vulnerability Number

V-258998

Group Title

SRG-APP-000380-AS-000088

Rule Version

VCST-80-000144

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, run the following commands:

# chmod o-w <file>
# chown root:root <file>

Note: Substitute <file> with the listed file.

Check Contents

At the command prompt, run the following command:

# find /usr/lib/vmware-sso/ -xdev -type f -a '(' -perm -o+w -o -not -user root -o -not -group root ')' -exec ls -ld {} \;

If any files are returned, this is a finding.

Vulnerability Number

V-258998

Documentable

False

Rule Version

VCST-80-000144

Severity Override Guidance

At the command prompt, run the following command:

# find /usr/lib/vmware-sso/ -xdev -type f -a '(' -perm -o+w -o -not -user root -o -not -group root ')' -exec ls -ld {} \;

If any files are returned, this is a finding.

Check Content Reference

M

Target Key

5567