Summary

Acunetix 360 detected that Apache MultiViews is enabled.

This vulnerability can be used for locating and obtaining access to some hidden resources.

Impact

An attacker can use this functionality to aid in finding hidden files in the site and potentially gather further sensitive information.

Actions To Take

  1. Change your server configuration file. A recommended configuration for the requested directory should be in the following format:

    <Directory /{YOUR DIRECTORY}>
    	Options FollowSymLinks
    </Directory>
    

    Remove the MultiViews option from configuration.

Severity

Low

Classification

CWE-16 ISO27001-A.9.4.1 WASC-14 OWASP 2013-A5 OWASP 2017-A6