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

DISA Rule

SV-99667r1_rule

Vulnerability Number

V-89017

Group Title

SRG-APP-000266-WSR-000160

Rule Version

VROM-TC-000700

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open /usr/lib/vmware-vcops/tomcat-web-app/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>' /usr/lib/vmware-vcops/tomcat-web-app/conf/web.xml

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

Vulnerability Number

V-89017

Documentable

False

Rule Version

VROM-TC-000700

Severity Override Guidance

At the command prompt, execute the following command:

grep -En -A 2 -B 1 '<param-name>debug</param-name>' /usr/lib/vmware-vcops/tomcat-web-app/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

3441

Comments