Rule ID
SV-225636r1055914_rule
Version
V7R1
CCIs
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.
a) Refer to the following report produced by the TSS Data Collection: - SENSITVE.RPT(WHOHMADM) b) For all alternate user resources (i.e., ssid.ALTERNATE.USER.alternatelogonid) defined to MQADMIN or MXADMIN resource class, ensure access authorization restricts access to users requiring the ability to use the alternate userid. This is difficult to determine. However, an item for concern may be a profile with * READ specified in the access list. NOTE: ssid is the queue manager name (a.k.a., subsystem identifier). c) If (b) is true, there is no finding. d) If (b) is untrue, this is a finding.
For all alternate user resources (i.e., ssid.ALTERNATE.USER.alternateuserid) defined to MQADMIN or MXADMIN resource class, ensure access authorization restricts access to users requiring the ability to use the alternate userid. This is difficult to determine. However, an item for concern may be a profile with * READ specified in the access list.<br /><br />NOTE: ssid is the queue manager name (a.k.a., subsystem identifier).<br /><br />The following is a sample of the commands required to allow payroll server (PAYSRV1) to specify alternate userids starting with the characters PS on queue manager (QM1):<br /><br />TSS ADD(USER1) FAC(QM1MSTR)<br />TSS PER(USER1) MQADMIN(QM1.ALTERNATE.USER.PS) <br /> ACC(UPDATE) ACTION(AUDIT)