SV-239703r679215_rule
V-239703
SRG-APP-000266-WSR-000159
VCUI-67-000022
CAT II
10
Navigate to and open /usr/lib/vmware-vsphere-ui/server/conf/server.xml.
Navigate to each of the <Connector> nodes.
Configure each <Connector> node with 'server="Anonymous"'.
At the command prompt, execute the following command:
# xmllint --format /usr/lib/vmware-vsphere-ui/server/conf/server.xml | sed '2 s/xmlns=".*"//g' | xmllint --xpath '/Server/Service/Connector[@port="${http.port}"]/@server' -
Expected result:
server="Anonymous"
If the output does not match the expected result, this is a finding.
V-239703
False
VCUI-67-000022
At the command prompt, execute the following command:
# xmllint --format /usr/lib/vmware-vsphere-ui/server/conf/server.xml | sed '2 s/xmlns=".*"//g' | xmllint --xpath '/Server/Service/Connector[@port="${http.port}"]/@server' -
Expected result:
server="Anonymous"
If the output does not match the expected result, this is a finding.
M
5334