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 limit the number of maximum concurrent connections permitted.

DISA Rule

SV-259104r960735_rule

Vulnerability Number

V-259104

Group Title

SRG-APP-000001-AS-000001

Rule Version

VCUI-80-000001

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 with the value "maxThreads="800"".

Restart the service with the following command:

# vmon-cli --restart vsphere-ui

Check Contents

At the command prompt, run the following command:

# xmllint --xpath '/Server/Service/Connector[@port="${http.port}"]/@maxThreads' /usr/lib/vmware-vsphere-ui/server/conf/server.xml

Expected result:

maxThreads="800"

If the output does not match the expected result, this is a finding.

Vulnerability Number

V-259104

Documentable

False

Rule Version

VCUI-80-000001

Severity Override Guidance

At the command prompt, run the following command:

# xmllint --xpath '/Server/Service/Connector[@port="${http.port}"]/@maxThreads' /usr/lib/vmware-vsphere-ui/server/conf/server.xml

Expected result:

maxThreads="800"

If the output does not match the expected result, this is a finding.

Check Content Reference

M

Target Key

5568