1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere 6.7 EAM Tomcat V1R1
  4. VCEM-67-000013 – ESX Agent Manager must have mappings set for Java servlet pages.

VCEM-67-000013 – ESX Agent Manager must have mappings set for Java servlet pages.

Details

Resource mapping is the process of tying a particular file type to a process in the web server that can serve that type of file to a requesting client and identify which file types are not to be delivered to a client.

By not specifying which files can and cannot be served to a user, the web server could deliver to a user web server configuration files, log files, password files, etc.

Because Tomcat is a Java-based web server, the main file extension used is *.jsp. This check ensures that the *.jsp file type has been properly mapped to servlets.

Solution

Navigate to and open:

/usr/lib/vmware-eam/web/webapps/eam/WEB-INF/web.xml

Navigate to and locate the mapping for the JSP servlet. The node contains JspServlet.

Configure the node to look like the code snippet below:


JspServlet
*.jsp

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