1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere 6.7 STS Tomcat V1R1
  4. VCST-67-000012 – The Security Token Service must have Multipurpose Internet Mail Extensions (MIME) that invoke OS shell programs disabled.

VCST-67-000012 – The Security Token Service must have Multipurpose Internet Mail Extensions (MIME) that invoke OS shell programs disabled.

Details

MIME mappings tell the Security Token Service 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.

Solution

Open /usr/lib/vmware-sso/vmware-sts/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

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles