TCAT-AS-001220 - $CATALINA_BASE/conf/ folder must be owned by root, group tomcat.

Warning! Audit Deprecated

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

View Next Audit Version

Information

Tomcat file permissions must be restricted. The standard configuration is to have Tomcat files contained in the conf/ folder as members of the 'tomcat' group. While root has read/write privileges, group only has read permissions, and world has no permissions. The exceptions are the logs, temp, and work directories that are owned by the Tomcat user rather than root. This means that even if an attacker compromises the Tomcat process, they cannot change the Tomcat configuration, deploy new web applications, or modify existing web applications. The Tomcat process runs with a umask of 0027 to maintain these permissions. Note that running Tomcat in a Docker environment can impact how file permissions and user ownership settings are applied. Due to associated Docker configuration complexities, the STIG is scoped for standalone rather than virtual Docker deployments.

If the ISSM determines the operational need to allow application admins access to change the Tomcat configuration outweighs the risk of limiting that access, then they can change the group membership to accommodate. Ownership must not be changed. The ISSM should take the exposure of the system to high risk networks into account.

Solution

If operational/application requirements specify different group file permissions, obtain ISSM risk acceptance and set permissions according to risk acceptance. Ownership must not be changed.

Run the following commands on the Tomcat server:

sudo find $CATALINA_BASE/conf -maxdepth 0 ( ! -user root ) | sudo xargs chown root

sudo find $CATALINA_BASE/conf -maxdepth 0 ( ! -group tomcat ) | sudo xargs chgrp tomcat

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_Apache_Tomcat_Application_Server_9_V2R4_STIG.zip

Item Details

References: CAT|II, CCI|CCI-001813, Rule-ID|SV-222987r754842_rule, STIG-ID|TCAT-AS-001220, STIG-Legacy|SV-111497, STIG-Legacy|V-102557, Vuln-ID|V-222987

Plugin: Unix

Control ID: c4a55e38c8240c640b05e39e5a457b7734db583aa9788d2ff54093dcc87a97a3