Details
Tomcat 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. It is recommended that a nondeterministic value be set for the shutdown attribute in $CATALINA_HOME/conf/server.xml.
Rationale:
Setting the shutdown attribute to a nondeterministic value will prevent malicious local users from shutting down Tomcat.
Solution
Perform the following to set a nondeterministic value for the shutdown attribute.
Update the shutdown attribute in $CATALINA_HOME/conf/server.xml as follows:
Note: NONDETERMINISTICVALUE should be replaced with a sequence of random characters.
Default Value:
The default value for the shutdown attribute is SHUTDOWN.
References:
https://tomcat.apache.org/tomcat-8.0-doc/config/server.html
https://tomcat.apache.org/tomcat-8.5-doc/config/server.html
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system Unix.