SV-239710r679236_rule
V-239710
SRG-APP-000435-WSR-000147
VCUI-67-000029
CAT II
10
Navigate to and open /usr/lib/vmware-vsphere-ui/server/conf/server.xml.
Make sure that the server port is disabled:
<Server port="${shutdown.port}" …>
At the command prompt, execute the following commands:
# xmllint --format /usr/lib/vmware-vsphere-ui/server/conf/server.xml | sed '2 s/xmlns=".*"//g' | xmllint --xpath '/Server/@port' -
Expected result:
port="${shutdown.port}"
If the output does not match the expected result, this is a finding.
# grep shutdown /etc/vmware/vmware-vmon/svcCfgfiles/vsphere-ui.json
Expected result:
"-Dshutdown.port=-1",
If the output does not match the expected result, this is a finding.
V-239710
False
VCUI-67-000029
At the command prompt, execute the following commands:
# xmllint --format /usr/lib/vmware-vsphere-ui/server/conf/server.xml | sed '2 s/xmlns=".*"//g' | xmllint --xpath '/Server/@port' -
Expected result:
port="${shutdown.port}"
If the output does not match the expected result, this is a finding.
# grep shutdown /etc/vmware/vmware-vmon/svcCfgfiles/vsphere-ui.json
Expected result:
"-Dshutdown.port=-1",
If the output does not match the expected result, this is a finding.
M
5334