UCF STIG Viewer Logo

HAProxy frontend servers must be bound to a specific port.


Overview

Finding ID Version Rule ID IA Controls Severity
V-89159 VRAU-HA-000185 SV-99809r1_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
VMW vRealize Automation 7.x HA Proxy Security Technical Implementation Guide 2018-10-12

Details

Check Text ( C-88851r2_chk )
Navigate to and open the following files:

/etc/haproxy/conf.d/20-vcac.cfg
/etc/haproxy/conf.d/30-vro-config.cfg

Verify that each frontend is bound to at least one port. Below is an example binding:

frontend https-in-vro-config
bind :8283

If each frontend is not bound to at least one port, this is a finding.
Fix Text (F-95901r1_fix)
Navigate to and open the following files:

/etc/haproxy/conf.d/20-vcac.cfg
/etc/haproxy/conf.d/30-vro-config.cfg

Configure each frontend to be bound to at least one port.