Compuware Abend-AID Started task will be properly defined to the STARTED resource class for RACF.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-224477ZAIDR032SV-224477r958482_ruleCCI-000764medium
Description
Access to product resources should be restricted to only those individuals responsible for the application connectivity and who have a requirement to access these resources. Improper control of product resources could potentially compromise the operating system, ACP, and customer data.
STIGDate
z/OS Compuware Abend-AID for RACF Security Technical Implementation Guide2024-12-16

Related Frameworks

4 paths across 3 frameworks
NIST 800-531 mapping
IA-2
1.00
  • DISA · 7 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1712 mappings
3.5.1
1.00
  • DISA · 7 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
  • NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
3.5.2
1.00
  • DISA · 7 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
  • NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000764
1.00
  • DISA · 7 · disa_xccdf · related

Details

Check Text (C-224477r958482_chk)

Refer to the following report produced by the RACF Data Collection: - DSMON.RPT(RACSPT) Automated Analysis Refer to the following report produced by the RACF Data Collection: - PDI(ZAID0032) If the Compuware Abend-AID started task(s) is (are) defined to the STARTED resource class profile and/or ICHRIN03 table entry, this is not a finding.

Fix Text (F-26148r868294_fix)

The ISSO working with the systems programmer will ensure the Compuware Abend-AID Started Task(s) is properly identified and/or defined to the System ACP. A unique userid must be assigned for the Compuware Abend-AID started task(s) thru a corresponding STARTED class entry. The following commands are provided as a sample for defining Started Task(s): rdef started AAVIEWER.** uacc(none) owner(admin) audit(all(read)) - stdata(user(AAVIEWER) group(stc)) rdef started BDCAS.** uacc(none) owner(admin) audit(all(read)) - stdata(user(BDCAS) group(stc)) rdef started TDCAS.** uacc(none) owner(admin) audit(all(read)) - stdata(user(TDCAS) group(stc)) setr racl(started) ref