STIGQter STIGQter: STIG Summary: VMware vSphere 8.0 vCenter Appliance User Interface (UI) Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 31 Oct 2023:

The vCenter UI service must protect logs from unauthorized access.

DISA Rule

SV-259108r935228_rule

Vulnerability Number

V-259108

Group Title

SRG-APP-000118-AS-000078

Rule Version

VCUI-80-000025

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, run the following commands:

# chmod o-w <file>
# chown vsphere-ui:users <file>

Note: Substitute <file> with the listed file.

Check Contents

At the command prompt, run the following command:

# find /var/log/vmware/vsphere-ui/ -xdev -type f -a '(' -perm -o+w -o -not -user vsphere-ui -o -not -group users -a -not -group root ')' -exec ls -ld {} \;

If any files are returned, this is a finding.

Vulnerability Number

V-259108

Documentable

False

Rule Version

VCUI-80-000025

Severity Override Guidance

At the command prompt, run the following command:

# find /var/log/vmware/vsphere-ui/ -xdev -type f -a '(' -perm -o+w -o -not -user vsphere-ui -o -not -group users -a -not -group root ')' -exec ls -ld {} \;

If any files are returned, this is a finding.

Check Content Reference

M

Target Key

5568