The following STIG finding was found on CABI/Jaspersoft's Apache Tomcat Instance
V-222961 - Applications in privileged mode must be approved by the ISSO
https://stigviewer.com/stig/apache_tomcat_application_sever_9/2021-06-15/finding/V-222961
The following 3 entries are findings
/opt/CA/SharedComponents/CABI/apache-tomcat/webapps/examples/META-INF/context.xml <Context antiResourceLocking="false" privileged="true" >
/opt/CA/SharedComponents/CABI/apache-tomcat/webapps/host-manager/META-INF/context.xml <Context antiResourceLocking="false" privileged="true" >
/opt/CA/SharedComponents/CABI/apache-tomcat/webapps/manager/META-INF/context.xml <Context antiResourceLocking="false" privileged="true" >
Vul ID: V-222961 | Rule ID: SV-222961r615938_rule | STIG ID: TCAT-AS-000590 |
Rule Title: Applications in privileged mode must be approved by the ISSO.
Release : 21.2
Component : Jaspersoft for CA Spectrum
To circumvent this, set privileged="false" in the META-INF/context.xml file for all 3 webapps (examples, host-manager, manager)
/opt/CA/SharedComponents/CABI/apache-tomcat/webapps/
examples/META-INF/context.xml <Context antiResourceLocking="false" privileged="false" >
host-manager/META-INF/context.xml <Context antiResourceLocking="false" privileged="false" >
manager/META-INF/context.xml <Context antiResourceLocking="false" privileged="false" >
Internal defect raised to see if these webapps can be removed or have privileged set to false out of the box