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 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to zOS WebSphere MQ for TSS Security Technical Implementation Guide

V-225639

CAT II (Medium)

WebSphere MQ RESLEVEL resources in the appropriate ADMIN resource class must be protected in accordance with security requirements.

Rule ID

SV-225639r1146245_rule

STIG

zOS WebSphere MQ for TSS Security Technical Implementation Guide

Version

V7R2

CCIs

CCI-000213CCI-001762

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 reports produced by the Data Set and Resource Data Collection:

- SENSITVE.RPT(WHOHMADM).
- SENSITVE.RPT(WHOHXADM).

Automated Analysis
Refer to the following report produced by the Data Set and Resource Data Collection:

- PDI(ZWMQ0060).

Access authorization to these RESLEVEL resources restricts all access. No users are permitted access to ssid.RESLEVEL resources in the MQADMIN resource class (or MXADMIN resource class, if SCYCASE is set to MIXED). If this guidance is true, this is not a finding.

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

Fix Text

RESLEVEL security profiles control the number of userids checked for API resource security. RESLEVEL security will not be implemented due to the following exposures and limitations:

RESLEVEL is a powerful option that can cause the bypassing of all security checks.

Security audit records are not created when the RESLEVEL profile is utilized.

If the WARNING option is specified on a RESLEVEL profile, no warning messages are produced.

To protect against any profile in the MQADMIN or MXADMIN class, such as ssid.**, resolving to a RESLEVEL profile, an ssid.RESLEVEL permission will be created for each queue manager with an access of none.

The following sample command prevents access to ssid.RESLEVEL:

 TSS PER(ALL) MQADMIN(ssid.RESLEVEL) ACCESS(NONE)