Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-239423 | VCPF-67-000022 | SV-239423r674992_rule | Medium |
Description |
---|
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 the 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. |
STIG | Date |
---|---|
VMware vSphere 6.7 Perfcharts Tomcat Security Technical Implementation Guide | 2022-01-03 |
Check Text ( C-42656r674990_chk ) |
---|
At the command prompt, execute the following command: # xmllint --format /usr/lib/vmware-perfcharts/tc-instance/conf/web.xml | sed '2 s/xmlns=".*"//g' | xmllint --xpath '//param-name[text()="listings"]/parent::init-param' - Expected result: If the output of the command does not match the expected result, this is a finding. |
Fix Text (F-42615r674991_fix) |
---|
Navigate to and open /usr/lib/vmware-perfcharts/tc-instance/conf/web.xml. Set the Note: The setting should look like the following: |