STIGQter STIGQter: STIG Summary: VMware vSphere 8.0 vCenter Appliance User Interface (UI) Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 01 Jul 2026:

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

DISA Rule

SV-259111r1043177_rule

Vulnerability Number

V-259111

Group Title

SRG-APP-000142-AS-000014

Rule Version

VCUI-80-000037

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

Check Contents

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.

Vulnerability Number

V-259111

Documentable

False

Rule Version

VCUI-80-000037

Severity Override Guidance

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.

Check Content Reference

M

Target Key

5568