UCF STIG Viewer Logo

tc Server CaSa must be configured with the appropriate ports.


Overview

Finding ID Version Rule ID IA Controls Severity
V-89063 VROM-TC-000850 SV-99713r1_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 Operations Manager 6.x tc Server Security Technical Implementation Guide 2018-10-12

Details

Check Text ( C-88755r1_chk )
At the command prompt, execute the following command:

cat /usr/lib/vmware-casa/casa-webapp/conf/catalina.properties | grep -E '\.port'

Review the listed ports.

Verify that they match the list below of tc Server CaSa ports.

base.shutdown.port=-1
base.jmx.port=6968
vmware-ajp13.jk.port=8011
vmware-ajp13.https.port=8445
vmware-casa.https.port=8445
vmware-casa.client.auth.port=8447
vmware-bio.http.port=8082
vmware-bio.https.port=8445

If the ports are not as listed, this is a finding.
Fix Text (F-95805r1_fix)
Navigate to and open /usr/lib/vmware-casa/casa-webapp/conf/catalina.properties.

Navigate to the ports specification section.

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

base.shutdown.port=-1
base.jmx.port=6968
vmware-ajp13.jk.port=8011
vmware-ajp13.https.port=8445
vmware-casa.https.port=8445
vmware-casa.client.auth.port=8447
vmware-bio.http.port=8082
vmware-bio.https.port=8445