10.7 Turn off session facade recycling

Information

The RECYCLE_FACADES can specify if a new facade will be created for each request. If a new facade is not created there is a potential for information leakage from other sessions.

When RECYCLE_FACADES is set to false Tomcat will recycle the session facade between requests which may result in information leakage.

Solution

Start Tomcat with RECYCLE_FACADES set to true Add -Dorg.apache.catalina.connector.RECYCLE_FACADES=true to your startup script.

See Also

https://workbench.cisecurity.org/benchmarks/15137

Item Details

Category: CONFIGURATION MANAGEMENT

References: 800-53|CM-6, 800-53|CM-7, CSCv7|5.1

Plugin: Unix

Control ID: 79548e00e5de2d17d9fc7ba717dc1e2afa2e80a6a65b47141bcd93dd5af1888f