UCF STIG Viewer Logo

The MQ Appliance must automatically terminate a WebGUI user session after 600 seconds of idle time.


Overview

Finding ID Version Rule ID IA Controls Severity
V-74813 MQMH-AS-000720 SV-89487r1_rule Medium
Description
An attacker can take advantage of WebGUI user sessions that are left open, thus bypassing the user authentication process. To thwart the vulnerability of open and unused user sessions, the messaging server must be configured to close the sessions when a configured condition or trigger event is met. Session termination terminates all processes associated with a user's logical session except those processes that are specifically created by the user (i.e., session owner) to continue after the session is terminated. Conditions or trigger events requiring automatic session termination can include, for example, periods of user inactivity, targeted responses to certain types of incidents, and time-of-day restrictions on information system use.
STIG Date
IBM MQ Appliance V9.0 AS Security Technical Implementation Guide 2017-06-09

Details

Check Text ( C-74671r1_chk )
Log on to the MQ Appliance CLI as a privileged user.

To access the MQ Appliance CLI, enter:
mqcli

To enter configuration mode, enter:
co
web-mgmt
show

If the idle-timeout value is not "600" seconds or less, this is a finding.
Fix Text (F-81429r1_fix)
Log on to the MQ Appliance CLI as a privileged user.

To access the MQ Appliance CLI, enter:
mqcli

To enter configuration mode, enter:
co
web-mgmt
idle-timeout <600 seconds or less>
exit
write mem
y