UCF STIG Viewer Logo

tc Server VCO must be configured with the appropriate ports.


Overview

Finding ID Version Rule ID IA Controls Severity
V-240858 VRAU-TC-000810 SV-240858r674458_rule Medium
Description
Web servers provide numerous processes, features, and functionalities that utilize TCP/IP ports. Some of these processes may be deemed unnecessary or too unsecure to run on a production system. The web server must provide the capability to disable or deactivate network-related services that are deemed to be non-essential to the server mission, are too unsecure, or are prohibited by the PPSM CAL and vulnerability assessments. An essential configuration file for tc Server is catalina.properties. The ports that tc Server listens to will be configured in that file.
STIG Date
VMware vRealize Automation 7.x tc Server Security Technical Implementation Guide 2021-06-23

Details

Check Text ( C-44091r674457_chk )
At the command prompt, execute the following command:

cat /etc/vco/app-server/catalina.properties | grep -E '\.port'

Review the listed ports. Verify that they match the list below of tc Server VCO ports.

ch.dunes.http-server.port=8280
ch.dunes.https-server.port=8281

If the displayed ports do not match the above list of ports, this is a finding.
Fix Text (F-44050r674317_fix)
Navigate to and open /etc/vco/app-server/catalina.properties.

Navigate to the ports specification section.

Set the tc Server VCO port specifications according to the list below:

ch.dunes.http-server.port=8280
ch.dunes.https-server.port=8281