VCLU-70-000022 - The Lookup Service must not show directory listings.

Information

Enumeration techniques, such as URL parameter manipulation, rely on being able to obtain information about the web server's directory structure by locating directories without default pages. In this scenario, the web server will display to the user a listing of the files in the directory being accessed. Ensuring that directory listing is disabled is one approach to mitigating the vulnerability.

In Tomcat, directory listing is disabled by default but can be enabled via the 'listings' parameter. Ensure this node is not present to have the default effect.

Solution

Navigate to and open:

/usr/lib/vmware-lookupsvc/conf/web.xml

Set the <param-value> to 'false' in all <param-name>listing</param-name> nodes.

The setting should look like the following:

<init-param>
<param-name>listings</param-name>
<param-value>false</param-value>
</init-param>

Restart the service with the following command:

# vmon-cli --restart lookupsvc

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_VMW_vSphere_7-0_Y23M07_STIG.zip

Item Details

Category: SYSTEM AND INFORMATION INTEGRITY

References: 800-53|SI-11a., CAT|II, CCI|CCI-001312, Rule-ID|SV-256727r888772_rule, STIG-ID|VCLU-70-000022, Vuln-ID|V-256727

Plugin: Unix

Control ID: d6ab2703e4125680e9cb8abafb7c75a6fe264f69e97e293f6c62b594e1f3fde4