Information
package.access grants or revokes access to listed packages during runtime. It is recommended that application access to certain packages be restricted.
Rationale:
Prevent web applications from accessing restricted or unknown packages which may be malicious or dangerous to the application.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
Edit $CATALINA_BASE/conf/catalina.properties by adding allowed packages to the package.access list:
package.access = sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat., org.apache.jasper
Default Value:
The default package.access value within $CATALINA_BASE/conf/catalina.properties is:
package.access = sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat., org.apache.jasper