STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to BlackBerry Enterprise Mobility Server 2.x Security Technical Implementation Guide

V-79027

CAT II (Medium)

The BlackBerry Enterprise Mobility Server (BEMS) must be configured with an inactivity timeout of 15 minutes or less.

Rule ID

SV-93733r2_rule

STIG

BlackBerry Enterprise Mobility Server 2.x Security Technical Implementation Guide

Version

V1R3

CCIs

CCI-002361

Discussion

A session time-out lock is a temporary action taken when a user stops work and moves away from the immediate physical vicinity of the information system but does not log out because of the temporary nature of the absence. Rather than relying on the user to manually lock their application session prior to vacating the vicinity, applications need to be able to identify when a user's application session has idled and take action to initiate the session lock.

Check Content

Verify the BEMS inactivity timeout is set to 15 minutes or less as follows:

1. Find the xml file "jetty.xml" located in the BEMS install directory on the BEMS host Windows server. 
2. Find the "maxIdleTime" field.  (Note: “idelTimeout” may be the field, depending on the version of BEMS)
3. Verify it is set to 900 or less (seconds).  (Note:  time may be in milliseconds, depending on the version of BEMS.  In this case, the value is 900000.)


If the BEMS inactivity timeout is not set to 15 minutes (900 seconds) or less, this is a finding.

Fix Text

Configure BEMS with an inactivity timeout of 15 minutes or less.

1. Find the xml file "jetty.xml" located in the BEMS install directory on the BEMS host Windows server. 
2. Find the "maxIdleTime" field and set it to 900 or less (seconds). (Note: “idelTimeout” may be the field and time may be in milliseconds, depending on the version of BEMS.  In this case, the value is 900000.)
3. Save the file.
4. Restart the BEMS server.