TCAT-AS-001250 - $CATALINA_BASE/logs/ folder must be owned by tomcat user, 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 all Tomcat files owned by root with group Tomcat. 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.

Solution

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

Run the following commands on the Tomcat server:

sudo find $CATALINA_BASE/logs -maxdepth 0 ( ! -user tomcat ) | sudo xargs chown tomcat

sudo find $CATALINA_BASE/logs -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-222988r754843_rule, STIG-ID|TCAT-AS-001250, STIG-Legacy|SV-111499, STIG-Legacy|V-102559, Vuln-ID|V-222988

Plugin: Unix

Control ID: eb3a26cfc2b2f1eaa1073f1f360c689a7d9ac59ce630d5e30350e50532b09fdb