1. Home
  2. Security Hardening
  3. DISA STIG Apache Server 2.4 Windows Server V2R2
  4. AS24-W1-000330 – The Apache web server must have Web Distributed Authoring (WebDAV) disabled.

AS24-W1-000330 – The Apache web server must have Web Distributed Authoring (WebDAV) disabled.

Details

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.

Solution

Edit the <'INSTALL PATH'>confhttpd.conf file and remove the following modules:

dav_module
dav_fs_module
dav_lock_module

Restart the Apache service.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Windows.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles