UCF STIG Viewer Logo

tc Server VCO must set the welcome-file node to a default web page.


Overview

Finding ID Version Rule ID IA Controls Severity
V-240831 VRAU-TC-000645 SV-240831r674237_rule Medium
Description
The goal is to completely control the web user's experience in navigating any portion of the web document root directories. Ensuring all web content directories have at least the equivalent of an index.html file is a significant factor to accomplish this end. Enumeration techniques, such as URL parameter manipulation, rely upon 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. By having a default hosted application web page, the anonymous web user will not obtain directory browsing information or an error message that reveals the server type and version. As a web server, tc Server can be vulnerable to enumeration techniques if steps are not taken to mitigate the vulnerability. Ensuring that every document directory has an index.jsp (or equivalent) file is one common sense approach to mitigating the vulnerability.
STIG Date
VMware vRealize Automation 7.x tc Server Security Technical Implementation Guide 2021-06-23

Details

Check Text ( C-44064r674235_chk )
At the command prompt, execute the following command:

grep -E -A 4 '
If a node is not set to a default web page, this is a finding.
Fix Text (F-44023r674236_fix)
Navigate to and open /etc/vco/app-server/web.xml.

Inspect the file and ensure that it contains the below section:


index.html
index.htm
index.jsp