STIGQter STIGQter: STIG Summary: VMware vSphere 6.7 VAMI-lighttpd Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 09 Mar 2021:

VAMI must restrict access to the web root.

DISA Rule

SV-239733r679309_rule

Vulnerability Number

V-239733

Group Title

SRG-APP-000211-WSR-000030

Rule Version

VCLD-67-000026

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, execute the following commands:

# chmod 0755 <directory>
# chown root:root <directory>

Note: Substitute <directory> with each directory returned from the check.

Check Contents

At the command prompt, execute the following command:

# find /opt/vmware/share/htdocs/ -xdev -type d -a '(' -not -perm 0755 -o -not -user root -o -not -group root ')' -exec ls -ld {} \;

If any files are returned, this is a finding.

Vulnerability Number

V-239733

Documentable

False

Rule Version

VCLD-67-000026

Severity Override Guidance

At the command prompt, execute the following command:

# find /opt/vmware/share/htdocs/ -xdev -type d -a '(' -not -perm 0755 -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

5335

Comments