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 zOS WebSphere MQ for TSS Security Technical Implementation Guide

V-225631

CAT II (Medium)

WebSphere MQ connection class resources must be protected properly.

Rule ID

SV-225631r1146221_rule

STIG

zOS WebSphere MQ for TSS Security Technical Implementation Guide

Version

V7R2

CCIs

CCI-002234CCI-000213

Discussion

WebSphere MQ resources allow for the control of administrator functions, connections, commands, queues, processes, and namelists. Some resources provide the ability to disable or bypass security checking. Failure to properly protect WebSphere MQ resources may result in unauthorized access. This exposure could compromise the availability, integrity, and confidentiality of system services, applications, and customer data.

Check Content

Refer to the following report produced by the TSS Data Collection:

- SENSITVE.RPT(WHOHMCON).

Review the following connection resources for each queue manager defined to the connection resource class:

Resource	Authorized Users
ssid.BATCH	TSO and batch job ACIDs
ssid.CICS	CICS region ACIDs
ssid.IMS	IMS region ACIDs
ssid.CHIN	Channel initiator ACIDs

Note: ssid is the queue manager name (a.k.a., subsystem identifier).

For all connection resources defined to the MQCONN, if the following guidance is true, this is not a finding.

Access authorization restricts access to the appropriate users as indicated above.
All access FAILUREs are logged.

Fix Text

Review the following connection resources defined to the MQCONN or MXCONN resource class:

Resource	Authorized Users
ssid.BATCH	TSO and batch job ACIDs
ssid.CICS	CICS region ACIDs
ssid.IMS	IMS region ACIDs
ssid.CHIN	Channel initiator ACIDs

Note: ssid is the queue manager name (a.k.a., subsystem identifier).

For all connection resources defined to the MQCONN or MXCONN resource class, ensure the following items are in effect:

Access authorization restricts access to the appropriate users as indicated above.
All access FAILUREs are logged.

The following is a sample of the commands required to allow a batch user (USER1) to connect to a queue manager (QM1):

TSS ADD(USER1) FAC(QM1MSTR)
TSS PER(USER1) MQCONN(QM1.BATCH) ACC(READ)