SV-222976r615938_rule
V-222976
SRG-APP-000267-AS-000170
TCAT-AS-000930
CAT III
10
From the Tomcat server as a privileged user:
sudo cd $CATALINA_BASE/webapps/manager/WEB-INF/jsp/
Use a file editor like nano or vi and edit the 401, 402, and 403 jsp files. Remove account information and make the files reflect generic error information that assists users but does not provide sample data to users.
Save the file and restart Tomcat:
sudo systemctl restart tomcat
sudo systemctl daemon-reload
From the Tomcat server console, run the following command:
sudo cat $CATALINA_BASE/webapps/manager/WEB-INF/jsp/401.jsp
Repeat for the 402.jsp and 403.jsp files.
The default error files contain sample passwords and user accounts.
If the error files contained in this folder are not customized and sample information removed, this is a finding.
V-222976
False
TCAT-AS-000930
From the Tomcat server console, run the following command:
sudo cat $CATALINA_BASE/webapps/manager/WEB-INF/jsp/401.jsp
Repeat for the 402.jsp and 403.jsp files.
The default error files contain sample passwords and user accounts.
If the error files contained in this folder are not customized and sample information removed, this is a finding.
M
4094