STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 2 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to IBM MQ Appliance v9.0 NDM Security Technical Implementation Guide

V-255749

CAT II (Medium)

The WebGUI of the MQ Appliance network device must terminate all sessions and network connections when nonlocal device maintenance is completed.

Rule ID

SV-255749r984105_rule

STIG

IBM MQ Appliance v9.0 NDM Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-000879

Discussion

If an MQ Appliance device management session or connection remains open after management is completed, it may be hijacked by an attacker and used to compromise or damage the MQ Appliance network device. Nonlocal MQ Appliance device management and diagnostic activities are those activities conducted by individuals communicating through a network, either an external network (e.g., the Internet) or an internal network. In the event the remote node has abnormally terminated or an upstream link from the managed device is down, the management session will be terminated, thereby freeing device resources and eliminating any possibility of an unauthorized user being orphaned to an open idle session of the managed device.

Check Content

Log on to the MQ Appliance CLI as a privileged user. 

Enter: 
co 
web-mgmt 
show 

If the idle-timeout value is not 600 seconds or less, this is a finding.

Fix Text

Log on to the MQ Appliance CLI as a privileged user. 

Enter: 
co 
web-mgmt 
idle-timeout <600 seconds or less> 
exit 
write mem 
y