STIGQter STIGQter: STIG Summary: VMware vSphere 7.0 vCenter Appliance UI Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 26 Jul 2023:

The vSphere UI directory tree must have permissions in an out-of-the-box state.

DISA Rule

SV-256794r889381_rule

Vulnerability Number

V-256794

Group Title

SRG-APP-000211-WSR-000030

Rule Version

VCUI-70-000017

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>

Repeat the commands for each file that was returned.

Check Contents

At the command prompt, run the following command:

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

If the command produces any output, this is a finding.

Vulnerability Number

V-256794

Documentable

False

Rule Version

VCUI-70-000017

Severity Override Guidance

At the command prompt, run the following command:

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

If the command produces any output, this is a finding.

Check Content Reference

M

Target Key

5528