4.3 Restrict access to Tomcat configuration directory

Information

The Tomcat $CATALINA_HOME/conf directory contains Tomcat configuration files. It is recommended that the ownership of this directory be tomcat_admin:tomcat It is also recommended that the permissions 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 altering Tomcat's configuration.

Solution

Perform the following to restrict access to Tomcat configuration files:

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

See Also

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

Item Details

Category: ACCESS CONTROL, MEDIA PROTECTION

References: 800-53|AC-3, 800-53|AC-5, 800-53|AC-6, 800-53|MP-2, CSCv7|14.6

Plugin: Unix

Control ID: 5f9c7de70d7c9affa3cb7f7dbca796631c221051f3b961fed075a283dc47026b