UCF STIG Viewer Logo

tc Server API must be configured to use a specified IP address and port.


Overview

Finding ID Version Rule ID IA Controls Severity
V-88941 VROM-TC-000440 SV-99591r1_rule Medium
Description
The web server must be configured to listen on a specified IP address and port. Without specifying an IP address and port for the web server to utilize, the web server will listen on all IP addresses available to the hosting server. If the web server has multiple IP addresses, i.e., a management IP address, the web server will also accept connections on the management IP address. Accessing the hosted application through an IP address normally used for non-application functions opens the possibility of user access to resources, utilities, files, ports, and protocols that are protected on the desired application IP address.
STIG Date
VMware vRealize Operations Manager 6.x tc Server Security Technical Implementation Guide 2018-10-12

Details

Check Text ( C-88633r1_chk )
Navigate to and open /usr/lib/vmware-vcops/tomcat-enterprise/conf/server.xml.

Navigate to each of the nodes.

If either the IP address or the port is not specified for each , this is a finding.
Fix Text (F-95683r1_fix)
Navigate to and open /usr/lib/vmware-vcops/tomcat-web-app/conf/server.xml.

Navigate to each of the nodes.

Configure each node with the correct port and address value
address="XXXXX"
port="YYYYY"