Skip to content

The vCenter UI service shutdown port must be disabled.

An XCCDF Rule

Description

Tomcat by default listens on TCP port 8005 to accept shutdown requests. By connecting to this port and sending the SHUTDOWN command, all applications within Tomcat are halted. The shutdown port is not exposed to the network as it is bound to the loopback interface. Setting the port to "-1" in $CATALINA_BASE/conf/server.xml instructs Tomcat to not listen for the shutdown command.

ID
SV-259124r960963_rule
Version
VCUI-80-000134
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Navigate to and open:

/usr/lib/vmware-vsphere-ui/server/conf/catalina.properties

Add or modify the setting "shutdown.port=-1" in the "catalina.properties" file.