NetView Started Task name(s) is not properly identified/defined to the system ACP.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-225584ZNETT030SV-225584r1146119_ruleCCI-000764medium
Description
NetView requires a started task(s) that will be restricted to certain resources, data sets, and other system functions. Defining the started task as a userid to the system ACP allows the ACP to control the access and authorized users that require these capabilities. Failure to properly control these capabilities could compromise the operating system environment, ACP, and customer data.
STIGDate
z/OS NetView for TSS Security Technical Implementation Guide2025-09-28

Related Frameworks

4 paths across 3 frameworks
NIST 800-531 mapping
IA-2
1.00
  • DISA · V7R2 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1712 mappings
3.5.1
1.00
  • DISA · V7R2 · 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 · V7R2 · 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 · V7R2 · disa_xccdf · related

Details

Check Text (C-225584r1146119_chk)

Refer to the following reports produced by the TSS Data Collection: - TSSCMDS.RPT(@ACIDS). Review NetView STC/Batch ACID(s). If the following attributes are defined, this is not a finding. For CNMPROC FACILITY(STC, BATCH) PASSWORD(xxxxxxxx,0) SOURCE(INTRDR) NOSUSPEND MASTFAC(NETVIEW) For CNMPSSI FACILITY(STC, BATCH) PASSWORD(xxxxxxxx,0) SOURCE(INTRDR) NOSUSPEND

Fix Text (F-27271r1146118_fix)

The Systems Programmer and ISSO will ensure that the started task(s) for NetView is properly defined. Define the started task userid CNMPROC and CNMPSSI for NetView. Example: TSS CRE(CNMPROC) DEPT(Dept) NAME('NetView') - FAC(STC) MASTFAC(NETVIEW) PASSWORD(password,0) - SOURCE(INTRDR) TSS CRE(CNMPSSI) DEPT(Dept) NAME('NetView') - FAC(STC) PASSWORD(password,0) - SOURCE(INTRDR)