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 must be configured to limit access to internal packages.

DISA Rule

SV-239432r675019_rule

Vulnerability Number

V-239432

Group Title

SRG-APP-000141-WSR-000075

Rule Version

VCPF-67-000031

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open /usr/lib/vmware-sso/vmware-sts/conf/catalina.properties and ensure that the "package.access" line is configured as follows:

package.access = \
sun.,\
org.apache.catalina.,\
org.apache.coyote.,\
org.apache.jasper.,\
org.apache.naming.resources.,\
org.apache.tomcat.

Check Contents

At the command prompt, execute the following command:

# grep -A 6 "package.access" /usr/lib/vmware-perfcharts/tc-instance/conf/catalina.properties

Expected result:

package.access = \
sun.,\
org.apache.catalina.,\
org.apache.coyote.,\
org.apache.jasper.,\
org.apache.naming.resources.,\
org.apache.tomcat.

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

Vulnerability Number

V-239432

Documentable

False

Rule Version

VCPF-67-000031

Severity Override Guidance

At the command prompt, execute the following command:

# grep -A 6 "package.access" /usr/lib/vmware-perfcharts/tc-instance/conf/catalina.properties

Expected result:

package.access = \
sun.,\
org.apache.catalina.,\
org.apache.coyote.,\
org.apache.jasper.,\
org.apache.naming.resources.,\
org.apache.tomcat.

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

Check Content Reference

M

Target Key

5329

Comments