DoD Compliance · STIG

z/OS IBM CICS Transaction Server for ACF2 STIG

V6R3 · · · Released 20 Jan 2015 · 1 rules
Compare

Pick two releases to diff their requirements.

View

Open a previous version of this STIG.

Digest of Updates vs. V6R2 · 24 Jan 2014 No substantive changes

Comparison against the immediately-prior release (V6R2). 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.

No substantive changes detected against the previous release. 1 rules matched cleanly.

Sort by
b
IBM CICS Transaction Server SPI command resources must be properly defined and protected.
AC-4 - Medium - CCI-000035 - V-17982 - SV-43206r2_rule
RMF Control
AC-4
Severity
M
CCI
CCI-000035
Version
ZCICA021
Vuln IDs
  • V-17982
Rule IDs
  • SV-43206r2_rule
IBM CICS Transaction Server 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
Checks: C-41187r3_chk

Refer to the following report produced by the ACF2 Data Collection and Data Set and Resource Data Collection: - SENSITVE.RPT(XCMD) - ACF2CMDS.RPT(RESOURCE) – Alternate report Ensure that all IBM CICS Transaction Server SPI command resources are properly protected according to the requirements specified in CICS SPI Resources table in the z/OS STIG Addendum. If the following guidance is true, this is not a finding. ___ The ACF2 resources and/or generic equivalent 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.

Fix: F-36743r4_fix

The IAO must work with the systems programmer to verify that the following are properly specified in the ACP. Ensure that the IBM CICS Transaction Server SPI command resource access is in accordance with those outlined in CICS SPI Resources table in the zOS STIG Addendum. Use CICS SPI Resources and CICS SPI Resources Descriptions tables in the zOS STIG Addendum. These tables list the resources and access requirements for IBM CICS Transaction Server; ensure the following guidelines are followed: The ACF2 resources and/or generic equivalent 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(ASSOCIATION) TYPE(XCD) - UID(CICSAUDT) SERVICE(READ) ALLOW - UID(CICUAUDT) SERVICE(READ) ALLOW - UID(SYSCAUDT) SERVICE(READ) ALLOW - UID(*) PREVENT