STIGQter STIGQter: STIG Summary: VMware vRealize Operations Manager 6.x tc Server Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 28 Sep 2018:

tc Server API must set the welcome-file node to a default web page.

DISA Rule

SV-99659r1_rule

Vulnerability Number

V-89009

Group Title

SRG-APP-000266-WSR-000142

Rule Version

VROM-TC-000675

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open /usr/lib/vmware-vcops/tomcat-enterprise/conf/web.xml.

Inspect the file and ensure that it contains the below section:

<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>

Check Contents

At the command prompt, execute the following command:

grep -E -A 4 '<welcome-file-list' /usr/lib/vmware-vcops/tomcat-enterprise/conf/web.xml

If a <welcome-file> node is not set to a default web page, this is a finding.

Vulnerability Number

V-89009

Documentable

False

Rule Version

VROM-TC-000675

Severity Override Guidance

At the command prompt, execute the following command:

grep -E -A 4 '<welcome-file-list' /usr/lib/vmware-vcops/tomcat-enterprise/conf/web.xml

If a <welcome-file> node is not set to a default web page, this is a finding.

Check Content Reference

M

Target Key

3441

Comments