1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere 6.7 Perfcharts Tomcat V1R1
  4. VCPF-67-000012 – Performance Charts must have mappings set for Java servlet pages.

VCPF-67-000012 – Performance Charts 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 to 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 and *.jspx file types have been properly mapped to servlets.

Solution

Navigate to and open /usr/lib/vmware-perfcharts/tc-instance/conf/web.xml.

Inside the parent node, add the following:


jsp
*.jsp
*.jspx

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