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

DISA Rule

SV-100671r1_rule

Vulnerability Number

V-90021

Group Title

SRG-APP-000141-WSR-000085

Rule Version

VRAU-TC-000385

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open all listed 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-90021

Documentable

False

Rule Version

VRAU-TC-000385

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

3439

Comments