UCF STIG Viewer Logo

Tomcat SSL must be restricted except for ISEC7 EMM Suite tasks.


Overview

Finding ID Version Rule ID IA Controls Severity
V-97301 ISEC-06-551700 SV-106405r1_rule Medium
Description
Restricting the use of SSL helps ensure only authorized users and processes have access to Tomcat Web apps and reduces the attack surface of the ISEC7 EMM Suite. Without protection of the transmitted information, confidentiality and integrity may be compromised since unprotected communications can be intercepted and either read or altered. This requirement applies only to those applications that are either distributed or can allow access to data non-locally. Use of this requirement will be limited to situations where the data owner has a strict requirement for ensuring data integrity and confidentiality is maintained at every step of the data transfer and handling process. When transmitting data, applications need to leverage transmission protection mechanisms, such as TLS, TLS VPNs, or IPSEC. Communication paths outside the physical protection of a controlled boundary are exposed to the possibility of interception and modification. Protecting the confidentiality and integrity of organizational information can be accomplished by physical means (e.g., employing physical distribution systems) or by logical means (e.g., employing cryptographic techniques). If physical means of protection are employed, then logical means (cryptography) do not have to be employed, and vice versa.
STIG Date
ISEC7 EMM Suite v6.x Security Technical Implementation Guide 2019-09-05

Details

Check Text ( C-96137r1_chk )
Verify Tomcat SSL is restricted to only ISEC7 EMM Suite tasks.

Log in to the ISEC7 EMM Suite server.
Navigate to :\ProgramFiles\ISEC7 EMM Suite\Tomcat\conf\
Edit the web.xml file with Notepad.exe
Verify the following entries are present:



Unsecure

/BNator/agent/*
/app/agent/*
/app/admin/agentinstaller.jnlp

/app/clients/*
/app/data/*

/rc/*

/BNator/uss/trafficinfo/*
/BNator/data/mds/trafficpush
/BNator/favorites/*
/app/resource/*





Secure
/*



CONFIDENTIAL



If Tomcat SSL is not restricted to only ISEC7 EMM Suite tasks, this is a finding.
Fix Text (F-102981r1_fix)
To restrict Tomcat SSL to only ISEC7 EMM Suite tasks, run the ISEC7 integrated installer or use the following manual procedure:

To restrict SSL for all users except for agent task, the user needs to add a security constraint tag to :\ProgramFiles\ISEC7 EMM Suite\Tomcat\conf\web.xml

Login to the ISEC7 EMM Suite server.
Navigate to :\ProgramFiles\ISEC7 EMM Suite\Tomcat\conf\
Edit the web.xml file with Notepad.exe
Add the following entry:



Unsecure

/BNator/agent/*
/app/agent/*
/app/admin/agentinstaller.jnlp

/app/clients/*
/app/data/*

/rc/*

/BNator/uss/trafficinfo/*
/BNator/data/mds/trafficpush
/BNator/favorites/*
/app/resource/*





Secure
/*



CONFIDENTIAL