z/OS NetView for RACF STIG

  • Version/Release: V6R6
  • Published: 2014-09-18
  • Expand All:
  • Severity:
  • Sort:
Compare

Select any two versions of this STIG to compare the individual requirements

View

Select any old version/release of this STIG to view the previous requirements

b
NetView install data sets are not properly protected.
Medium - V-16932 - SV-27314r1_rule
RMF Control
Severity
Medium
CCI
Version
ZNETR000
Vuln IDs
  • V-16932
Rule IDs
  • SV-27314r1_rule
NetView Install data sets provide the capability to use privileged functions and/or have access to sensitive data. Failure to properly restrict access to their data sets could result in violating the integrity of the base product which could result in compromising the operating system or sensitive data.Information Assurance OfficerSystems ProgrammerDCSL-1, ECAR-1, ECAR-2, ECCD-1, ECCD-2
Checks: C-3276r1_chk

a) Refer to the following report produced by the Data Set and Resource Data Collection: - SENSITVE.RPT(NETVRPT) Automated Analysis Refer to the following report produced by the Data Set and Resource Data Collection: - PDI(ZNET0000) b) Verify that access to the NetView install data sets are properly restricted. ___ The RACF data set rules for the data sets does not restrict UPDATE and/or ALTER access to systems programming personnel. ___ The RACF data set rules for the datasets does not specify that all (i.e., failures and successes) UPDATE and/or ALTER access will be logged. c) If all of the above are untrue, there is NO FINDING. d) If any of the above is true, this is a FINDING.

Fix: F-252r1_fix

The IAO will ensure that update and allocate access to NetView install data sets is limited to System Programmers only and all update and allocate access is logged. Auditors should be granted READ access. The installing Systems Programmer will identify and document the product data sets and categorize them according to who will have update and alter access and if required that all update and allocate access is logged. He will identify if any additional groups have update 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.NETVIEW SYS2A.NETVIEW SYS3.NETVIEW ad 'sys2.netview.**' uacc(none) owner(sys2) - audit(success(update) failures(read)) pe 'sys2.netview.**' id(syspaudt) acc(a) pe 'sys2.netview.**' id(audtaudt) ad 'sys2a.netview.**' uacc(none) owner(sys2a) - audit(success(update) failures(read)) pe 'sys2a.netview.**' id(syspaudt) acc(a) pe 'sys2a.netview.**' id(audtaudt) ad 'sys3.netview.**' uacc(none) owner(sys3) - audit(success(update) failures(read)) pe 'sys3.netview.**' id(syspaudt) acc(a) pe 'sys3.netvidew.**' id(audtaudt)

b
NetView STC data sets are not properly protected.
Medium - V-17067 - SV-27322r1_rule
RMF Control
Severity
Medium
CCI
Version
ZNETR001
Vuln IDs
  • V-17067
Rule IDs
  • SV-27322r1_rule
NetView STC data sets provide the capability to use privileged functions and/or have access to sensitive data. Failure to properly restrict access to their data sets could result in violating the integrity of the base product which could result in compromising the operating system or sensitive data.Information Assurance OfficerSystems ProgrammerDCSL-1, ECAR-1, ECAR-2, ECAR-3, ECCD-1, ECCD-2
Checks: C-32031r1_chk

Refer to the following report produced by the Data Set and Resource Data Collection: - SENSITVE.RPT(NETVSTC) Automated Analysis Refer to the following report produced by the Data Set and Resource Data Collection: - PDI(ZNET0001) Verify that acess to the NetView STC data sets are properly restricted. ___ The RACF data set rules for the data sets restricts READ access to auditors. ___ The RACF data set rules for the data sets restricts UPDATE and/or ALTER access to systems programming personnel. ___ The RACF data set rules for the data sets restricts UPDATE and/or ALTER access to the product STC(s) and/or batch job(s).

Fix: F-28434r1_fix

The IAO will ensure that update and allocate access to NetView STC data sets are limited to System Programmers and NetView STC only, unless a letter justifying access is filed with the IAO. Auditors should have READ access. The installing Systems Programmer will identify and document the product data sets and categorize them according to who will have update and alter access and if required that all update and allocate access is logged. He will identify if any additional groups have update and/or alter 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.NETVIEW.<systemid>.** (VSAM data sets) The following commands are provided as a sample for implementing dataset controls: ad 'sys3.netview.<systemid>.<VSAMDS>.**' uacc(none) owner(sys3) - audit(success(update) failures(read)) - data('netview site VSAM datasets') pe 'sys3.netview.<systemid>.**' id(audtaudt) acc(r) pe 'sys3.netview.<systemid>.**' id(CNMPROC syspaudt tstcaudt) acc(a) The VSAM Dataset required for greater than read access are: SYS3.NETVIEW.<systemid>.AAUVSPL SYS3.NETVIEW.<systemid>.AAUVSSL SYS3.NETVIEW.<systemid>.BNJLGPR SYS3.NETVIEW.<systemid>.BNJLGSE SYS3.NETVIEW.<systemid>.BNJ36PR SYS3.NETVIEW.<systemid>.BNJ36SE SYS3.NETVIEW.<systemid>.DSIKPNL SYS3.NETVIEW.<systemid>.DSILIST SYS3.NETVIEW.<systemid>.DSILOGP SYS3.NETVIEW.<systemid>.DSILOGS SYS3.NETVIEW.<systemid>.DSISVRT SYS3.NETVIEW.<systemid>.DSITRCP SYS3.NETVIEW.<systemid>.DSITRCS SYS3.NETVIEW.<systemid>.SDSIOPEN

b
NetView Started Task name(s) is not properly identified / defined to the system ACP.
Medium - V-17452 - SV-28614r1_rule
RMF Control
Severity
Medium
CCI
Version
ZNETR030
Vuln IDs
  • V-17452
Rule IDs
  • SV-28614r1_rule
NetView requires a started task(s) that will be restricted to certain resources, datasets and other system functions. By defining the started task as a userid to the system ACP, It allows the ACP to control the access and authorized users that require these capabilities. Failure to properly control these capabilities, could compromise of the operating system environment, ACP, and customer data.Information Assurance OfficerSystems ProgrammerECCD-1, ECCD-2
Checks: C-28779r1_chk

a) Refer to the following report produced by the RACF Data Collection: - RACFCMDS.RPT(LISTUSER) b) If the NetView started task(s) is defined and is assigned the RACF PROTECTED attribute, there is NO FINDING. c) If the above is untrue, than this is a FINDING.

Fix: F-25781r1_fix

The NetView system programer and the IAO will ensure that the product's Started Task(s) is properly Identified / defined to the System ACP. Most installation manuals will indicate how the Started Task is identified and any additional attributes that must be specified. A sample is provided here: au cnmpssi name('stc, netview') nopass dfltgrp(stc) - owner(stc) data('netview subsystem interface') au cnmproc name('stc, netview') nopass dfltgrp(stc) - owner(stc) data('netview')

b
IBM Tivoli NetView Started task(s) must be properly defined to the STARTED resource class for RACF.
Medium - V-17454 - SV-28463r1_rule
RMF Control
Severity
Medium
CCI
Version
ZNETR032
Vuln IDs
  • V-17454
Rule IDs
  • SV-28463r1_rule
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.Information Assurance OfficerECCD-1, ECCD-2
Checks: C-11654r1_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(ZNET0032) Verify that the IBM Tivoli NetView started task(s) is (are) defined to the STARTED resource class profile and/or ICHRIN03 table entry.

Fix: F-33128r1_fix

The IBM Tivoli NetView system programmer and the IAO will ensure that a product's started task(s) is (are) properly identified and/or defined to the System ACP. A unique userid must be assigned for the IBM Tivoli NetView started task(s) thru a corresponding STARTED class entry. The following sample set of commands is shown here as a guideline: rdef started CNMPROC.** uacc(none) owner(admin) audit(all(read)) stdata(user(CNMPROC) group(stc)) rdef started CNMPSSI.** uacc(none) owner(admin) audit(all(read)) stdata(user(CNMPSSI) group(stc)) setr racl(started) ref

b
NetView resources must be properly defined and protected.
Medium - V-17947 - SV-50925r2_rule
RMF Control
Severity
Medium
CCI
Version
ZNETR020
Vuln IDs
  • V-17947
Rule IDs
  • SV-50925r2_rule
NetView can run with sensitive system privileges, and potentially can circumvent system controls. Failure to properly control access to product resources could result in the compromise of the operating system environment, and compromise the confidentiality of customer data. Many utilities assign resource controls that can be granted to system programmers only in greater than read authority. Resources are also granted to certain non systems personnel with read only authority.Information Assurance OfficerSystems ProgrammerECCD-1, ECCD-2
Checks: C-139r3_chk

Refer to the following report produced by the Data Set and Resource Data Collection: - SENSITVE.RPT(ZNET0020) Automated Analysis Refer to the following report produced by the Data Set and Resource Data Collection: - PDI(ZNET0020) When SECOPTS.OPERSEC=SAFPW is specified in ZNET0040, this is not applicable. Ensure that all NetView resources and/or generic equivalents are properly protected according to the requirements specified in the NetView Resources table in the z/OS STIG Addendum. If the following guidance is true, this is not a finding. ___ The RACF resource access authorizations restrict access to the appropriate personnel. ___ The RACF resource access authorizations are defined with UACC(NONE) and NOWARNING.

Fix: F-16792r3_fix

The IAO will work with the systems programmer to verify that the following are properly specified in the ACP. (Note: The resource class, resources, and/or resource prefixes identified below are examples of a possible installation. The actual resource class, resources, and/or resource prefixes are determined when the product is actually installed on a system through the product’s installation guide and can be site specific.) When SECOPTS.OPERSEC=SAFPW is specified in ZNET0040, this is not applicable. This can be bypassed. Ensure that all NetView resources and/or generic equivalents are properly protected according to the requirements specified in the NetView Resources table in the z/OS STIG Addendum. Additional details can be obtained in the IBM Tivoli NetView for z/OS Security Reference. Use the NetView Resources table in the z/OS STIG Addendum. This table lists the resources and access requirements for NetView, ensure the following guidelines are followed: The RACF resource access authorizations restrict access to the appropriate personnel. The RACF resource access authorizations specify UACC(NONE) and NOWARNING. The following commands are provided as a sample for implementing resource controls: RDEFINE NETCMDS netid.** UACC(NONE) OWNER(ADMIN) – AUDIT(FAILURE(READ)) DATA('Protected per ZNETR020') RDEFINE NETCMDS netid.luname.ADDCMD.** UACC(NONE) OWNER(ADMIN) – AUDIT(FAILURE(READ)) DATA('Protected per ZNETR020') PERMIT netid.luname.ADDCMD.** CLASS(NETCMDS) ID(syspaudt) ACCESS(READ)

b
NetView configuration/parameter values must be specified properly.
Medium - V-18014 - SV-28492r4_rule
RMF Control
Severity
Medium
CCI
Version
ZNET0040
Vuln IDs
  • V-18014
Rule IDs
  • SV-28492r4_rule
NetView configuration/parameters control the security and operational characteristics of products. If these parameter values are improperly specified, security and operational controls may be weakened. This exposure may threaten the availability of the product applications, and compromise the confidentiality of customer data.Information Assurance OfficerSystems ProgrammerECCD-1, ECCD-2
Checks: C-46488r1_chk

Review the member CxxSTYLE in the DSIPARM DD statement concatenation of the NetView CNMPROC STC procedure. Automated Analysis Refer to the following report produced by the Data Set and Resource Data Collection: - PDI(ZNET0040) Ensure that all NetView configuration requirements are specified. If the following guidance is true, this is not a finding. Keyword Value SECOPTS.OPERSEC SAFCHECK|SAFDEF SECOPTS.CMDAUTH SAF.FAIL|SAF.table

Fix: F-44080r2_fix

The Systems Programmer and IAO will review NetView configuration parameters and control options for compliance. To ensure authentication of users to NetView, ensure that CxxSTYLE in the DSIPARM DD statement concatenation of the NetView CNMPROC STC procedure has the following initialization parameter(s) specified: (Note: The data set identified above is an example of a possible installation. The data set is determined when the product is actually installed on a system through the product’s installation guide and can be site specific.) SECOPTS.OPERSEC=SAFCHECK|SAFDEF When SECOPTS.OPERSEC=SAFCHECK is used, it specifies that operator identification and password or password phrase checking is performed using an SAF security product. The operator identifier must also be defined in DSIOPF, and other attributes given to the operator at logon are taken from the specified profile for the operator in DSIPRF. Security access checks are checked against the authority of the operator that occur when an operator tries to access a data set that is protected in the DATASET class of an SAF product or an MVS system command that is protected in the OPERCMDS class of an SAF product. When SECOPTS.OPERSEC=SAFDEF is used, it specifies that operator identification and password or password phrase checking is done using an SAF security product. Authority to log on as a NetView operator is controlled through the APPL class. The operator identifier must be authorized to the resource name in the APPL class which represents the NetView program. The attributes given to the operator at logon are defined in the NETVIEW segment of the user profile for the operator in the SAF product. For more information, refer to IBM Tivoli NetView for z/OS Security Reference. When SECOPTS.OPERSEC=SAFDEF is specified, any value for SECOPTS.CMDAUTH can be used. Additional details can be obtained in the IBM Tivoli NetView for z/OS Security Reference. SECOPTS.CMDAUTH=SAF.FAIL|SAF.table When SECOPTS.CMDAUTH=SAF.table is used, table specifies the backup table to be used for immediate commands and when the SAF product cannot make a security decision. This can occur when: ___ No resource name is defined in the NETCMDS class which protects or authorizes this command. ___ The NETCMDS class is not active. ___ The security product is not active. When SECOPTS.CMDAUTH=SAF.FAIL is used, command authority checking will fail if the SAF product can reach no decision. Additional details can be obtained in the IBM Tivoli NetView for z/OS Administration Reference.