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 ALL must not have the Web Distributed Authoring (WebDAV) servlet installed.

DISA Rule

SV-99573r1_rule

Vulnerability Number

V-88923

Group Title

SRG-APP-000141-WSR-000085

Rule Version

VROM-TC-000395

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open all listed web.xml files.

Navigate to and locate the mapping for the JSP servlet. It is the <servlet-mapping> node that contains <servlet-name>webdav</servlet-name>.

Remove the WebDav servlet and any mapping associated with it.

Check Contents

At the command prompt, execute the following command:

find / -name 'web.xml' -print0 | xargs -0r grep -HEn 'webdav'

If the command produces any output, this is a finding.

Vulnerability Number

V-88923

Documentable

False

Rule Version

VROM-TC-000395

Severity Override Guidance

At the command prompt, execute the following command:

find / -name 'web.xml' -print0 | xargs -0r grep -HEn 'webdav'

If the command produces any output, this is a finding.

Check Content Reference

M

Target Key

3441

Comments