UCF STIG Viewer Logo

Performance Charts must not have the Web Distributed Authoring (WebDAV) servlet installed.


Overview

Finding ID Version Rule ID IA Controls Severity
V-239414 VCPF-67-000013 SV-239414r674965_rule Medium
Description
WebDAV is an extension to the HTTP protocol that, when developed, was meant to allow users to create, change, and move documents on a server, typically a web server or web share. WebDAV is not widely used and has serious security concerns because it may allow clients to modify unauthorized files on the web server and must therefore be disabled. Tomcat uses the "org.apache.catalina.servlets.WebdavServlet" servlet to provide WebDAV services. Because the WebDAV service has been found to have an excessive number of vulnerabilities, this servlet must not be installed. Performance Charts does not configure WebDAV by default.
STIG Date
VMware vSphere 6.7 Perfcharts Tomcat Security Technical Implementation Guide 2022-01-03

Details

Check Text ( C-42647r674963_chk )
At the command prompt, execute the following command:

# grep -n 'webdav' /usr/lib/vmware-perfcharts/tc-instance/conf/web.xml

If the command produces any output, this is a finding.
Fix Text (F-42606r674964_fix)
Open /usr/lib/vmware-perfcharts/tc-instance/conf/web.xml in a text editor.

Find the webdav node and remove the entire parent block.

Find the webdav node and remove the entire parent block.