UCF STIG Viewer Logo

Performance Charts must have Multipurpose Internet Mail Extensions (MIME) that invoke OS shell programs disabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-239412 VCPF-67-000011 SV-239412r674959_rule Medium
Description
MIME mappings tell the Performance Charts what type of program various file types and extensions are and what external utilities or programs are needed to execute the file type. By ensuring that various shell script MIME types are not included in web.xml, the server is protected against malicious users tricking the server into executing shell command files.
STIG Date
VMware vSphere 6.7 Perfcharts Tomcat Security Technical Implementation Guide 2022-01-03

Details

Check Text ( C-42645r674957_chk )
At the command prompt, execute the following command:

# grep -En '(x-csh<)|(x-sh<)|(x-shar<)|(x-ksh<)' /usr/lib/vmware-perfcharts/tc-instance/conf/web.xml

If the command produces any output, this is a finding.
Fix Text (F-42604r674958_fix)
Open /usr/lib/vmware-perfcharts/tc-instance/conf/web.xml in a text editor.

Remove any and all of the following nodes lines:

application/x-csh
application/x-shar
application/x-sh
application/x-ksh