z/OS Compuware Abend-AID for ACF2 STIG
Pick two releases to diff their requirements.
Open a previous version of this STIG.
Digest of Updates +1 ✎ 1
Comparison against the immediately-prior release (V6R3). Rule matching uses the Group Vuln ID. Content-change detection compares the rule’s description, check, and fix text after stripping inline markup — cosmetic-only edits aren’t flagged.
Added rules 1
- V-21592 Medium Compuware Abend-AID user data sets must be properly protected.
Content changes 1
- V-17067 Medium fix Compuware Abend-AID STC data sets must be properly protected.
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- ZAIDA000
- Vuln IDs
-
- V-16932
- Rule IDs
-
- SV-43165r1_rule
Checks: C-41152r1_chk
Refer to the following report produced by the Data Set and Resource Data Collection: - SENSITVE.RPT(AIDRPT) Automated Analysis Refer to the following report produced by the Data Set and Resource Data Collection: - PDI(ZAID0000) Verify that the accesses to the Compuware Abend-AID installation data sets are properly restricted. If the following guidance is true, this is not a finding. ___ The ACF2 data set rules for the data sets restricts READ access to all authorized users. ___ The ACF2 data set rules for the data sets restricts WRITE and/or greater access to systems programming personnel. ___ The ACF2 data set rules for the data sets specify that all (i.e., failures and successes) WRITE and/or greater access is logged.
Fix: F-36701r2_fix
The IAO will ensure that WRITE and/or greater access to Compuware Abend-AID installation data sets is limited to System Programmers only, and all WRITE and/or greater access is logged. READ access can be given to all authorized users. The installing Systems Programmer will identify and document the product data sets and categorize them according to who will have WRITE and/or greater access and if required that all WRITE and/or greater access is logged. He will identify if any additional groups have WRITE and/or greater access for specific data sets, and once documented he will work with the IAO to see that they are properly restricted to the ACP (Access Control Program) active on the system. Data sets to be protected will be: SYS2.ABENDAID. SYS2A.ABENDAID. SYS3A.ABENDAID. The following commands are provided as a sample for implementing data set controls: $KEY(S2A) $PREFIX(SYS2) ABENDAID.V-.- UID(syspaudt) R(A) W(L) A(L) E(A) ABENDAID.V-.- UID(authorized users/*) R(A) E(A) SET RULE COMPILE 'ACF2.MVA.DSNRULES(S2A)' STORE $KEY(SYS2A0A) $MODE(ABORT) $PREFIX(SYS2A) ABENDAID.V-.- UID(syspaudt) R(A) W(L) A(L) E(A) ABENDAID.V-.- UID(authorized users/*) R(A) E(A) SET RULE COMPILE 'ACF2.MVA.DSNRULES(SYS2A0A)' STORE $KEY(SYS3A0A) $PREFIX(SYS3A) ABENDAID.V-.- UID(syspaudt) R(A) W(L) A(L) E(A) ABENDAID.V-.- UID(authorized users/*) R(A) E(A) SET RULE COMPILE 'ACF2.MVA.DSNRULES(SYS3A0A)' STORE
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001499
- Version
- ZAIDA001
- Vuln IDs
-
- V-17067
- Rule IDs
-
- SV-43168r2_rule
Checks: C-41155r1_chk
Refer to the following report produced by the Data Set and Resource Data Collection: - SENSITVE.RPT(AIDSTC) Automated Analysis Refer to the following report produced by the Data Set and Resource Data Collection: - PDI(ZAID0001) Verify that the accesses to the Compuware Abend-AID STC data sets are properly restricted. If the following guidance is true, this is not a finding. ___ The ACF2 data set rules for the data sets restricts READ access to auditors. ___ The ACF2 data set rules for the data sets restricts WRITE and/or greater access to systems programming personnel. ___ The ACF2 data set rules for the data sets restricts WRITE and/or greater access to the Compuware Abend-AID’s STC(s) and/or batch user(s).
Fix: F-241r5_fix
The IAO will ensure that WRITE and/or greater access to Compuware Abend-AID STC data sets is limited to System Programmers and/or Compuware Abend-AID’s STC(s) and/or batch user(s) only. READ access can be given to auditors. The installing Systems Programmer will identify and document the product data sets and categorize them according to who will have WRITE and/or greater access and if required that all WRITE and/or greater access is logged. He will identify if any additional groups have WRITE and/or greater access for specific data sets, and once documented he will work with the IAO to see that they are properly restricted to the ACP (Access Control Program) active on the system. Data sets to be protected will be: SYS3.ABENDAID. The following commands are provided as a sample for implementing data set controls: $KEY(SYS3) ABENDAID.- UID(<syspaudt>) R(A) W(A) A(A) E(A) ABENDAID.- UID(<tstcaudt>) R(A) W(A) A(A) E(A) ABENDAID.- UID(ABENDAID STCs) R(A) W(A) A(A) E(A) ABENDAID.- UID(<audtaudt>) R(A) E(A)
- RMF Control
- IA-2
- Severity
- M
- CCI
- CCI-000764
- Version
- ZAIDA030
- Vuln IDs
-
- V-17452
- Rule IDs
-
- SV-43174r2_rule
Checks: C-41163r1_chk
Refer to the following report produced by the ACF2 Data Collection: - ACF2CMDS.RPT(ATTSTC) Verify that the logonid(s) for the Compuware Abend-AID started task(s) is (are) properly defined. If the following attributes are defined, this is not a finding. STC
Fix: F-36711r1_fix
The IAO working with the systems programmer will ensure the Compuware Abend-AID Started Task(s) is properly identified and/or defined to the System ACP. If the product requires a Started Task, verify that it is properly defined to the System ACP with the proper attributes. Most installation manuals will indicate how the Started Task is identified and any additional attributes that must be specified. The following commands are provided as a sample for defining Started Task(s): SET LID insert AAVIEWER stc name('STC, Compuware Abend-AID Viewer') insert BDCAS stc name('STC, Compuware Abend-AID') insert TDCAS stc name('STC, Compuware Abend-AID for CICS')
- RMF Control
- AC-4
- Severity
- M
- CCI
- CCI-000035
- Version
- ZAIDA020
- Vuln IDs
-
- V-17947
- Rule IDs
-
- SV-44084r1_rule
Checks: C-11662r4_chk
Refer to the following report produced by the ACF2 Data Collection and Data Set and Resource Data Collection: SENSITVE.RPT(ZAID0020) - ACF2CMDS.RPT(RESOURCE) – Alternate report Automated Analysis Refer to the following report produced by the Data Set and Resource Data Collection: - PDI(ZAID0020) NOTE: The Abend-AID resource class is identified in the Viewer Server’s STC configuration data set, FDBDPARM DD statement, using the parameter setting EXTERNAL_SECURITY_RESOURCE_CLASS. Verify that the accesses to resources and/or generic equivalent are properly restricted according to the requirements specified in Compuware Abend-AID Resources table in the z/OS STIG Addendum. If the following guidance is true, this is not a finding. ___ The ACF2 resources are defined with a default access of PREVENT. ___ The ACF2 resource access authorizations restrict access to the appropriate personnel.
Fix: F-6616r2_fix
The IAO will work with the systems programmer to verify that the following are properly specified in the ACP. (Note: The resources and/or resource prefixes identified below are examples of a possible installation. The actual resources and/or prefixes are determined when the product is actually installed on a system through the product’s installation guide and can be site specific.) Use Compuware Abend-AID Resources and Compuware Abend-AID Resources Descriptions tables in the zOS STIG Addendum. These tables list the resources, access requirements, and logging requirement for Compuware Abend-AID. Ensure the guidelines for the resources and/or generic equivalent specified in the z/OS STIG Addendum are followed. Note: The Compuware Abend-AID resource class is identified in the Viewer Server’s STC configuration data set, FDBDPARM DD statement, using the parameter setting EXTERNAL_SECURITY_RESOURCE_CLASS. In addition there is a parameter that identifies the prefix for all resources which is EXTERNAL_SECURITY_PREFIX. The ACF2 resources as designated in the above table are defined with a default access of PREVENT. The ACF2 resource access authorizations restrict access to the appropriate personnel as designated in the above table. The following commands are provided as a sample for implementing resource controls: $KEY(prefix) TYPE(resource-type) SERVER.LOGON.FD.- UID(appdaudt) ALLOW SERVER.LOGON.FD.- UID(appsaudt) ALLOW SERVER.LOGON.FD.- UID(operaudt) ALLOW SERVER.LOGON.FD.- UID(syspaudt) ALLOW - UID(*) PREVENT
- RMF Control
- AC-4
- Severity
- M
- CCI
- CCI-000035
- Version
- ZAID0040
- Vuln IDs
-
- V-18014
- Rule IDs
-
- SV-43205r1_rule
Checks: C-41182r1_chk
Refer to the contents data set specified in the FDBDPARM DD statement of the started task procedures. Automated Analysis Refer to the following report produced by the z/OS Data Collection: - PDI(ZAID0040) Ensure the following Compuware Abend-AID parameter is (are) specified in the data set specified in the FDBDPARM DD statement of the started task procedures. If the following guidance is true, this is not a finding. Parameter Value EXTERNAL_SECURITY_ENABLED YES
Fix: F-36738r1_fix
The systems programmer/IAO will ensure that the Compuware Abend-AID parameter is (are) specified. Compuware Abend-AID security interfaces are controlled by parameters coded in the data set specified in the FDBDPARM DD statement of the started task procedures. Parameter Value EXTERNAL_SECURITY_ENABLED YES
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- ZAIDA002
- Vuln IDs
-
- V-21592
- Rule IDs
-
- SV-75837r1_rule
Checks: C-62287r2_chk
Refer to the following report produced by the Data Set and Resource Data Collection: - SENSITVE.RPT(AIDUSER) Automated Analysis Refer to the following report produced by the Data Set and Resource Data Collection: - PDI(ZAID0002) Verify that the accesses to the following Compuware Abend-AID user data sets are properly restricted: Region dump datasets Report databases Source listing files/source listing shared directories If the following guidance is true, this is not a finding. ___ The ACF2 data set rules for the listed data sets restricts READ access to auditors. ___ The ACF2 data set rules for the listed data sets restricts WRITE and/or greater access to systems programming personnel. ___ The ACF2 data set rules for the listed data sets restricts WRITE and/or greater access to the Compuware Abend-AID’s STC(s) and/or batch user(s). ___ The ACF2 data set rules for the listed data sets restricts WRITE access to Application Development Programmers and Application Production Support Team members.
Fix: F-67259r1_fix
Ensure that WRITE and/or greater access to Compuware Abend-AID user data sets is limited to System Programmers and Compuware Abend-AID STC(s) and/or batch user(s) only. Ensure that WRITE access to Compuware Abend-AID user data sets is limited to Application Development Programmers and Application Production Support Team members. Read access can be given to auditors. (Note: The data sets and/or data set prefixes identified below are examples of a possible installation. The actual data sets and/or prefixes are determined when the product is actually installed on a system through the product’s installation guide and can be site specific.) Data sets to be protected will be: Region dump datasets Report databases Source listing files/source listing shared directories The following commands are provided as a sample for implementing data set controls: $KEY(S3A) $PREFIX(SYS3) ABENDAID.SHARED-.- UID(appdaudt) R(A) W(A) ABENDAID.SHARED-.- UID(appsaudt) R(A) W(A) ABENDAID.SHARED-.- UID(AbendAID STCs) R(A) W(A) A(A) E(A) ABENDAID.SHARED-.- UID(syspaudt) R(A) W(A) A(A) E(A) ABENDAID.SHARED-.- UID(tstcaudt) R(A) W(A) A(A) E(A) ABENDAID.SHARED-.- UID(audtaudt) R(A) ABENDAID.REPORTDB-.- UID(appdaudt) R(A) W(A) ABENDAID.REPORTDB-.- UID(appsaudt) R(A) W(A) ABENDAID.REPORTDB-.- UID(AbendAID STCs) R(A) W(A) A(A) E(A) ABENDAID.REPORTED-.- UID(syspaudt) R(A) W(A) A(A) E(A) ABENDAID.REPORTED-.- UID(tstcaudt) R(A) W(A) A(A) E(A) ABENDAID.REPORTDB-.- UID(audtaudt) R(A) SET RULE COMPILE 'ACF2.MVA.DSNRULES(S3A)' STORE