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 VCO must set the welcome-file node to a default web page.

DISA Rule

SV-100743r1_rule

Vulnerability Number

V-90093

Group Title

SRG-APP-000266-WSR-000142

Rule Version

VRAU-TC-000645

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open /etc/vco/app-server/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' /etc/vco/app-server/web.xml

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

Vulnerability Number

V-90093

Documentable

False

Rule Version

VRAU-TC-000645

Severity Override Guidance

At the command prompt, execute the following command:

grep -E -A 4 '<welcome-file-list' /etc/vco/app-server/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