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

ESX Agent Manager must be configured to limit access to internal packages.

DISA Rule

SV-239382r674640_rule

Vulnerability Number

V-239382

Group Title

SRG-APP-000141-WSR-000075

Rule Version

VCEM-67-000011

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open:

/etc/vmware-eam/catalina.properties

Ensure that the "package.access" line is configured as follows:

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

Check Contents

At the command prompt, execute the following command:

# grep "package.access" -A 5 /etc/vmware-eam/catalina.properties

Expected result:

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

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

Vulnerability Number

V-239382

Documentable

False

Rule Version

VCEM-67-000011

Severity Override Guidance

At the command prompt, execute the following command:

# grep "package.access" -A 5 /etc/vmware-eam/catalina.properties

Expected result:

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

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

Check Content Reference

M

Target Key

5328

Comments