4.5 Restrict access to Tomcat temp directory

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

The Tomcat $CATALINA_HOME/temp/ directory is used by Tomcat to persist temporary information to disk. It is recommended that the ownership of this directory be tomcat_admin:tomcat. It is also recommended that the permissions on this directory prevent read, write, and execute for the world (o-rwx).

Solution

Perform the following to restrict access to Tomcat temp directory:
1. Set the ownership of the $CATALINA_HOME/temp to tomcat_admin:tomcat.
2. Remove read, write, and execute permissions for the world
# chown tomcat_admin:tomcat $CATALINA_HOME/temp
# chmod o-rwx $CATALINA_HOME/temp

See Also

https://workbench.cisecurity.org/files/267

Item Details

Category: CONFIGURATION MANAGEMENT

References: 800-53|CM-6, CSCv6|3.1

Plugin: Unix

Control ID: 19706c03d0cdd0dba5e445ce03041568dfd6c344f77f0051bae846b91b94db43