1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere 6.7 Perfcharts Tomcat V1R1
  4. VCPF-67-000023 – Performance Charts must configured to show error pages with minimal information.

VCPF-67-000023 – Performance Charts must configured to show error pages with minimal information.

Details

Web servers will often display error messages to client users, including enough information to aid in the debugging of the error. The information given back in error messages may display the web server type, version, patches installed, plug-ins and modules installed, type of code being used by the hosted application, and any backends being used for data storage.

This information could be used by an attacker to blueprint what type of attacks might be successful. Therefore, Performance Charts must be configured with a catch-all error handler that redirects to a standard ‘error.jsp’.

Solution

Navigate to and open /usr/lib/vmware-perfcharts/tc-instance/webapps/statsreport/WEB-INF/web.xml.

Add the following section under the node:


java.lang.Throwable
/error.jsp

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Information Integrity.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles