/debug/pprof endpoint insecurely, related to CVE-2019-11248.etcd on ESXi hosts.The etcd service on ESXi hosts insecurely exposes the /debug/pprof HTTP endpoint. This can leak profiling data, creating a potential information disclosure vulnerability. The etcd service is started by the clusterAgent service on each host.
Run the following command on each host within the cluster to stop the clusterAgent, delete the etcd data stored on the host, and remove the ESXi host from the etcd cluster:
/etc/init.d/clusterAgent stop ; configstorecli files datafile delete -c esx -k cluster_agent_data ; configstorecli files datadir delete -c esx -k cluster_agent_data
In a vSphere cluster, only three ESXi hosts will be actively participating in the etcd cluster at a single time.