SV-256789r889366_rule
V-256789
SRG-APP-000141-WSR-000081
VCUI-70-000012
CAT II
10
Navigate to and open:
/usr/lib/vmware-vsphere-ui/server/conf/web.xml
Remove all of the following nodes lines:
<mime-type>application/x-csh</mime-type>
<mime-type>application/x-shar</mime-type>
<mime-type>application/x-sh</mime-type>
<mime-type>application/x-ksh</mime-type>
Restart the service with the following command:
# vmon-cli --restart vsphere-ui
Note: Delete the entire mime-mapping node for the target mime-type.
Example:
<mime-mapping>
<extension>sh</extension>
<mime-type>application/x-sh</mime-type>
</mime-mapping>
At the command prompt, run the following command:
# grep -En '(x-csh<)|(x-sh<)|(x-shar<)|(x-ksh<)' /usr/lib/vmware-vsphere-ui/server/conf/web.xml
If the command produces any output, this is a finding.
V-256789
False
VCUI-70-000012
At the command prompt, run the following command:
# grep -En '(x-csh<)|(x-sh<)|(x-shar<)|(x-ksh<)' /usr/lib/vmware-vsphere-ui/server/conf/web.xml
If the command produces any output, this is a finding.
M
5528