SV-224788r505933_rule
V-224788
SRG-APP-000383
ISEC-06-551200
CAT II
10
Remove the default error page by updating the web application web.xml file.
Navigate to the ISEC7 EMM Suite installation directory: <Drive>:\Program Files\ISEC7 EMM Suite\web\WEB-INF
Open web.xml with Notepad.exe
Scroll to the end of the file.
Remove the comment tags <!--" and "-->
<!-- <error-page>
<exception-type>java.lang.Exception</exception-type>
<location>/exception.jsp</location>
</error-page> -->
Save the changes.
This will acknowledge to the user that an exception occurred without showing any trace or source information.
Verify stack tracing has been disabled in Apache Tomcat.
Navigate to the ISEC7 EMM Suite installation directory: <Drive>:\Program Files\ISEC7 EMM Suite\web\WEB-INF
Open web.xml with Notepad.exe
Scroll to the end of the file.
Confirm there are no comment tags <!--" and "--> and the following exists without comment tags:
<error-page>
<exception-type>java.lang.Exception</exception-type>
<location>/exception.jsp</location>
</error-page>
If stack tracing has not been disabled in Apache Tomcat, this is a finding.
V-224788
False
ISEC-06-551200
Verify stack tracing has been disabled in Apache Tomcat.
Navigate to the ISEC7 EMM Suite installation directory: <Drive>:\Program Files\ISEC7 EMM Suite\web\WEB-INF
Open web.xml with Notepad.exe
Scroll to the end of the file.
Confirm there are no comment tags <!--" and "--> and the following exists without comment tags:
<error-page>
<exception-type>java.lang.Exception</exception-type>
<location>/exception.jsp</location>
</error-page>
If stack tracing has not been disabled in Apache Tomcat, this is a finding.
M
4200