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 z/OS IBM CICS Transaction Server for RACF Security Technical Implementation Guide

V-224500

CAT II (Medium)

CICS regions are improperly protected to prevent unauthorized propagation of the region userid.

Rule ID

SV-224500r1144718_rule

STIG

z/OS IBM CICS Transaction Server for RACF Security Technical Implementation Guide

Version

V7R2

CCIs

CCI-000213

Discussion

CICS is a transaction-processing product that provides programmers with the facilities to develop interactive applications. Improperly defined or controlled CICS userids (i.e., region, default, and terminal users) may provide an exposure and vulnerability within the CICS environment. This could result in the compromise of the confidentiality, integrity, and availability of the CICS region, applications, and customer data.

Check Content

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

- SENSITVE.RPT(PROPCNTL).

Refer to the CICS Systems Programmer Worksheets filled out from previous vulnerability ZCIC0010.

If each CICS region is defined to the PROPCNTL resource class, this is not a finding.

Fix Text

Utilize propagation control for each CICS region. 

Under no circumstance should a user's batch job submitted from a CICS region execute under that CICS region's userid. To prevent this from occurring, define a profile in the PROPCNTL resource class for each CICS region. The
following is an example:
RDEFINE PROPCNTL <cics-region-userid> OWNER(ADMIN) AUDIT(ALL(READ))

The PROPCNTL class must be active and RACLISTed for this protection to be in effect:
SETROPTS CLASSACT(PROPCNTL) RACLIST(PROPCNTL)