SV-239700r679206_rule
V-239700
SRG-APP-000251-WSR-000157
VCUI-67-000019
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 the value 'URIEncoding="UTF-8"'.
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}"]/@URIEncoding' -
Expected result:
URIEncoding="UTF-8"
If the output does not match the expected result, this is a finding.
V-239700
False
VCUI-67-000019
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}"]/@URIEncoding' -
Expected result:
URIEncoding="UTF-8"
If the output does not match the expected result, this is a finding.
M
5334