Web Distributed Authoring and Versioning (WebDAV) must be disabled.

From APACHE 2.2 Server for Windows Security Technical Implementation Guide

Part of WA00505

SV-33169r2_rule Web Distributed Authoring and Versioning (WebDAV) must be disabled.

Vulnerability discussion

The Apache mod_dav and mod_dav_fs modules support WebDAV ('Web-based Distributed Authoring and Versioning') functionality for Apache. WebDAV is an extension to the HTTP protocol which allows clients to create, move, and delete files and resources on the web server. WebDAV is not widely used, and has serious security concerns as it may allow clients to modify unauthorized files on the web server. Therefore, the WebDav modules mod_dav and mod_dav_fs should be disabled.

Check content

Open a command prompt window. Navigate to the “bin” directory (in many cases this may be [Drive Letter]:\[directory path]\Apache Software Foundation\Apache2.2\bin>). Enter the following command: httpd –M NOTE: Some installations may be running under apache.exe. In such case, validate by running the following command: apache -M This will provide a list of all loaded modules. If any of the following modules are found this is a finding: dav_module, dav_fs_module, or dav_lock_module.

Fix text

Disable all WebDAV modules by adding a "#" in front of them within the httpd.conf file, and restarting the Apache service.

Pro Tips

Lavender hyperlinks in small type off to the right (of CSS class id, if you view the page source) point to globally unique URIs for each document and item. Copy the link location and paste anywhere you need to talk unambiguously about these things.

You can obtain data about documents and items in other formats. Simply provide an HTTP header Accept: text/turtle or Accept: application/rdf+xml.

Powered by sagemincer