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

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

DISA Rule

SV-100741r1_rule

Vulnerability Number

V-90091

Group Title

SRG-APP-000266-WSR-000142

Rule Version

VRAU-TC-000640

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open /opt/vmware/horizon/workspace/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' /opt/vmware/horizon/workspace/conf/web.xml

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

Vulnerability Number

V-90091

Documentable

False

Rule Version

VRAU-TC-000640

Severity Override Guidance

At the command prompt, execute the following command:

grep -E -A 4 '<welcome-file-list' /opt/vmware/horizon/workspace/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

3439

Comments