STIGQter STIGQter: STIG Summary: VMware vSphere 6.7 Perfcharts Tomcat Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 09 Mar 2021:

Performance Charts directory tree must have permissions in an "out-of-the box" state.

DISA Rule

SV-239417r674974_rule

Vulnerability Number

V-239417

Group Title

SRG-APP-000211-WSR-000030

Rule Version

VCPF-67-000016

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, execute the following command:

# chown perfcharts:cis <file_name>

Repeat the command for each file that was returned.

Note: Replace <file_name> for the name of the file that was returned.

Check Contents

At the command prompt, execute the following command:

# find /usr/lib/vmware-perfcharts/tc-instance/webapps/ -xdev -type f -a '(' -not -user perfcharts -o -not -group cis ')' -exec ls -A {} \;

Expected result:

/usr/lib/vmware-perfcharts/tc-instance/webapps/statsreport/WEB-INF/web.xml

If the command does not produce output, this is NOT a finding.

If the output of the command does not match the expected result, this is a finding.

Vulnerability Number

V-239417

Documentable

False

Rule Version

VCPF-67-000016

Severity Override Guidance

At the command prompt, execute the following command:

# find /usr/lib/vmware-perfcharts/tc-instance/webapps/ -xdev -type f -a '(' -not -user perfcharts -o -not -group cis ')' -exec ls -A {} \;

Expected result:

/usr/lib/vmware-perfcharts/tc-instance/webapps/statsreport/WEB-INF/web.xml

If the command does not produce output, this is NOT a finding.

If the output of the command does not match the expected result, this is a finding.

Check Content Reference

M

Target Key

5329

Comments