Performance Charts must only run one webapp.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
---|---|---|---|---|---|---|
medium | V-256619 | SRG-APP-000131-WSR-000073 | VCPF-70-000009 | SV-256619r888348_rule | 2023-02-21 | 1 |
Description |
---|
VMware ships Performance Charts on the vCenter Server Appliance (VCSA)with one webapp. Any other path is potentially malicious and must be removed. |
ℹ️ Check |
---|
At the command prompt, run the following command: # ls -A /usr/lib/vmware-perfcharts/tc-instance/webapps Expected result: statsreport If the output does not match the expected result, this is a finding. |
✔️ Fix |
---|
For each unexpected directory returned in the check, run the following command: # rm /usr/lib/vmware-perfcharts/tc-instance/webapps/<NAME> Restart the service with the following command: # vmon-cli --restart perfcharts |