The Apache web server must have Web Distributed Authoring (WebDAV) disabled.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-214325SRG-APP-000141-WSR-000085AS24-W1-000330SV-214325r960963_rule2025-02-123
Description
A web server can be installed with functionality that, just by its nature, is not secure. 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. Allowing this functionality, development, and deployment is much easier for web authors. WebDAV is not widely used and has serious security concerns because it may allow clients to modify unauthorized files on the web server.
ℹ️ Check
In a command line, navigate to "<'INSTALLED PATH'>\bin". Run "httpd -M" to view a list of installed modules. If any of the following modules are present, this is a finding: dav_module dav_fs_module dav_lock_module
✔️ Fix
Edit the <'INSTALL PATH'>\conf\httpd.conf file and remove the following modules: dav_module dav_fs_module dav_lock_module Restart the Apache service.