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 have the debug option turned off.

DISA Rule

SV-100753r1_rule

Vulnerability Number

V-90103

Group Title

SRG-APP-000266-WSR-000160

Rule Version

VRAU-TC-000675

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open /opt/vmware/horizon/workspace/conf/web.xml.

Navigate to all <debug> nodes that are not set to "0".

Set the <param-value> to "0" in all <param-name>debug</param-name> nodes.

Note: The debug setting should look like the below:

<init-param>
<param-name>debug</param-name>
<param-value>0</param-value>
</init-param>

Check Contents

At the command prompt, execute the following command:

grep -En -A 2 -B 1 '<param-name>debug</param-name>' /opt/vmware/horizon/workspace/conf/web.xml

If all instances of the debug parameter are not set to "0", this is a finding.

Vulnerability Number

V-90103

Documentable

False

Rule Version

VRAU-TC-000675

Severity Override Guidance

At the command prompt, execute the following command:

grep -En -A 2 -B 1 '<param-name>debug</param-name>' /opt/vmware/horizon/workspace/conf/web.xml

If all instances of the debug parameter are not set to "0", this is a finding.

Check Content Reference

M

Target Key

3439

Comments