Performance Charts must be configured with the appropriate ports.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-256641VCPF-70-000031SV-256641r888414_ruleCCI-001762medium
Description
Web servers provide numerous processes, features, and functionalities that use TCP/IP ports. Some of these processes may be deemed unnecessary or too unsecure to run on a production system. The ports that Performance Charts listens on are configured in the "catalina.properties" file and must be verified as accurate to their shipping state.
STIGDate
VMware vSphere 7.0 vCenter Appliance Perfcharts Security Technical Implementation Guide2023-02-21

Related Frameworks

3 paths across 3 frameworks
NIST 800-531 mapping
  • DISA · V1R1 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.4.7
1.00
  • DISA · V1R1 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
  • NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-001762
1.00
  • DISA · V1R1 · disa_xccdf · related

Details

Check Text (C-256641r888414_chk)

At the command prompt, run the following command: # grep '^bio\.' /usr/lib/vmware-perfcharts/tc-instance/conf/catalina.properties Expected result: bio.http.port=13080 If the output of the command does not match the expected result, this is a finding.

Fix Text (F-60259r888413_fix)

Navigate to and open: /etc/vmware-eam/catalina.properties Navigate to the ports specification section. Add or modify the following lines: bio.http.port=13080 Restart the service with the following command: # vmon-cli --restart perfcharts