Jar files in the $CATALINA_HOME/bin/ folder must have their permissions set to 640.
Overview
Finding ID
Version
Rule ID
IA Controls
Severity
V-222947
TCAT-AS-000380
SV-222947r960936_rule
Medium
Description
Tomcat's file permissions must be restricted. The standard configuration is to have all Tomcat files owned by root with the group Tomcat. While root has read/write privileges, tomcat 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.