STIGQter STIGQter: STIG Summary: Apache Tomcat Application Sever 9 Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 22 Jan 2021:

Jar files in the $CATALINA_HOME/bin/ folder must have their permissions set to 640.

DISA Rule

SV-222947r615938_rule

Vulnerability Number

V-222947

Group Title

SRG-APP-000120-AS-000080

Rule Version

TCAT-AS-000380

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Run the following command on the Tomcat server:

sudo find $CATALINA_HOME/bin/*jar -follow -maxdepth 0 -type f -print0 | sudo xargs chmod 640 $CATALINA_HOME/bin/*jar

Check Contents

Access the Tomcat server from the command line and execute the following OS command:

sudo find $CATALINA_HOME/bin/*jar -follow -maxdepth 0 -type f \( \! -perm 640 \) -ls

If there are no results, or if .sh extensions are found, this is not a finding.

If results indicate any of the jar file permissions contained in the $CATALINA_HOME/bin folder are not set to 640, this is a finding.

Vulnerability Number

V-222947

Documentable

False

Rule Version

TCAT-AS-000380

Severity Override Guidance

Access the Tomcat server from the command line and execute the following OS command:

sudo find $CATALINA_HOME/bin/*jar -follow -maxdepth 0 -type f \( \! -perm 640 \) -ls

If there are no results, or if .sh extensions are found, this is not a finding.

If results indicate any of the jar file permissions contained in the $CATALINA_HOME/bin folder are not set to 640, this is a finding.

Check Content Reference

M

Target Key

4094

Comments