SV-258971r934571_rule
V-258971
SRG-APP-000014-AS-000009
VCST-80-000002
CAT II
10
Navigate to and open:
/usr/lib/vmware-sso/vmware-sts/conf/server.xml
For each connector with "SSLEnabled" set to true, configure the ciphers attribute under the "SSLHostConfig" as follows:
ciphers="TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
Restart the service with the following command:
# vmon-cli --restart sts
At the command prompt, run the following command:
# xmllint --xpath '/Server/Service/Connector/SSLHostConfig/@ciphers' /usr/lib/vmware-sso/vmware-sts/conf/server.xml
Expected result:
ciphers="TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
If each result returned does not match the expected result, this is a finding.
V-258971
False
VCST-80-000002
At the command prompt, run the following command:
# xmllint --xpath '/Server/Service/Connector/SSLHostConfig/@ciphers' /usr/lib/vmware-sso/vmware-sts/conf/server.xml
Expected result:
ciphers="TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
If each result returned does not match the expected result, this is a finding.
M
5567