4.6 Restrict access to Tomcat binaries directory

Information

The Tomcat $CATALINA_HOME/bin directory contains executes that are part of the Tomcat run-time. It is recommended that the ownership of this directory be tomcat_admin:tomcat It is also recommended that the permission on this directory deny read, write, and execute for the world ( o-rwx ) and deny write access to the group ( g-w ).

Restricting access to these directories will prevent local users from maliciously or inadvertently affecting the integrity of Tomcat processes.

Solution

Perform the following to restrict access to Tomcat bin directory:

- Set the ownership of the $CATALINA_HOME/bin to tomcat_admin:tomcat # chown tomcat_admin:tomcat $CATALINA_HOME/bin
- Remove read, write, and execute permissions for the world # chmod g-w,o-rwx $CATALINA_HOME/bin

See Also

https://workbench.cisecurity.org/benchmarks/15137

Item Details

Category: CONFIGURATION MANAGEMENT

References: 800-53|CM-7, 800-53|CM-7(1), CSCv7|14.6

Plugin: Unix

Control ID: 35bbb77b3f63f01c89b4643ed0bbe50fd188a77410cac9192e362a0e375458ed