STIGQter STIGQter: STIG Summary: VMware vSphere 8.0 vCenter Appliance Secure Token Service (STS) Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 31 Oct 2023:

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

DISA Rule

SV-258978r934592_rule

Vulnerability Number

V-258978

Group Title

SRG-APP-000142-AS-000014

Rule Version

VCST-80-000037

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open:

/usr/lib/vmware-sso/vmware-sts/conf/server.xml

The STS service has 2 connectors with the below pairs of ports and addresses.

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

port="${bio-custom.http.port}"
address="localhost"

port="${bio-ssl-localhost.https.port}"
address="localhost"

Restart the service with the following command:

# vmon-cli --restart sts

Note: The connector with port="${bio-ssl-clientauth.https.port}" should not have address set.

Check Contents

At the command prompt, run the following command:

# xmllint --xpath '//Connector[not(@port = "${bio-ssl-clientauth.https.port}") and (@port = "0" or not(@address))]' /usr/lib/vmware-sso/vmware-sts/conf/server.xml

Expected result:

XPath set is empty

If any connectors are returned, this is a finding.

Vulnerability Number

V-258978

Documentable

False

Rule Version

VCST-80-000037

Severity Override Guidance

At the command prompt, run the following command:

# xmllint --xpath '//Connector[not(@port = "${bio-ssl-clientauth.https.port}") and (@port = "0" or not(@address))]' /usr/lib/vmware-sso/vmware-sts/conf/server.xml

Expected result:

XPath set is empty

If any connectors are returned, this is a finding.

Check Content Reference

M

Target Key

5567