STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to VMware vSphere 8.0 vCenter Appliance User Interface (UI) Security Technical Implementation Guide

V-259111

CAT II (Medium)

The vCenter UI service must be configured to use a specified IP address and port.

Rule ID

SV-259111r935237_rule

STIG

VMware vSphere 8.0 vCenter Appliance User Interface (UI) Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-000382

Discussion

The server must be configured to listen on a specified IP address and port. Without specifying an IP address and port for server to use, the server will listen on all IP addresses available. Accessing the hosted application through an IP address normally used for nonapplication functions opens the possibility of user access to resources, utilities, files, ports, and protocols that are protected on the desired application IP address.

Check Content

At the command prompt, run the following command:

# xmllint --xpath "//Connector[(@port = '0') or not(@address)]" /usr/lib/vmware-vsphere-ui/server/conf/server.xml

Expected result:

XPath set is empty

If any connectors are returned, this is a finding.

Fix Text

Navigate to and open:

/usr/lib/vmware-vsphere-ui/server/conf/server.xml

Navigate to the <Connector> node and configure the port and address as follows.

port="${http.port}"
address="localhost"

Restart the service with the following command:

# vmon-cli --restart vsphere-ui